From f6a43f538711a69cdff18cb9bf51186da863cda9 Mon Sep 17 00:00:00 2001 From: M-C Reid Date: Thu, 3 Aug 2023 12:46:21 -0400 Subject: [PATCH] Update Jenkinsfile 145246-Contract Tests via Github43 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3088a02..c2903da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ spec: stage('Running collection') { steps { //sh 'postman collection run -e ${POSTMAN_ENVIRONMENT_ID} ${POSTMAN_COLLECTION_ID} --integration-id "145246-${JOB_NAME}${BUILD_NUMBER}" --color off --disable-unicode | sed -E "s/\\033[.*m//g"' - sh 'postman collection run -e ${POSTMAN_ENVIRONMENT_ID} ${POSTMAN_COLLECTION_ID} --integration-id "145246-${JOB_NAME}${BUILD_NUMBER}" --color off' + sh 'postman collection run -e ${POSTMAN_ENVIRONMENT_ID} ${POSTMAN_COLLECTION_ID} --integration-id "145246-Contract Tests via Github43" --color off' } } }