Skip to content

Commit

Permalink
Merge pull request #554 from axonivy/fix-site-publish
Browse files Browse the repository at this point in the history
Fix site publish on release pipeline
  • Loading branch information
ivy-lli authored Dec 20, 2024
2 parents 52c9fe8 + b5e6bce commit a642587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
sh "gh pr create --title '${message}' --body '${message}' --head ${targetBranch} --base ${env.BRANCH_NAME}"
}
// publish site from 'mvn release' run
maven cmd: "site:stage scm-publish:publish-scm"
maven cmd: "site site:stage scm-publish:publish-scm -PossrhDeploy"
}
}
}
Expand Down

0 comments on commit a642587

Please sign in to comment.