jenkinsci / additional-identities-plugin

Additional Identities Plugin
https://plugins.jenkins.io/additional-identities-plugin
MIT License
4 stars 10 forks source link

ci: enable cd #8

Closed viceice closed 8 months ago

viceice commented 8 months ago

Testing done

### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
jglick commented 8 months ago

I think in #5 you forgot to add the required files to .mvn/. Recheck https://www.jenkins.io/doc/developer/publishing/releasing-cd/#incrementals-enablement

viceice commented 8 months ago

I think in #5 you forgot to add the required files to .mvn/. Recheck https://www.jenkins.io/doc/developer/publishing/releasing-cd/#incrementals-enablement

Added in #7 🙃

jglick commented 8 months ago

OK…though changelist.format is specific to CD, so this was a bit mixed up.

viceice commented 8 months ago

Ok. didn't know. I'm new to this kind of jenkins automation 🙃 Will try to remember when adopting other plugins.