jenkins-infra/jenkins-maven-cd
Deploys a Maven project to the Jenkins Artifactory repository in continuous delivery style.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Token to run with, defaults to the repository GITHUB_TOKEN | yes | — |
| MAVEN_USERNAME | Maven username used for deploying the plugin jar to Jenkins Artifactory Repository | yes | — |
| MAVEN_TOKEN | Maven token used for deploying the plugin jar to Jenkins Artifactory Repository | yes | — |
| INTERESTING_CATEGORIES | Regexp of emojis from https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.yml representing changes of interest to users. By default excludes 📦📝👻🚦 under the assumption these do not normally merit a release. Ignored when using workflow_dispatch (explicit release); when using the check_run trigger (automatic), the release is skipped unless the draft changelog matches. | yes | [💥🚨🎉🐛⚠🚀🌐👷]|:(boom|tada|construction_worker): |
Outputs
no outputs