Re: pipeline snippet generator problems

2021-04-29 Thread yusuf zainee
Thank you Jesse. Sometimes a 2nd pair of eyes are able to see the obvious which the primary ones dont notice :) It worked. On Thu, Apr 29, 2021 at 6:27 PM Jesse Glick wrote: > > https://github.com/fabric8-analytics/redhat-codeready-dependency-analysis/blob/68e93fee6e11b5cc756409637f2c9075cc7656

Re: pipeline snippet generator problems

2021-04-29 Thread Jesse Glick
https://github.com/fabric8-analytics/redhat-codeready-dependency-analysis/blob/68e93fee6e11b5cc756409637f2c9075cc7656ba/src/main/java/redhat/jenkins/plugins/crda/task/CRDABuilder.java#L91 & https://github.com/fabric8-analytics/redhat-codeready-dependency-analysis/blob/68e93fee6e11b5cc756409637f2c90

pipeline snippet generator problems

2021-04-29 Thread yusuf zainee
Hi, I'm facing a problem with the pipeline snippet generator for my plugin. Although all the public get / set functions are present, it still fails with an error message which says *no public field ‘crdakeyid’ (or getter method) found in class redhat.jenkins.plugins.crda.step.CRDAStep . * I tried

Re: Using JDK 11 instead of JDK 8 in default docker images

2021-04-29 Thread 'Olblak' via Jenkins Developers
Hi, I am definitely in favor of switching to jdk11 by default, it's really time to move forward. We have been using it on the Jenkins infrastructure project for almost a year now without major issues but we also had to fine-tune the java configuration for java 11. That remains a major change w