Peter Simms
Peter Simms
> Is this referrign to things like this > > ``` > pipeline { > agent { > kubernetes { > inheritFrom 'default' > yamlFile 'automation/Jenkins/KubernetesPod.yaml' > } > }...
Thanks you for all the replies It seems ESO was lingering around somehow in the cluster and causing this, this was just a dev cluster so testing/deploying it etc. so...
> @jetersen It's a bit crude, but here you go: > > ``` > groovy: > - script: | > import org.jenkinsci.plugins.scriptsecurity.scripts.* > ScriptApproval scriptApproval = ScriptApproval.get() > scriptApproval.clearApprovedSignatures() >...
> You need to install this plugin: https://github.com/jenkinsci/configuration-as-code-groovy-plugin thank you!
> Thanks @timja for the workaround. Indeed it worked for us by modifying the agent's entrypoint in k8s pod template. Adding the following to windows jnlp agent (`jenkins/inbound-agent`): > >...
> > > Thanks @timja for the workaround. Indeed it worked for us by modifying the agent's entrypoint in k8s pod template. Adding the following to windows jnlp agent (`jenkins/inbound-agent`):...
The error we are seeing is slightly different actually - UnknownHostException Error ``` INFO: Locating server among [http://jenkins.jenkins.svc.cluster.local:8080/] Oct 25, 2022 11:25:51 AM hudson.remoting.jnlp.Main$CuiListener error SEVERE: Failed to connect to...
Experiencing the same issue
Thank you for replying and looking at this for me The problem is more for when there are deployment issues (and need to run the plugins-cli) or wanting to use...
Need to look at unit tests