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/incubator-netbeans-mavenutils.git


The following commit(s) were added to refs/heads/master by this push:
     new eef7a55  remove previously created zipfile for site payload
eef7a55 is described below

commit eef7a559beddb6a190ff25544aabbca14ca2c1c8
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Jan 28 15:52:16 2019 +0100

    remove previously created zipfile for site payload
---
 Jenkinsfile-site.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile-site.groovy b/Jenkinsfile-site.groovy
index 25b72fc..3b8810a 100644
--- a/Jenkinsfile-site.groovy
+++ b/Jenkinsfile-site.groovy
@@ -31,6 +31,7 @@ pipeline {
 
                 sh 'rm -rf stagedsite'
                sh 'mkdir stagedsite'
+               sh 'rm -f mavenusite.zip'
             }
         }
         stage('Build Site'){ 


---------------------------------------------------------------------
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

Reply via email to