new label
This commit is contained in:
parent
2d41cc6591
commit
868361fc3b
|
@ -6,7 +6,7 @@ pipeline {
|
|||
stages {
|
||||
stage("verify tooling") {
|
||||
steps {
|
||||
sh '''
|
||||
sh '''
|
||||
docker version
|
||||
docker info
|
||||
docker compose version
|
||||
|
@ -31,11 +31,5 @@ pipeline {
|
|||
sh 'docker compose ps'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Run tests against the container') {
|
||||
steps {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue