Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #96 from rawlingsj/master
Browse files Browse the repository at this point in the history
no need to update downstream repos and the repos are not in use anymore
  • Loading branch information
rawlingsj committed Dec 20, 2017
2 parents 956a09c + d801ce3 commit c51a8c5
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions Jenkinsfile
Expand Up @@ -17,30 +17,7 @@ goNode{
dockerOrganisation = 'fabric8'
project = 'exposecontroller'
}

stage ('Update downstream dependencies') {
updateDownstreamDependencies(v)
}
}
}
}
}

def updateDownstreamDependencies(v) {
pushPomPropertyChangePR {
propertyName = 'exposecontroller.version'
projects = [
'fabric8io/fabric8-devops'
]
version = v
}
pushPomPropertyChangePR {
propertyName = 'exposecontroller.version'
projects = [
'funktionio/funktion-platform',
'fabric8-apps/exposecontroller-app'
]
autoMerge = true
version = v
}
}

0 comments on commit c51a8c5

Please sign in to comment.