Remove the branch name from the build steps.
This commit is contained in:
parent
d0bf65ad9a
commit
b06cde66b3
|
@ -33,10 +33,10 @@ pipeline {
|
||||||
stage('build core components') {
|
stage('build core components') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(jdk: 'OpenJDK 8') {
|
withMaven(jdk: 'OpenJDK 8') {
|
||||||
build 'maven-parent/master'
|
build 'maven-parent'
|
||||||
build 'gcube-bom/master'
|
build 'gcube-bom'
|
||||||
build 'authorization-common-library/master'
|
build 'authorization-common-library'
|
||||||
build 'gxRest/master'
|
build 'gxRest'
|
||||||
}
|
}
|
||||||
script {
|
script {
|
||||||
echo "Done with core components"
|
echo "Done with core components"
|
||||||
|
|
Loading…
Reference in New Issue