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-native-launchers.git
The following commit(s) were added to refs/heads/master by this push:
new 7234cac remove useless line for website
7234cac is described below
commit 7234cacd23c30853cb14ae36bb495a701922e303
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Jun 25 18:24:22 2021 +0200
remove useless line for website
---
Jenkinsfile.groovy | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index 78bee94..eba94dc 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -73,8 +73,7 @@ def mavenBuild(jdk, cmdline, mvnName, publishers) {
mavenLocalRepo: localRepo) {
// Some common Maven command line + provided command line
sh "mvn -V -B -U -e -DskipBrowserTests
-Dmaven.test.failure.ignore=true $cmdline "
- sh "mv target/*-site.jar WEBSITE.zip"
- }
+ }
}
def notifyBuild(String buildStatus) {
@@ -96,4 +95,4 @@ def notifyBuild(String buildStatus) {
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
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