diff --git a/Jenkinsfile b/Jenkinsfile index 1780489..7efa55b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" + } + } } }