This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 56b8ed4 Basic slacksend test
56b8ed4 is described below
commit 56b8ed4aeb63d4687ebbbe6b0c06e9fd5de7d9cc
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Apr 4 16:38:56 2019 +0200
Basic slacksend test
---
buildscripts/conveniences/Jenkinsfile-release90.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildscripts/conveniences/Jenkinsfile-release90.groovy
b/buildscripts/conveniences/Jenkinsfile-release90.groovy
index 333adec..fb488b3 100644
--- a/buildscripts/conveniences/Jenkinsfile-release90.groovy
+++ b/buildscripts/conveniences/Jenkinsfile-release90.groovy
@@ -15,6 +15,7 @@ pipeline {
stage('Informations') {
steps {
echo "Branche we are building is : refs/heads/release90"
+ slackSend(channel: "#netbeans-builds", message: "building
netbeans javadoc ${env.JOB_NAME}", color: '#FFFF00')
}
}
stage('SCM operation') {
---------------------------------------------------------------------
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