File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ pipeline {
243
243
extensions : [],
244
244
userRemoteConfigs : [[credentialsId : ' ed25519.Hibernate-CI.github.com' , url : ' https://github.com/hibernate/hibernate.org.git' ]]
245
245
)
246
- sh " ../scripts/website-release.sh ${ env.SCRIPT_OPTIONS } ${ env.PROJECT } ${ env.RELEASE_VERSION } "
246
+ sh " ../scripts/website-release.sh ${ env.PROJECT } ${ env.RELEASE_VERSION } ${ env.SCRIPT_OPTIONS } "
247
247
}
248
248
}
249
249
}
@@ -265,7 +265,7 @@ pipeline {
265
265
}
266
266
267
267
withCredentials([string(credentialsId : ' Hibernate-CI.github.com' , variable : ' GITHUB_API_TOKEN' )]) {
268
- sh " .release/scripts/github-release.sh ${ env.SCRIPT_OPTIONS } --notes= ${ notesFiles[0].path } ${ env.PROJECT } ${ env.RELEASE_VERSION } "
268
+ sh " .release/scripts/github-release.sh ${ env.PROJECT } ${ env.RELEASE_VERSION } ${ env.SCRIPT_OPTIONS } --notes= ${ notesFiles[0].path } "
269
269
}
270
270
}
271
271
}
You can’t perform that action at this time.
0 commit comments