Remove step: post always

This commit is contained in:
Reza Behzadan 2024-03-31 15:30:07 +03:30
parent 1a7cc49f35
commit 61c39daf55
2 changed files with 1 additions and 5 deletions

4
Jenkinsfile vendored
View File

@ -49,10 +49,6 @@ pipeline {
notifyEvents title: 'jenkins.home.behzadan.ir/$JOB_NAME/$BUILD_ID', message: 'Build failed!', priority: 'NORMAL', token: '$NOTIFY_TOKEN'
}
always {
// Cleanup or notifications can go here
}
}
}

View File

@ -1 +1 @@
1.0.6
1.0.7