Skip to content

Commit

Permalink
test: remove link from status message Refs #2262124
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Jun 19, 2024
1 parent 9e24f8c commit b5065bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ pipeline {
sh "make install"
sh "make build"
sh "set -o pipefail; yarn bundlewatch --config .bundlewatch.config.json | tee checkresult.txt"
sh "cat checkresult.txt | grep -v "https://service.bundlewatch.io/results" > result.txt"
publishChecks name: "Bundlewatch on ${env.FRONTEND_NAME}", title: "Bunde size check on ${env.FRONTEND_NAME}", summary: "Result of bundlewatch run on ${env.FRONTEND_NAME}",
text: readFile(file: 'checkresult.txt'), conclusion: "${currentBuild.currentResult}",
text: readFile(file: 'result.txt'), conclusion: "${currentBuild.currentResult}",
detailsURL: "${env.BUILD_URL}display/redirect"

}
Expand Down

0 comments on commit b5065bb

Please sign in to comment.