Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-04-08 22:25:43 +02:00
parent e145a5f814
commit f58b32c810

2
Jenkinsfile vendored
View File

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