Remove priority

This commit is contained in:
Reza Behzadan 2024-03-31 15:38:44 +03:30
parent bb35916fb2
commit 10ef5379d1
2 changed files with 1 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -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}"
}

View File

@ -1 +1 @@
1.0.8
1.0.9