update jenkinsfile2
This commit is contained in:
parent
e6442a662f
commit
441649ffdd
@ -1,9 +1,5 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'czajson99/ium:v8'
|
||||
}
|
||||
}
|
||||
agent any
|
||||
parameters{
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
@ -14,7 +10,7 @@ pipeline {
|
||||
stages {
|
||||
stage("Script") {
|
||||
steps {
|
||||
sh "ls -al"
|
||||
sh "docker run -t czajson99/ium:v8 --entrypoint ls -al"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user