user1605729
user1605729

Reputation: 89

How to link Bluemix Liberty for Java to jazzhub git repo?

In the Bluemix dashboard I created a Liberty for Java app and added a git repository to it.

A helpful team member removed this original app. Our code is still available under the jazzhub repository and it looks like I can still deploy to other Liberty for Java runtimes using the dev ops in jazzhub but there is no link from my Bluemix dashboard to jazzhub (just the option to add/create another git repo).

https://i.sstatic.net/CL0bu.jpg (imgur link as not enough rep).

Is there a way to link this within another Liberty for Java app?

Upvotes: 2

Views: 112

Answers (2)

Ben Rondeau
Ben Rondeau

Reputation: 3053

Simple enough:

  1. Open your Liberty App in DevOps
  2. Click on "BUILD & DEPLOY" button in menu
  3. Click play button (triangular button with circle) on the "Build Stage" tile
  4. App will build and deploy the app to Bluemix, with a link between the app and the repo in DevOps

Enjoy

Upvotes: 2

Jeff Sloyer
Jeff Sloyer

Reputation: 4964

If you deploy the app again from DevOps Services it will re-add the link to the Bluemix dashboard.

Upvotes: 1

Related Questions