Update Jenkinsfile

This commit is contained in:
Gabriel Augendre 2018-05-03 11:02:34 +02:00 committed by GitHub
parent b5d9528a26
commit 736fe26520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
Jenkinsfile vendored
View file

@ -1,21 +1,9 @@
pipeline {
agent {
docker {
image 'docker'
}
}
stages {
stage('Build') {
agent {
docker {
image 'docker:latest'
}
}
steps {
sh 'env'
}
}
}
}
}