mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
fixed build number in slack messages
This commit is contained in:
parent
6cb23e7069
commit
5c476391da
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env groovy
|
||||
|
||||
slackSend "Building ${env.JOB_NAME}/${env.BRANCH_NAME} #${env.BUILD_NUM}"
|
||||
slackSend "Building ${env.JOB_NAME}/${env.BRANCH_NAME} #${env.BUILD_NUMBER}"
|
||||
parallel 'centos7': {
|
||||
node('centos7') {
|
||||
try {
|
||||
|
@ -55,4 +55,4 @@ parallel 'centos7': {
|
|||
}
|
||||
}
|
||||
|
||||
slackSend "${env.JOB_NAME}/${env.BRANCH_NAME} #${env.BUILD_NUM} Complete (<${env.BUILD_URL}|Show More...>)"
|
||||
slackSend "${env.JOB_NAME}/${env.BRANCH_NAME} #${env.BUILD_NUMBER} Complete (<${env.BUILD_URL}|Show More...>)"
|
Loading…
Add table
Reference in a new issue