update jenkinsfile2
This commit is contained in:
parent
29eec2e094
commit
adec73fba2
@ -14,7 +14,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Script") {
|
stage("Script") {
|
||||||
steps {
|
steps {
|
||||||
sh "./app/stats.sh"
|
sh "./stats.sh"
|
||||||
|
sh "python3 ./main.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user