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 13a1aad8b test no build cache
13a1aad8b is described below
commit 13a1aad8b71d93a21f8654f6c7fc5e5100dd10d0
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Sep 19 16:33:00 2023 +0200
test no build cache
---
Jenkinsfile.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 0174c1732..3cae5d637 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -90,8 +90,8 @@ pipeline {
sh 'chmod u+x ./gradlew'
sh './gradlew --version'
sh './gradlew --stop'
- sh './gradlew clean --no-daemon '
- sh './gradlew buildSite --no-daemon --stacktrace --debug'
+ sh './gradlew clean --no-daemon'
+ sh './gradlew buildSite --no-daemon --no-build-cache
--stacktrace'
}
}
}
---------------------------------------------------------------------
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