Jenkins instance for Jakarta Agentic AI (ee4j.agentic-ai)
Can you please create a Jenkins (JIPP) instance for the Jakarta Agentic AI specification project?
- Project: https://projects.eclipse.org/projects/ee4j.agentic-ai
- Repository: https://github.com/jakartaee/agentic-ai
- Requested URL: https://ci.eclipse.org/agentic-ai/
We need three pipeline jobs configured, each pointing at a Jenkinsfile in the repository:
- agentic-ai-staging -> https://github.com/jakartaee/agentic-ai/blob/main/ci/staging/Jenkinsfile
- agentic-ai-release -> https://github.com/jakartaee/agentic-ai/blob/main/ci/release/Jenkinsfile
- agentic-ai-snapshot-publish -> https://github.com/jakartaee/agentic-ai/blob/main/ci/snapshot-publish/Jenkinsfile
Credentials needed:
- secret-subkeys.asc — GPG signing key
- github-bot-ssh — SSH key for git push operations
- projects-storage.eclipse.org-bot-ssh — SSH key for Eclipse project storage
Thanks!