Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
145246-Contract Tests via Github43
  • Loading branch information
fyvekatz authored Aug 3, 2023
1 parent 12d6a8b commit f6a43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit f6a43f5

Please sign in to comment.