Zaktualizuj 'Jenkinsfile_Stats'

This commit is contained in:
Michał Zaręba 2021-04-08 23:07:20 +02:00
parent 1bc0af69eb
commit 28c3f38777

View File

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