is SCM implied in the declarative pipeline ?

This commit is contained in:
NikkyAI 2018-02-10 19:17:00 +01:00 committed by Unknown
parent 035dfa2511
commit 1362147c70
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -1,11 +1,6 @@
pipeline {
agent any
stages {
stage("checkout") {
steps {
checkout scm
}
}
stage("1.11.2") {
steps {
sh './gradlew :1.11.2:setupCiWorkspace :1.11.2:clean :1.11.2:build'