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

Commit

Permalink
Merge pull request #218 from batmat/JENKINS-53318-unbreak-evergreen
Browse files Browse the repository at this point in the history
[JENKINS-53318] Force docker-commons:1.9 and token-macro:2.3
  • Loading branch information
batmat committed Aug 31, 2018
2 parents 9d8fcaf + 44a1ba1 commit f7cb1f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions services/essentials.yaml
Expand Up @@ -72,6 +72,12 @@ spec:
- groupId: org.jenkins-ci.plugins
artifactId: jsch
version: 0.1.54.2
- groupId: org.jenkins-ci.plugins
artifactId: docker-commons
version: '1.9'
- groupId: org.jenkins-ci.plugins
artifactId: token-macro
version: '2.3'
environments:
- name: docker-cloud
plugins:
Expand Down Expand Up @@ -200,7 +206,7 @@ status:
version: 2.2.0
- groupId: org.jenkins-ci.plugins
artifactId: docker-commons
version: '1.5'
version: '1.9'
- groupId: org.jenkins-ci.plugins
artifactId: docker-workflow
version: '1.14'
Expand Down Expand Up @@ -344,7 +350,7 @@ status:
version: '1.14'
- groupId: org.jenkins-ci.plugins
artifactId: token-macro
version: '2.0'
version: '2.3'
- groupId: org.jenkins-ci.plugins
artifactId: variant
version: '1.1'
Expand Down Expand Up @@ -384,9 +390,6 @@ status:
environments:
- name: docker-cloud
plugins:
- groupId: org.jenkins-ci.plugins
artifactId: docker-commons
version: '1.9'
- groupId: org.jenkins-ci.plugins
artifactId: docker-java-api
version: 3.0.14
Expand All @@ -396,9 +399,6 @@ status:
- groupId: org.jenkins-ci.plugins
artifactId: ssh-slaves
version: '1.22'
- groupId: org.jenkins-ci.plugins
artifactId: token-macro
version: '2.3'
- name: aws-ec2-cloud
plugins:
- groupId: io.jenkins.plugins
Expand Down

0 comments on commit f7cb1f9

Please sign in to comment.