Skip to content

Commit

Permalink
Match the jenkins version to the one in CI (#3332)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Mar 20, 2023
1 parent 0bcc428 commit 98da10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sourceSets {
}

sharedLibrary {
coreVersion = '2.378' // https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-core/
coreVersion = '2.332.3' // https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-core/
testHarnessVersion = '1934.v90a_c07cf5b_21' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-test-harness?repo=jenkins-releases
pluginDependencies {
// see https://mvnrepository.com/artifact/org.jenkins-ci.plugins/<name>?repo=jenkins-releases for latest
Expand Down

0 comments on commit 98da10b

Please sign in to comment.