cimbalek commented on PR #1202: URL: https://github.com/apache/incubator-kie-kogito-pipelines/pull/1202#issuecomment-2168468717
Should be ready now. Summary of the whole PR now: - Added shell script for zipping sources - Added pipeline that uses the script ^^, signs resulting zip and uploads to SVN (signing and uploading is commented out as we are still waiting for credentials ATM) - Added job dsl to create a pipeline job that does the zipping. It'll be currently located in `...KIE/kogito/<branch>/tools/zip-and-upload-sources` because of the limitations of the current framework and because of planned structural changes. Seed jobs cascade[0][1] that generates zipping sources pipeline was successfully ran in my fork: - [0] https://ci-builds.apache.org/job/KIE/job/test/job/mcimbalek/job/playground/job/kie-issues-828/job/kie-issues-828/job/0-seed-job/ - [1] https://ci-builds.apache.org/job/KIE/job/test/job/mcimbalek/job/playground/job/kie-issues-828/job/kie-issues-828/job/0-seed-job/ Actual pipeline run can be found here [2]. Resulting zip is available as archived artifacts [3]. Job failed because there was no signature to archive as the signing and uploading functionality is currently disabled. - [2] https://ci-builds.apache.org/job/KIE/job/test/job/mcimbalek/job/playground/job/kie-issues-828/job/kie-issues-828/job/tools/job/0-zip-and-upload-sources/5/ - [3] https://ci-builds.apache.org/job/KIE/job/test/job/mcimbalek/job/playground/job/kie-issues-828/job/kie-issues-828/job/tools/job/0-zip-and-upload-sources/5/artifact/sources-out/ Unless there are another change requests, I consider this PR ready from my side. -- 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]
