Background: I got this error earlier [Unsupported class file major version 57] This error means that my version of Java is incompatible with the one with which Gradle was compiled. My Gradle version was Gradle 6.0.1 and JDK version was openjdk 13.0.2. So i downgrade JDK to JDK 11 and issue was resolved. I was able to run task “./gradlew
Tag: jenkins-pipeline
Jenkins pipelines trigger one after another
Can we execute one pipeline from Jenkins and trigger another pipeline with inputdata from previous pipeline? If Yes, will you please provide me how? Answer Yes, you can do that. Let’s say there are two pipeline i.e. jobA and jobB. Let us assume jobA is the upstream pipeline for jobB i.e. jobB will be called or build by jobA with
Importing internal CA to Jenkins
I’m trying to use a Jenkins job (pipeline) to read some information from a json endpoint and do something based on that information then. The endpoint it is reading from is an internal one and the application is reachable via https with a certificate that is self-signed by our internal CA. Here’s the example code, that is run by the