diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-06-21 15:16:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-06-21 15:16:43 -0400 |
commit | cc65808538723e7f407ab3f17767528da4c33ea2 (patch) | |
tree | a19dbfcd36e6610d5c2b37a56c015ae223e29169 | |
parent | 98b7d225d7d05b6f95d264b5abdfcce0ff844f1b (diff) | |
download | hello_world-cc65808538723e7f407ab3f17767528da4c33ea2.tar.gz |
test
-rw-r--r-- | Jenkinsfile | 2 |
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') { |