Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
c08805f4a9
commit
bf367e4361
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ pipeline{
|
||||
stages{
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'python ./script2.py'
|
||||
sh 'python3 ./script2.py'
|
||||
}
|
||||
}
|
||||
stage('Stage 1'){
|
||||
|
Loading…
Reference in New Issue
Block a user