Skip to content

[#304] Add a release Jenkinsfile#305

Merged
marko-bekhta merged 1 commit intojakartaee:mainfrom
marko-bekhta:build/i304-release-job
Oct 8, 2025
Merged

[#304] Add a release Jenkinsfile#305
marko-bekhta merged 1 commit intojakartaee:mainfrom
marko-bekhta:build/i304-release-job

Conversation

@marko-bekhta
Copy link
Member

@marko-bekhta marko-bekhta merged commit cbcce19 into jakartaee:main Oct 8, 2025
5 checks passed

// Set up git so that we can create commits
sh 'git config --local user.name "Jakarta Validation"'
sh 'git config --local user.email "bean-validation-dev@eclipse.org"'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is wrong email.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  {
    "id": 383, 
    "projectId": "ee4j.validation",
    "username": "genie.validation",
    "github.com": {
      "username": "eclipse-validation-bot",
      "email": "validation-bot@eclipse.org"
    }    
  }

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it may 100% be wrong 😃, I took the dev mailing list one from: https://accounts.eclipse.org/mailing-list/bean-validation-dev ...

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this is email of github user, not mailing list address.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!
my thinking was it's a git commit, so the real GH user is not required and dev list mail would do... but since you provided a GH user one! let me send a patch fixing it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw ... a related question.. I was thinking that it would be good to upload the javadocs (and in the spec repo the spec html/pdf) as part of the release process, but I didn't see anything related to uploads in the old CI jobs, and randomly looking at some wikis and guides produced 0 results 😕. Maybe you have some pointers ? 🤞🏻 😃

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a Release Jenkins job

2 participants