add docker container to job stats
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4ba4eda325
commit
662afb9829
@ -1,5 +1,4 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
|
||||||
parameters{
|
parameters{
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
@ -8,6 +7,9 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
agent {
|
||||||
|
docker { image 'ubuntu:latest' }
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("Check out from version control") {
|
stage("Check out from version control") {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user