Skip to content

Commit

Permalink
Do not use BUILT_semphore to force rebuilds when re-run (NOAA-EMC#2593)
Browse files Browse the repository at this point in the history
Remove the placement of the `BUILT_semaphore` file after the build in
the Jenkins Pipeline and force it to rebuild any changes after a PR is
re-ran.
  • Loading branch information
TerrenceMcGuinness-NOAA committed May 10, 2024
1 parent 2346c61 commit 6a9c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pipeline {
}
}
sh(script: './link_workflow.sh')
sh(script: "echo ${HOMEgfs} > BUILT_semaphor")
//sh(script: "echo ${HOMEgfs} > BUILT_semaphor")
}
}
if (env.CHANGE_ID && system == 'gfs') {
Expand Down

0 comments on commit 6a9c137

Please sign in to comment.