is SCM implied in the declarative pipeline ?
This commit is contained in:
parent
035dfa2511
commit
1362147c70
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue