Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Merge pull request #6 from rawlingsj/master
Browse files Browse the repository at this point in the history
CI pipelines can now comment with the test URL that users can click
  • Loading branch information
rawlingsj authored Sep 7, 2017
2 parents cd709f8 + 8c6046c commit e386c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ clientsTemplate{

def version = mavenCI{}
// hard coded for now
def mvnRepo = "http://nexus.cd.k8s.fabric8.io/content/repositories/snapshots"
def message = "snapshot YAML now available: `TEAM_VERSION=${version}` `YAML_MVN_REPO=${mvnRepo}`"
def mvnRepo = "https://nexus.cd.test.fabric8.io/content/repositories/staging"
def message = "PR now available for testing: https://openshift.io/_profile/_tenant?teamVersion=${version}&mavenRepo=${mvnRepo}"

stage('notify'){
def pr = env.CHANGE_ID
Expand Down

0 comments on commit e386c9e

Please sign in to comment.