rodrigonull opened a new pull request, #2153: URL: https://github.com/apache/incubator-kie-tools/pull/2153
Recently we have extended the staging build Jenkins job to build the new KIE Tools images and that change has caused an error when running the job on ASF Jenkins: `org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during class generation: Method too large: WorkflowScript.___cps___862629 ()Lcom/cloudbees/groovy/cps/impl/CpsFunction; groovyjarjarasm.asm.MethodTooLargeException: Method too large: WorkflowScript.___cps___862629 ()Lcom/cloudbees/groovy/cps/impl/CpsFunction;` This PR split the code into smaller functions to mitigate the issue. It also adds the build of the dev deployment kogito quarkus blank app image that was missing in the job. The code changes have been tested on ASF Jenkins. See the job execution [here](https://ci-builds.apache.org/job/KIE/job/kie-tools/job/kie-tools-staging-dry-run/7/) More information about this error can be found [here](https://docs.cloudbees.com/docs/cloudbees-ci-kb/latest/troubleshooting-guides/method-code-too-large-error) -- 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]
