We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554d6d1 commit aa1431dCopy full SHA for aa1431d
build.gradle
@@ -24,11 +24,11 @@ gocdPlugin {
24
name = 'Docker Elastic Agent Plugin'
25
description = 'Docker Based Elastic Agent Plugins for GoCD'
26
vendorName = 'ThoughtWorks, Inc.'
27
- vendorUrl = 'https://github.com/gocd-contrib/docker-elastic-agents'
+ vendorUrl = 'https://github.com/gocd-contrib/docker-elastic-agents-plugin'
28
29
githubRepo {
30
owner = System.getenv('GITHUB_USER') ?: 'bob'
31
- repo = 'docker-elastic-agents'
+ repo = 'docker-elastic-agents-plugin'
32
token = System.getenv('GITHUB_TOKEN') ?: 'bad-token'
33
}
34
0 commit comments