File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 21
21
22
22
def pipeline = load ' release.groovy'
23
23
24
- // Dont update dependencies yet, working issue on kubernetes-model thats using SNAPSHOT - cc jdyson
25
- // Uncomemnt below to update dependencies
26
- // stage 'Updating dependencies'
27
- // def prId = pipeline.updateDependencies('http://central.maven.org/maven2/')
24
+ stage ' Updating dependencies'
25
+ def prId = pipeline. updateDependencies(' http://central.maven.org/maven2/' )
28
26
29
27
stage ' Staging project'
30
28
def stagedProject = pipeline. stage()
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ def updateDependencies(source){
19
19
20
20
def properties = []
21
21
properties << [' <openshift-client.version>' ,' io/fabric8/openshift-client' ]
22
- properties << [' <kubernetes-model.version>' ,' io/fabric8/kubernetes-model' ]
23
22
24
23
updatePropertyVersion{
25
24
updates = properties
You can’t perform that action at this time.
0 commit comments