jenkinsci / uipath-automation-package-plugin

A Jenkins plugin for packaging UiPath project and deploying it to UiPath Orchestrator
https://plugins.jenkins.io/uipath-automation-package/
Other
24 stars 25 forks source link

Updating the Jenkins file to use the Java 11 for Jenkins CI Build #142

Closed ganeshborle closed 1 year ago

ganeshborle commented 1 year ago

Description

With the new change from Jenkins and with the usage of LTS in our plugin, we need to use Java 11 for the build, for both the internal pipeline and the pipeline on the Jenkins side. Internally we have made this change, but this PR addressed the change for the Jenkins pipeline on their side.

image

Relevant Jira

https://uipath.atlassian.net/browse/TS-2102 Add support for Java 11 for Jenkins internal pipeline