add docker container to job stats
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-04-11 10:42:30 +02:00
parent 4ba4eda325
commit 662afb9829

View File

@ -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 {