Skip to content

Commit

Permalink
Update Jenkinsfile - test url
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored Feb 9, 2025
1 parent 7d8d0b3 commit 878359f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ pipeline {
sh "mvn -v -nsu -ntp -s $GLOBAL_MVN_SETTINGS -Dmaven.test.failure.ignore=true -V -B -U clean verify -e -Djetty.version=$JETTY_VERSION $MVN_ARGS"
}
}
publishChecks name: 'example', title: 'Pipeline Check', summary: 'check through pipeline',
text: 'you can publish checks in pipeline script',
publishChecks name: 'example', title: 'Pipeline Check', summary: "check through pipeline: $BUILD_URL",
text: "you can publish checks in pipeline script: $BUILD_URL",
detailsURL: "$BUILD_URL"
}
}
Expand Down

0 comments on commit 878359f

Please sign in to comment.