You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/10/05 21:43:32 UTC

[netbeans-website] branch master updated: stop daemon before build

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/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 444052bf8 stop daemon before build
444052bf8 is described below

commit 444052bf81a2797daaea7320f0870442d471c7e1
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Wed Oct 5 23:43:28 2022 +0200

    stop daemon before build
---
 Jenkinsfile.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 2d341ad97..c094b88fd 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -87,6 +87,7 @@ pipeline {
                 dir('master-branch/netbeans.apache.org') {
                     sh 'chmod u+x ./gradlew'
                     sh './gradlew --version'
+                    sh './gradlew --stop'
                     sh './gradlew --no-daemon clean buildSite'
                 }
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists