added new stage Distribution
This commit is contained in:
parent
18b787ea51
commit
50545c3c22
|
@ -170,6 +170,13 @@ pipeline {
|
|||
echo "Done with Portlets components"
|
||||
}
|
||||
}
|
||||
stage('build Distribution components') {
|
||||
steps {
|
||||
buildComponents items: jsonConfig.gCube_release.Components.Distribution?.collect { "${it?.name}" },
|
||||
"${maven_settings_file}", "${maven_local_repo_path}"
|
||||
echo "Done with Portlets components"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue