-
##### Issue Type
Bug Report
##### Summary
The build fails with error: "Did not find 'task' plugin with id 'script-executor'. Looks like plugin is missing".
I added new task after script-ex…
-
##### Issue Type
- Bug Report
##### Summary:
My yaml pipeline B refers to a template (not yet migrated to yaml) and template in-turn refers to another pipeline A (Migrated and added in the same…
-
### AWS Provider Coverage
View this spreadsheet for a near-time summary of AWS resource coverage. If there's a resource you would like to see coverage for, just add your GitHub username to next to th…
-
I have set up a docker container for gocd-server using alpine and pointed the docker.sock to the host which I've checked is showing in the server container. I've configured the plugin as instructed in…
-
Hello,
First, thanks for this great plugin :)
Would it be possible to get a manual UI button to force config repo polling ?
It would be handy to iterate quicker when building pipeline.
Thank…
-
In https://docs.gocd.org/18.3.0/gocd_on_kubernetes/gocd_helm_chart/configure_cluster.html#configure-service-account instructions are given for starting the cluster with kubeadm. If following the getti…
-
Hi,
I've got the problem, I cannot execute built-in command - source.
`
Error happened while attempting to execute 'source /var/go/virtualenv/env1/bin/activate'.
Please make sure [source] can be exe…
-
Hi,
I have not before used this plugin but I tried the pre-release `0.11.0` in my GoCD `v18.6.0` and it always fails with ConnectionException. Have you seen this before and is there something I'm m…
-
When trying to configure the plugin it fails with the following message:
`Failed to validate namespace existence: default Please check plugin log for more detail.`
The only thing I can find in t…
-
##### Issue Type
Bug Report
##### Summary
I'm trying to setup a Github integration with GoCD to notify GoCD server of commits/PRs on Github and re-build my project on every Github hook delivery…