test pas sur du tout
Some checks failed
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:
Julien Cabillot 2021-02-12 16:16:53 -05:00
parent 2b926f0b3b
commit cdb4186a6d

4
Jenkinsfile vendored
View File

@ -20,7 +20,9 @@ pipeline {
stages { stages {
stage('Clone repository') { stage('Clone repository') {
steps{ steps{
checkout scm container('jnlp') {
checkout scm
}
} }
} }