aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-06-21 22:31:13 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-06-21 22:31:13 -0400
commit86f82d78c591440ab0a242d2b18d00143a9982a3 (patch)
treef041c5881ae6329dcaa5296add3f4c700a1aeb10 /Jenkinsfile
parentef413bb8bf87931b3ca8e79eedfaf835c8311a71 (diff)
downloadhello_world-86f82d78c591440ab0a242d2b18d00143a9982a3.tar.gz
blargh
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2615849..2ebef0f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,7 +5,8 @@ pipeline {
stage('Bootstrap') {
steps {
sh '.jenkins/install_conda.sh'
- sh 'export PATH=${HOME}/mc3/bin:$PATH'
+ sh 'PATH=${WORKSPACE}/mc3/bin:$PATH source activate root'
+ sh '${WORKSPACE}/mc3/bin/python --version'
sh 'python --version'
}
}