Remove priority
This commit is contained in:
parent
bb35916fb2
commit
10ef5379d1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -43,7 +43,6 @@ pipeline {
|
||||
echo 'Build succeeded!'
|
||||
notifyEvents title: 'jenkins.home.behzadan.ir/$JOB_NAME/$BUILD_ID',
|
||||
message: 'Build succeeded!',
|
||||
priority: 'NORMAL',
|
||||
token: "${env.NOTIFY_TOKEN}"
|
||||
}
|
||||
|
||||
@ -51,7 +50,6 @@ pipeline {
|
||||
echo 'Build failed!'
|
||||
notifyEvents title: 'jenkins.home.behzadan.ir/$JOB_NAME/$BUILD_ID',
|
||||
message: 'Build failed!',
|
||||
priority: 'NORMAL',
|
||||
token: "${env.NOTIFY_TOKEN}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user