Daniel Eagle
Daniel Eagle
This happened to me as well. Upon inspecting the job's config.xml file in Jenkins, I found that the following lines were added for some reason. ``` false ``` See below...
@KostyaSha, I'd definitely love to have something in the UI that allows for specifying a different path to slave.jar so that it can be launched from the local file system...
Thanks for the information. Based on that, I totally agree with you.
Something I just thought about, on each build of Jenkins Master the slave.jar could be extracted and placed into a volume that the slave has access to. That would ensure...
I was able to implement a different solution which doesn't require running slave.jar from a different location. Certainly, this can always be a feature but I'm good as of now.
@KostyaSha, I was able to work around this and no longer require running it from a different location. However, it could still be useful so if it's not too much...
I too am affected by this issue. I had to revert back to Jenkins 2.235.5. @KostyaSha, thanks for looking into this. Also, @jglick, thanks for providing the insights on why...
@padyx I am also in a situation that requires ephemeral build slaves launched across a Docker Swarm Cluster via short lived services. Ultimately, if I cannot find a solution to...
@SalahAdDin, I was waiting for an updated tutorial as well. Instead of waiting, I decided to create one myself: https://github.com/GetchaDEAGLE/jenkins-ephemeral-cicd. Hopefully this is of use to you.
I'm running CentOS 8 and am using Postfix MTA. I can easily send a command using **mail** or **mailx** at the command line but when the script does it, I...