Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-04-08 22:28:59 +02:00
parent c08805f4a9
commit bf367e4361

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline{
stages{ stages{
stage('Test') { stage('Test') {
steps { steps {
sh 'python ./script2.py' sh 'python3 ./script2.py'
} }
} }
stage('Stage 1'){ stage('Stage 1'){