diff --git a/Jenkinsfile b/Jenkinsfile index 841de7a..4fff606 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}" } diff --git a/VERSION b/VERSION index b0f3d96..66c4c22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.8 +1.0.9