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 75830f6  do archive website in the stage
75830f6 is described below

commit 75830f647e48d7ca6a64a7401bb03a8792cc544d
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Jan 16 23:51:40 2019 +0100

    do archive website in the stage
---
 Jenkinsfile-site.groovy | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/Jenkinsfile-site.groovy b/Jenkinsfile-site.groovy
index ed63aeb..25b72fc 100644
--- a/Jenkinsfile-site.groovy
+++ b/Jenkinsfile-site.groovy
@@ -57,16 +57,11 @@ pipeline {
                         }
                     }
                 }
-                
-                
-            }
-        }
-        stage('Publish Site'){ 
-            agent {label 'ubuntu'}
-            steps {
                 zip zipFile:'mavenusite.zip',archive:false,dir:'stagedsite'
                 archiveArtifacts artifacts:'mavenusite.zip'
-                  }
-        }       
+  
+                
+            }
+        }               
     }
 }


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