From 10ef5379d1e9b0680922a7ed2634d0aeefd1f6c9 Mon Sep 17 00:00:00 2001 From: Reza Behzadan Date: Sun, 31 Mar 2024 15:38:44 +0330 Subject: [PATCH] Remove priority --- Jenkinsfile | 2 -- VERSION | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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