From 166fd628e2b48203119a92b3545b250f5d89baab Mon Sep 17 00:00:00 2001 From: Stephen Marshall Date: Mon, 30 Oct 2023 13:19:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 22042d63e..47be0a022 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,6 +27,7 @@ parallel map waitUntil { success } +// This doesn't setup any of the Github/Runway data! runShortNode { stage('Runway Comment') { writeRunwayComment() @@ -95,6 +96,8 @@ def runNodeWith(label, block, isShort) { stage('Keychain') { setupKeychain() } + } else { + sh "${env.ROOT_DIR}/Tools/setup.sh" } checkForFailedParallelJob() block() @@ -142,12 +145,8 @@ def getReleaseNotes() { def writeRunwayComment() { RUNWAY_BACKLOG_ITEM_ID = env.RUNWAY_BACKLOG_ITEM_ID - echo "RUNWAY_BACKLOG_ITEM_ID ${RUNWAY_BACKLOG_ITEM_ID}" PR_READY_FOR_TESTING = false - echo "PR_READY_FOR_TESTING ${env.PR_READY_FOR_TESTING}" - - echo "PR_USER_HANDLE ${PR_USER_HANDLE}" if (env.PR_USER_HANDLE in ['renovate[bot]', 'dependabot']) { echo "Bot PR detected. Skipping Runway comment."