From 6a9c1372ecce9e50e4f6e10e56f6e504cde1afe6 Mon Sep 17 00:00:00 2001 From: TerrenceMcGuinness-NOAA Date: Fri, 10 May 2024 14:17:13 -0400 Subject: [PATCH] Do not use BUILT_semphore to force rebuilds when re-run (#2593) 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. --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 5f64ba4d8d..8c70e31cc4 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -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') {