Zaktualizuj 'Jenkinsfile_Stats'
This commit is contained in:
parent
1bc0af69eb
commit
28c3f38777
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {docker {image 's430705/ium:1'}}
|
agent any
|
||||||
parameters {
|
parameters {
|
||||||
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
|
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
@ -13,6 +13,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Lab04 CW3"){
|
stage("Lab04 CW3"){
|
||||||
|
agent {
|
||||||
|
docker {
|
||||||
|
image "s430705/ium:1"
|
||||||
|
}
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 ./script2.py'
|
sh 'python3 ./script2.py'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user