Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
[BUGFIX] Link to JOB_URL when waiting for input
Browse files Browse the repository at this point in the history
Makes no sense to link to the detail page.
  • Loading branch information
StephenKing committed Jan 29, 2017
1 parent f5d138d commit 9e1f8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/typo3/chefci/helpers/Slack.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Slack implements Serializable {

def notifyVersionBump() {
send(
message: "${script.env.JOB_NAME} build #${script.env.BUILD_NUMBER} *waiting for input*:\n${script.env.BUILD_URL}",
message: "${script.env.JOB_NAME} build #${script.env.BUILD_NUMBER} *waiting for input*:\n${script.env.JOB_URL}",
color: 'warning',
)
}
Expand Down

0 comments on commit 9e1f8d3

Please sign in to comment.