aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-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') {