This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 3a19ff1 Fix JSPWiki/site job invocation
3a19ff1 is described below
commit 3a19ff1c4ebd2ea31c8d0c5407ddb7a18de97e7b
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Fri Dec 3 00:18:50 2021 +0100
Fix JSPWiki/site job invocation
details of pipeline error at
https://issues.jenkins.io/browse/JENKINS-61414?f404829&page=com.ocusedCommentId=atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-404829
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9a77911..aecebd4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,7 +39,7 @@ try {
}
if( env.BRANCH_NAME == 'master' ) {
- build wait: false, job: 'site', parameters: [ text( name: 'version',
value: 'master' ) ]
+ build wait: false, job: 'JSPWiki/site', parameters: [ text( name:
'version', value: 'master' ) ]
}
currentBuild.result = 'SUCCESS'