Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-04-08 22:06:34 +02:00
parent c299585acc
commit e8318dd9d7

2
Jenkinsfile vendored
View File

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