test
Some checks failed
perso/jenkins-wdocker/master There was a failure building this commit

This commit is contained in:
Julien Cabillot 2019-06-25 18:31:11 -04:00
parent aa9b3fa9ba
commit 07a38dce3a

2
Jenkinsfile vendored
View File

@ -5,6 +5,8 @@ pipeline {
dockerImage = 'jcabillot/jenkins-wdocker' dockerImage = 'jcabillot/jenkins-wdocker'
} }
agent any
stages { stages {
stage('Clone repository') { stage('Clone repository') {
steps{ steps{