Drops duplicated checkout

This commit is contained in:
Lukasz Lenart
2020-02-13 09:32:50 +01:00
parent c79f3b6cfc
commit 9106b590f5
Vendored
-5
View File
@@ -23,11 +23,6 @@ pipeline {
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']]
}
}
stage('Checkout') {
steps {
checkout scm
}
}
}
}
stage('JDK 11') {