is SCM implied in the declarative pipeline ?
This commit is contained in:
parent
035dfa2511
commit
1362147c70
|
@ -1,11 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage("checkout") {
|
|
||||||
steps {
|
|
||||||
checkout scm
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage("1.11.2") {
|
stage("1.11.2") {
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew :1.11.2:setupCiWorkspace :1.11.2:clean :1.11.2:build'
|
sh './gradlew :1.11.2:setupCiWorkspace :1.11.2:clean :1.11.2:build'
|
||||||
|
|
Loading…
Reference in New Issue