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 b8a1f79d1 remove no-daemon for test purpose
b8a1f79d1 is described below
commit b8a1f79d1d8914e64f1b3ff9a75329a27d4d8f3c
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Sep 19 13:53:47 2023 +0200
remove no-daemon for test purpose
---
Jenkinsfile.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index f087996a3..5567d301a 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -90,7 +90,7 @@ pipeline {
sh 'chmod u+x ./gradlew'
sh './gradlew --version'
sh './gradlew --stop'
- sh './gradlew --no-daemon clean buildSite'
+ sh './gradlew clean buildSite'
}
}
}
---------------------------------------------------------------------
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