parent
3b61167f6d
commit
4219478782
|
@ -154,21 +154,21 @@ pipeline {
|
|||
steps {
|
||||
buildComponents items: jsonConfig.gCube_release.Components.CoreAuth?.collect { "${it.name}" },
|
||||
"${maven_settings_file}", "${maven_local_repo_path}"
|
||||
echo "Done with Core components"
|
||||
echo "Done with CoreAuth components"
|
||||
}
|
||||
}
|
||||
stage('build CoreSmartGears components') {
|
||||
steps {
|
||||
buildComponents items: jsonConfig.gCube_release.Components.CoreSmartGears?.collect { "${it.name}" },
|
||||
"${maven_settings_file}", "${maven_local_repo_path}"
|
||||
echo "Done with Core components"
|
||||
echo "Done with CoreSmartGears components"
|
||||
}
|
||||
}
|
||||
stage('build Common components') {
|
||||
steps {
|
||||
buildComponents items: jsonConfig.gCube_release.Components.Common?.collect { "${it.name}" },
|
||||
"${maven_settings_file}", "${maven_local_repo_path}"
|
||||
echo "Done with Core components"
|
||||
echo "Done with Common components"
|
||||
}
|
||||
}
|
||||
stage('build PortalCore components') {
|
||||
|
|
Loading…
Reference in New Issue