Remove duplicate checkout scm

This commit is contained in:
Michaël Pailloncy 2017-03-06 17:46:18 +01:00
parent db33c0e41d
commit 504f9fa523

6
Jenkinsfile vendored
View file

@ -4,12 +4,6 @@ pipeline {
stages {
stage("prepare") {
steps {
checkout scm
}
}
stage("build") {
agent { label "build" }