Commit Graph

370 Commits

Author SHA1 Message Date
Manuele Simi f9634a8c8b Manage the exception of a missing previous job report. 2019-12-12 23:27:08 -05:00
Manuele Simi 6e93df90e1 Merge branch 'feature/18208' 2019-12-12 23:18:48 -05:00
Manuele Simi a7822fd12d Fix script syntax. 2019-12-12 22:56:27 -05:00
Manuele Simi 05fd059549 Tolerate that the build report is not available. 2019-12-12 22:53:06 -05:00
Manuele Simi 805862f55d Append new commits to the previous commit report. 2019-12-12 22:50:53 -05:00
Manuele Simi 0a173b49c6 Append new jobs to the previous job report. 2019-12-12 22:20:29 -05:00
Roberto Cirillo 9c42db9f8e Update 'releases/gcube-4.17.0.yaml'
added remove-account-portlet, remove-account-library, tou-optout-hook
2019-12-12 18:43:45 +01:00
Manuele Simi 9a21b62ed7 Resume a build olny if resume option is set. 2019-12-12 09:02:37 -05:00
Roberto Cirillo 8cc5d3d5fa Update 'releases/gcube-4.17.0.yaml'
Added dataminer-pool-manager service
2019-12-12 10:38:08 +01:00
Manuele Simi fbec8bc5db Adjust resume condition. 2019-12-11 23:49:28 -05:00
Manuele Simi 27bf8aa941 Fix syntax. 2019-12-11 23:46:36 -05:00
Manuele Simi 26de7d4e76 Split lines before parsing. 2019-12-11 23:45:24 -05:00
Manuele Simi d300e57f52 Use NonCPS method to parse the jobs. 2019-12-11 23:41:19 -05:00
Manuele Simi 68814a50d2 Comment split lines. 2019-12-11 23:28:47 -05:00
Manuele Simi 90c536315e Use groovy var to read the file. 2019-12-11 23:24:19 -05:00
Manuele Simi 676d975fa7 Print the file content. 2019-12-11 23:14:59 -05:00
Manuele Simi dabb399da9 Do not use parseJobs. 2019-12-11 23:14:11 -05:00
Manuele Simi f3a0bb0a98 Fix syntax. 2019-12-11 23:10:55 -05:00
Manuele Simi 2eae025914 Add missing block. 2019-12-11 23:10:32 -05:00
Manuele Simi 9b8d767526 Move readFile to a dedicated stage. 2019-12-11 23:08:47 -05:00
Manuele Simi 71aeb70365 Change the scope of the report. 2019-12-11 22:50:16 -05:00
Manuele Simi 31c46b8fbd Use readfile to read the job report. 2019-12-11 22:47:01 -05:00
Manuele Simi b45efcb2a5 Print lines. 2019-12-11 22:32:53 -05:00
Manuele Simi 9101026695 List job reports. 2019-12-11 22:21:23 -05:00
Manuele Simi f9bec52a71 Check job report file earlier. 2019-12-11 21:27:17 -05:00
Manuele Simi be8f943ab9 Handle cat error. 2019-12-10 23:02:24 -05:00
Manuele Simi d4534fea88 Fix echo syntax. 2019-12-10 22:58:19 -05:00
Manuele Simi d178e328b1 Remove double quotes around the job results. 2019-12-10 22:52:40 -05:00
Roberto Cirillo e9142431f7 Update 'releases/gcube-4.17.0.yaml'
re-added geonetwork component
2019-12-10 18:19:29 +01:00
Roberto Cirillo c0d5773d97 Update 'releases/gcube-4.17.0.yaml'
added new compoents: registry-publisher, smartgears-distribution
2019-12-10 16:46:47 +01:00
Manuele Simi 48f2be7f2d Show the job report. 2019-12-09 23:28:53 -05:00
Manuele Simi 5d202f82e7 Fix paths for job report. 2019-12-09 23:27:22 -05:00
Manuele Simi c4c5057886 Re-enable catch to see the stack trace. 2019-12-09 23:19:00 -05:00
Manuele Simi 5185b38452 Remove catch to see the stack trace. 2019-12-09 23:17:16 -05:00
Manuele Simi 9a4525381a Print exception on the job report. 2019-12-09 23:06:07 -05:00
Manuele Simi 539b8aaa33 Set the output job report from the groovy env. 2019-12-09 22:49:42 -05:00
Manuele Simi a720c5ea73 Resume from a given report number. 2019-12-09 22:37:46 -05:00
Manuele Simi 447e8dde0a Adjust path for previous report file. 2019-12-09 22:25:44 -05:00
Manuele Simi d04abeab48 Fix gjob. 2019-12-09 21:47:34 -05:00
Manuele Simi 520fc3d31b Jobs as parameter. 2019-12-09 21:42:10 -05:00
Manuele Simi 5c120a3207 Skip all the jobs if resume is enabled && success. 2019-12-09 21:37:23 -05:00
Manuele Simi b2324d2fad Print when the maven-parent is skipped. 2019-12-09 21:25:54 -05:00
Manuele Simi 1c504c6c64 Catch exception if the report is not available. 2019-12-09 16:54:48 -05:00
Manuele Simi 68826de759 Calculate previous job number. 2019-12-09 16:50:50 -05:00
Manuele Simi 517153a3ae Parse job report before the pipeline execution. 2019-12-09 16:35:11 -05:00
Manuele Simi f2298fff63 Remove stage block. 2019-12-09 16:13:36 -05:00
Manuele Simi 9ec18e4bf2 Remove script block. 2019-12-09 16:02:48 -05:00
Manuele Simi ed4b6bcef0 Wrap code into a stage block. 2019-12-09 16:00:42 -05:00
Manuele Simi 54b0bb03de Manage job report for maven-parent. 2019-12-09 15:49:33 -05:00
Manuele Simi 1de672a7c5 Restore initialize stage. 2019-12-09 15:42:24 -05:00