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 …
Advertisement
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?
Advertisement