Zaktualizuj 'Jenkinsfile_Stats'

This commit is contained in:
Michał Zaręba 2021-04-08 23:04:14 +02:00
parent 6c4bfa799c
commit 1bc0af69eb

View File

@ -1,5 +1,5 @@
pipeline {
agent any
agent {docker {image 's430705/ium:1'}}
parameters {
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
}
@ -13,7 +13,6 @@ pipeline {
}
}
stage("Lab04 CW3"){
agent{ docker {image 's430705/ium:1'}}
steps {
sh 'python3 ./script2.py'
}