This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git
The following commit(s) were added to refs/heads/main by this push:
new efcb3d7 attempt to get feedback to slack
efcb3d7 is described below
commit efcb3d76dc951efb504c9e59a5caa6648e3a343d
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Oct 16 10:14:35 2025 +0200
attempt to get feedback to slack
---
Jenkinsfile | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index d3dec1f..ec5a10e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,4 +37,19 @@ pipeline {
}
}
}
+ post {
+ cleanup {
+ cleanWs()
+ }
+ success {
+ slackSend (channel:'#netbeans-builds', message:"SUCCESS: Job
'${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL}) ",color:'good')
+ }
+ unstable {
+ slackSend (channel:'#netbeans-builds', message:"UNSTABLE: Job
'${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL}) ",color:'warning')
+ }
+ failure {
+ slackSend (channel:'#netbeans-builds', message:"FAILED: Job
'${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})",color:'danger')
+ }
+
+ }
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists