summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-01 17:04:50 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-01 17:04:50 +0800
commit040bb9efbb80475b6d00cf2a23d2e27e4e2ee073 (patch)
treec864ceec7fea4b7585c1f77a9b35678f854e0b27 /Jenkinsfile
parent0aa34513885d678605a3ffafc8a7821343e003a1 (diff)
Jenkinsfile: change command line arguments.
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2862d34..bc5a27e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
stages {
stage('build') {
steps {
- sh 'python --version'
+ sh 'python app/main.py'
}
}
}