This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new c3f1000 Fixing syntax
c3f1000 is described below
commit c3f1000f0a46e3386fba614a8aca15acacd69ba6
Author: Martin Stockhammer <[email protected]>
AuthorDate: Thu May 17 22:26:56 2018 +0200
Fixing syntax
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 935acb8..7c33104 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
}
post {
success {
- archiveArtifacts '**/target/*-site.xml','pom.xml'
+ archiveArtifacts '**/target/*-site.xml,pom.xml'
}
failure {
notifyBuild("Failure in BuildAndDeploy stage")
--
To stop receiving notification emails like this one, please contact
[email protected].