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

Commit

Permalink
fix(build): fix bug in the jenkins file that pointed to fabric8-wit
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed May 18, 2017
1 parent a4042b1 commit 4997537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@Library('github.com/fabric8io/fabric8-pipeline-library@master')
def utils = new io.fabric8.Utils()
def org = 'fabric8-ui'
def repo = 'ngx-fabric8-wit'
def repo = 'ngx-widgets'
fabric8UINode{
ws {
git "https://github.com/${org}/${repo}.git"
Expand Down

0 comments on commit 4997537

Please sign in to comment.