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') {
|
||||
steps {
|
||||
withMaven(jdk: 'OpenJDK 8') {
|
||||
build 'maven-parent/master'
|
||||
build 'gcube-bom/master'
|
||||
build 'authorization-common-library/master'
|
||||
build 'gxRest/master'
|
||||
build 'maven-parent'
|
||||
build 'gcube-bom'
|
||||
build 'authorization-common-library'
|
||||
build 'gxRest'
|
||||
}
|
||||
script {
|
||||
echo "Done with core components"
|
||||
|
|
Loading…
Reference in New Issue