test pas sur du tout
Web/ip/pipeline/head There was a failure building this commit
web/ip/pipeline/head There was a failure building this commit

This commit is contained in:
2021-02-12 16:16:53 -05:00
parent 2b926f0b3b
commit cdb4186a6d
Vendored
+2
View File
@@ -20,9 +20,11 @@ pipeline {
stages { stages {
stage('Clone repository') { stage('Clone repository') {
steps{ steps{
container('jnlp') {
checkout scm checkout scm
} }
} }
}
stage('Build image') { stage('Build image') {
steps{ steps{