Replies: 2 comments 1 reply
-
The only reason we have the Jenkins build in place is that it wasn't allowed to publish artifacts to the ASF maven repo from Github as per Infra policy when we moved to the Incubator. https://issues.apache.org/jira/browse/INFRA-23810 So it seems we need to ask Infra to enable NEXUS_USER and NEXUS_PW and we can get rid of the Jenkins job :-) |
Beta Was this translation helpful? Give feedback.
-
That sounds great! In this case I would create an issue for the migration, so that we can tackle this after the current release. |
Beta Was this translation helpful? Give feedback.
-
I was just wondering if we can migrate our Jeninks job to GitHub actions?
As far as I can tell, this job deploys our
dev
branch as a snapshot version in Maven, right?That should then be easy to map as a GitHub workflow as well, then we have everything in one place.
Are there any other CI or CD workflows that are not currently implemented via GitHub actions?
Beta Was this translation helpful? Give feedback.
All reactions