rodrigonull commented on PR #374: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/374#issuecomment-1921106353
> @rodrigonull is the jenkinsfile a "close" copy of an existing one? Wouldn't reuse of a nightly one be possible with some tweaks? Also please can you check that the triggering part is in place? Or please point me to where it's defined. Yes, this Jenkinfile is very similar to the nightly one. I've decided to create a new jenkinfile due to my lack o experience with the pipelines framework and to avoid breaking existing jobs. There are some differences between the nightly and the weekly jobs as described bellow: for weekly jobs we need to: Checkout the code from a specific datetime Update the project version to a specific version (999-YYYYMMDD pattern) Create and publish a tag in the repository I think at some point would be nice to refactor this work and create a new job type for weekly jobs and update the nightly jenkinsfiles to support weekly jobs. WDYT? The PR that adds the triggering is this one: https://github.com/apache/incubator-kie-kogito-pipelines/pull/1177 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
