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 616fc21 cd and find
616fc21 is described below
commit 616fc218ec98bd1c5e06f7ea90b2271e45a4979d
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jun 27 12:53:39 2019 +0200
cd and find
---
vars/asfMainNetBeansBuild.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index a233feb..78014e7 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -172,8 +172,8 @@ def call(Map params = [:]) {
sh "mkdir
${env.WORKSPACE}/dist/mavenrepository"
sh "cp -r
${env.WORKSPACE}/build-release-temp/nbbuild/nbms/** ${env.WORKSPACE}/dist/nbms/"
sh "cd ${env.WORKSPACE}/dist"+' && for z in
$(find . -name "*.zip") ; do sha512sum $z >$z.sha512 ; done'
- sh "cd ${env.WORKSPACE}/dist"+'for z in $(find
. -name "*.nbm") ; do sha512sum $z >$z.sha512 ; done'
- sh "cd ${env.WORKSPACE}/dist"+'for z in $(find
. -name "*.gz") ; do sha512sum $z >$z.sha512 ; done'
+ sh "cd ${env.WORKSPACE}/dist"+' && for z in
$(find . -name "*.nbm") ; do sha512sum $z >$z.sha512 ; done'
+ sh "cd ${env.WORKSPACE}/dist"+' && for z in
$(find . -name "*.gz") ; do sha512sum $z >$z.sha512 ; done'
sh "ant build-javadoc
-Djavadoc.web.root='${apidocurl}' -Dmodules-javadoc-date='${date}'
-Datom-date='${atomdate}' -Djavadoc.web.zip=${env.WORKSPACE}/WEBZIP.zip"
archiveArtifacts 'dist/**'
---------------------------------------------------------------------
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