Skip to content

Commit

Permalink
add gocd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Nov 22, 2016
1 parent fde808a commit 44f7827
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions ci.gocd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
pipelines:
swagger-compose:
group: swagger
label_template: "${git[:8]}"
materials:
git:
git: git@github.com:ai-traders/swagger-composer.git
branch: master
stages:
- build:
clean_workspace: true
jobs:
build:
resources:
- docker
- small
artifacts:
- build:
source: "build/libs/swagger-composer-*.jar"
destination: build
tasks:
- exec:
command: ide
arguments:
- "gradle build test fatJar"
- release:
clean_workspace: true
approval:
type: manual
jobs:
github:
resources:
- docker
- small
tasks:
- exec:
command: bash
arguments:
- ./release.sh

0 comments on commit 44f7827

Please sign in to comment.