Re: Jenkins Kuberenet Plugin

2020-10-07 Thread Nigel Armstrong
David, It sounds like you might not be running the step inside the right container. By default steps are runin the jnlp container. You need to specify `container('container-name') {` for which container to run in. See the documentation: https://plugins.jenkins.io/kubernetes/ -Nigel On Wed, Oct 7

Re: Startup Race Condition

2020-05-01 Thread Nigel Armstrong
I ended up creating a jira for this, as this seems to be a race condition in core/branch-api-plugin. https://issues.jenkins-ci.org/browse/JENKINS-62142 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop re

Startup Race Condition

2020-04-30 Thread Nigel Armstrong
Hi all, I seem to be having a startup issue with my jenkins instance when I reboot. I have a number of EC2 nodes that have running builds when I reboot. After the reboot the builds running on these nodes are killed, but they shouldn't be. After the reboot I have determined that `jenkins.branc