Remove the branch name from the build steps.

This commit is contained in:
Manuele Simi 2019-05-28 21:43:53 +02:00
parent d0bf65ad9a
commit b06cde66b3
1 changed files with 4 additions and 4 deletions

8
Jenkinsfile vendored
View File

@ -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"