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
+3 -1
View File
@@ -20,7 +20,9 @@ pipeline {
stages {
stage('Clone repository') {
steps{
checkout scm
container('jnlp') {
checkout scm
}
}
}