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

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Mar 15, 2017
1 parent 44149f4 commit 45a78c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fabric8UITemplate{

if (published){
echo 'we would updateDownstreamProjects'
//pipeline.updateDownstreamProjects(releaseVersion)
pipeline.updateDownstreamProjects(releaseVersion)
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def cd (b){
def updateDownstreamProjects(v){
pushPackageJSONChangePR{
propertyName = 'ngx-login-client'
projects = [
'fabric8-ui/ngx-fabric8-wit',
'fabric8io/fabric8-ui'
]
// projects = [
// 'fabric8-ui/ngx-fabric8-wit',
// 'fabric8io/fabric8-ui'
// ]
version = v
}
}
Expand Down

0 comments on commit 45a78c4

Please sign in to comment.