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 {
|
||||
agent any
|
||||
parameters{
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
@ -8,6 +7,9 @@
|
||||
)
|
||||
|
||||
}
|
||||
agent {
|
||||
docker { image 'ubuntu:latest' }
|
||||
}
|
||||
stages {
|
||||
stage("Check out from version control") {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user