Skip to content

Commit

Permalink
chore: remove undefined var
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebon committed Dec 12, 2024
1 parent 5c9bd01 commit d54309a
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 @@ -155,7 +155,7 @@ pipeline {

post {
success {
wireSend secret: env.WIRE_BOT_SECRET, message: "✅ **Build finished for branch '$GIT_BRANCH_WEBAPP'**\n${commit_msg}"
wireSend secret: env.WIRE_BOT_SECRET, message: "✅ **Build finished for branch '$env.webappApplicationPath'**"
}
failure {
script {
Expand Down

0 comments on commit d54309a

Please sign in to comment.