Skip to content

Commit

Permalink
Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Sep 22, 2017
1 parent 7a24c1d commit 7fc489e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/vfarcic-jenkins-df-proxy-aws-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.1"
services:

master:
image: vfarcic/jenkins:${TAG-:latest}
image: vfarcic/jenkins:${TAG:-latest}
ports:
- 50000:50000
environment:
Expand All @@ -28,7 +28,6 @@ services:
secrets:
- jenkins-user
- jenkins-pass
- cluster-info.properties

agent:
image: vfarcic/jenkins-swarm-agent
Expand All @@ -43,6 +42,7 @@ services:
secrets:
- jenkins-user
- jenkins-pass
- cluster-info.properties
deploy:
placement:
constraints: [node.role == manager]
Expand Down

0 comments on commit 7fc489e

Please sign in to comment.