From 81eb24bd179d7508a147f7bd5b896a598a69b126 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 21 Jun 2017 22:40:42 -0400 Subject: jajaka --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 2ebef0f..447f0a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,15 +5,12 @@ pipeline { stage('Bootstrap') { steps { sh '.jenkins/install_conda.sh' - sh 'PATH=${WORKSPACE}/mc3/bin:$PATH source activate root' - sh '${WORKSPACE}/mc3/bin/python --version' - sh 'python --version' } } stage('Build') { steps { echo 'Building..' - sh '${HOME}/mc3/bin/python setup.py install' + sh '.jenkins/build.sh' } } stage('Test') { -- cgit