We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bef25 commit e2b3b5bCopy full SHA for e2b3b5b
release.groovy
@@ -39,9 +39,9 @@ def release(project){
39
stagedProject = project
40
useGitTagForNextVersion = true
41
helmPush = false
42
- groupId = 'io.fabric8'
+ groupId = 'io.fabric8.jenkins.plugins'
43
githubOrganisation = 'fabric8io'
44
- artifactIdToWatchInCentral = 'openshift-jenkins-sync-plugin'
+ artifactIdToWatchInCentral = 'openshift-sync'
45
artifactExtensionToWatchInCentral = 'jar'
46
extraImagesToTag = null
47
}
0 commit comments