aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-06-21 15:16:43 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-06-21 15:16:43 -0400
commitcc65808538723e7f407ab3f17767528da4c33ea2 (patch)
treea19dbfcd36e6610d5c2b37a56c015ae223e29169
parent98b7d225d7d05b6f95d264b5abdfcce0ff844f1b (diff)
downloadhello_world-cc65808538723e7f407ab3f17767528da4c33ea2.tar.gz
test
-rw-r--r--Jenkinsfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b982250..5175c6e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,11 +5,13 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
+ python setup.py install
}
}
stage('Test') {
steps {
echo 'Testing..'
+ test -f setup.py
}
}
stage('Deploy') {