Enable dash.iplab.token
Fix mangled syntax
https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2673
diff --git a/maven/SimRelMaven.jenkinsfile b/maven/SimRelMaven.jenkinsfile
index c4e4471..45cf6c4 100644
--- a/maven/SimRelMaven.jenkinsfile
+++ b/maven/SimRelMaven.jenkinsfile
@@ -80,14 +80,14 @@
}
}
-
- sh ''' stage('Build SimRel Maven') {
+ stage('Build SimRel Maven') {
steps {
sshagent(['projects-storage.eclipse.org-bot-ssh']) {
dir('maven') {
withCredentials([
string(credentialsId: 'gpg-passphrase', variable: 'KEYRING_PASSPHRASE'),
string(credentialsId: 'gitlab-api-token', variable: 'GITLAB_API_TOKEN') ]) {
+ sh '''
if [[ $PROMOTE == false ]]; then
promotion_argument='-Dorg.eclipse.justj.p2.manager.args='
fi