Skip to content

Commit

Permalink
Merge pull request #6 from taylorkirkpatrickfr/RELENG-2609_update-jen…
Browse files Browse the repository at this point in the history
…kinsfile-options

RELENG-2609 Updated Jenkinsfile to accept variable Java versions and maven project locations
  • Loading branch information
TylerGelinas authored Mar 29, 2024
2 parents 4b91ec7 + 79169fa commit f9fb13e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions jenkins-scripts/pipeline/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
* Header, with the fields enclosed by brackets [] replaced by your own identifying
* information: "Portions copyright [year] [name of copyright owner]".
*
* Copyright 2022 ForgeRock AS.
* Copyright 2024 ForgeRock AS.
*/

@Library(['forgerock-pipeline-libs', 'partner-nodes-libs']) _

buildPartnerNodes()
def mavenRunDir = "." // The location of your maven project within the repository. Defaults to current directory.
def javaVersion = "17" // Version of java used within the maven build. Defaults to version 17.

buildPartnerNodes(mavenRunDir, javaVersion)

0 comments on commit f9fb13e

Please sign in to comment.