From b481fee09f0319dc8616d088db3ab180fcbc3271 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Thu, 21 Aug 2025 11:28:03 -0500 Subject: [PATCH] Forgot to change the temporary location of create-revisions-file.sh, now fixed. Ticket: ENT-12581 Changelog: none --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 12f731a04..425332494 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,8 +39,7 @@ pipeline { steps { sh "echo \"${pullRequest.title}\" > pull-request-title" sh "echo \"${pullRequest.body}\" > pull-request-body" -// TODO: change URL after merging https://github.com/cfengine/buildscripts/pull/1848 - sh "curl -O https://raw.githubusercontent.com/craigcomstock/buildscripts/refs/heads/ENT-12581/ci/create-revisions-file.sh" + sh "curl -O https://raw.githubusercontent.com/cfengine/buildscripts/refs/heads/master/ci/create-revisions-file.sh" sh "chmod u+x ./create-revisions-file.sh" sh "./create-revisions-file.sh" sh "cat revisions"