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 {
243243 extensions : [],
244244 userRemoteConfigs : [[credentialsId : ' ed25519.Hibernate-CI.github.com' , url : ' https://github.com/hibernate/hibernate.org.git' ]]
245245 )
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 } "
247247 }
248248 }
249249 }
@@ -265,7 +265,7 @@ pipeline {
265265 }
266266
267267 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 } "
269269 }
270270 }
271271 }
You can’t perform that action at this time.
0 commit comments