aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-06-21 22:40:42 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-06-21 22:40:42 -0400
commit81eb24bd179d7508a147f7bd5b896a598a69b126 (patch)
treefb6c20f5884a23003407d87c3c329a5f10ce63a1 /Jenkinsfile
parent2b0dce4e91e76bb4fc412243ec1cfe24bd04cdd8 (diff)
downloadhello_world-81eb24bd179d7508a147f7bd5b896a598a69b126.tar.gz
jajaka
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile5
1 files changed, 1 insertions, 4 deletions
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') {