Skip to content

Commit

Permalink
Single quotes delay variable eval into the shell
Browse files Browse the repository at this point in the history
Do not need the env. reference
  • Loading branch information
MarkEWaite committed Oct 12, 2024
1 parent 38ca45a commit d319fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stage('Record build') {
/*
* TODO Add the commits of the transitive closure of the Jenkins WAR under test to this build.
*/
sh 'launchable verify && launchable record build --name ${BUILD_TAG} --branch ${env.BRANCH_NAME} --source jenkinsci/jenkins=.'
sh 'launchable verify && launchable record build --name ${BUILD_TAG} --branch ${BRANCH_NAME} --source jenkinsci/jenkins=.'
axes.values().combinations {
def (platform, jdk) = it
if (platform == 'windows' && jdk != 17) {
Expand Down

0 comments on commit d319fe3

Please sign in to comment.