Zaktualizuj 'Jenkinsfile_Stats'
This commit is contained in:
parent
6c4bfa799c
commit
1bc0af69eb
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user