Skip to content

Commit

Permalink
SWS-1055 - Polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Feb 22, 2019
1 parent 60c2c1c commit 8268293
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/pipeline-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resources:
uri: https://repo.spring.io
username: ((artifactory-username))
password: ((artifactory-password))
build_name: Spring Web Services
build_name: spring-ws

- name: spring-ws-pull-requests
type: pull-request
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- "/**"
properties:
zip.deployed: false
zip.displayname: "Spring Web Services"
zip.displayname: "spring-ws"
zip.name: "spring-ws"
zip.type: "docs"
on_failure:
Expand Down Expand Up @@ -357,7 +357,7 @@ jobs:
trigger: true
- put: spring-ws-status
params:
commit: spring-ws-release
commit: spring-ws-github
state: pending
- task: build
file: spring-ws-github/ci/build.yml
Expand All @@ -372,7 +372,7 @@ jobs:
- "/**"
properties:
zip.deployed: false
zip.displayname: "Spring HATEOAS"
zip.displayname: "spring-ws"
zip.name: "spring-ws"
zip.type: "docs"
on_failure:
Expand Down

0 comments on commit 8268293

Please sign in to comment.