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-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push:
new b1bb88e use default behaviour
b1bb88e is described below
commit b1bb88e1a35d561a5135d23036979774edfe0a6e
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Jul 26 19:25:24 2019 +0200
use default behaviour
---
vars/asfStandardBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 0be6890..18f4ecd 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -107,7 +107,7 @@ def mavenBuild(jdk, cmdline, mvnName, publishers) {
// Some common Maven command line + provided command line
sh "mvn -V -B -U -e -Dmaven.test.failure.ignore=true $cmdline "
}
- archiveArtifacts artifacts: 'target/uploa**'
+
}
def notifyBuild(String buildStatus) {
---------------------------------------------------------------------
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