diff --git a/Jenkinsfile b/Jenkinsfile index 22042d63e..a49f576e8 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() @@ -142,12 +143,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."