We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad8ac2 commit cf6314bCopy full SHA for cf6314b
build.gradle
@@ -69,7 +69,7 @@ sourceSets {
69
}
70
71
sharedLibrary {
72
- coreVersion = '2.326' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-core?repo=jenkins-releases
+ coreVersion = '2.330' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-core?repo=jenkins-releases
73
testHarnessVersion = '2.72' // https://mvnrepository.com/artifact/org.jenkins-ci.main/jenkins-test-harness?repo=jenkins-releases
74
pluginDependencies {
75
workflowCpsGlobalLibraryPluginVersion = '2.18' // https://mvnrepository.com/artifact/org.jenkins-ci.plugins.workflow/workflow-cps-global-lib?repo=jenkins-releases
0 commit comments