Stephen Shank
Stephen Shank
Hi @richardpringle, this is definitely the place to leave a feature request. Currently it is already possible to use this plugin to run your job. Supply a manifest with `kind:...
After authenticating with gcloud, it is possible to generate a kubeconfig entry as shown here: https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#generate_kubeconfig_entry Then you can run any kubectl command and it should use your credentials. If...
We'll need to override some configuration from here: https://github.com/jenkinsci/plugin-pom/blob/master/pom.xml
Hi @GolanTrevize10, thanks for raising this. I've been looking into this and hoping to get it into today's release but because of the way the deployment is performed it is...
It seems like there is different behavior depending on the environment. Here's the console output from my build from the jenkins UI. ``` Started by user unknown or anonymous Building...
It's possible that the Jenkins logs don't include the logs from the launcher's process. I suspect the reason you see the deployment like that is because of how we run...
No, this was not for an existing deployment
Need to re-enable a subset of logs
I've just looked into this. `devstorage.read_write` is sufficient for the upload and download steps. It is not sufficient for the "Bucket Lifecycle" step. One thing we'll need to do is...
The directory can be specified in the Storage Location field for uploads, and in the Object to Download field for download steps, including specifying patterns. I think the feature requested...