Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-04-08 21:31:56 +02:00
parent 5a92ba072d
commit 447f534840

2
Jenkinsfile vendored
View File

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