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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a22ff70  add trigger to build if modified
     new 3e45dc8  Merge pull request #6 from ebarboni/triggerjob
a22ff70 is described below

commit a22ff708f09eeaed015b8e07fd921e1449ba56a7
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Oct 20 18:25:47 2023 +0200

    add trigger to build if modified
---
 Jenkinsfile | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 0000000..d6c4d81
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,13 @@
+pipeline {
+    agent {
+        label 'git-websites'
+    }
+
+    stages {
+        stage('trigger-netbeans-site-build') {
+
+            steps {
+                triggerRemoteJob remotePathMissing: [$class: 'StopAsFailure'], 
remotePathUrl: 
'jenkins://712657a46c181b3ff60d2c029abcf8b7/Netbeans/netbeans-antora-website'   
         }
+        }
+    }
+}


---------------------------------------------------------------------
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

Reply via email to