Skip to content

Commit

Permalink
Handle auto update of release dependencies via pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jun 7, 2016
1 parent ae60976 commit d2c06e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ node{

def pipeline = load 'release.groovy'

// Dont update dependencies yet, working issue on kubernetes-model thats using SNAPSHOT - cc jdyson
// Uncomemnt below to update dependencies
//stage 'Updating dependencies'
//def prId = pipeline.updateDependencies('http://central.maven.org/maven2/')
stage 'Updating dependencies'
def prId = pipeline.updateDependencies('http://central.maven.org/maven2/')

stage 'Staging project'
def stagedProject = pipeline.stage()
Expand Down
1 change: 0 additions & 1 deletion release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def updateDependencies(source){

def properties = []
properties << ['<openshift-client.version>','io/fabric8/openshift-client']
properties << ['<kubernetes-model.version>','io/fabric8/kubernetes-model']

updatePropertyVersion{
updates = properties
Expand Down

0 comments on commit d2c06e9

Please sign in to comment.