swarm agent, bad request, azure

2020-12-15 Thread Ewelina Wilkosz
Here is what I am getting when I try to connect VM in Azure as a build agent for Jenkins in the same Azure: $ java -jar swarm-client-3.22.jar -username x -passwordFile password.txt -name test-agent -mode normal -master http://x.x.x.x/ -labels azure Dec 15, 2020 12:38:57 PM hudson.plugins.s

Re: jenkins_home, docker, upgrades

2020-12-15 Thread Ewelina Wilkosz
thank you for sharing your experiences, that was helpful On Saturday, December 12, 2020 at 7:47:50 PM UTC+1 kuisat...@gmail.com wrote: > El lunes, 7 de diciembre de 2020 a las 16:12:10 UTC+1, ewel...@gmail.com > escribió: > >> >> Hi! >> >> I am using Jenkins in Docker and I map a folder from loc

Jenkinsfile: java.lang.NoSuchMethodError: No such DSL method 'agent' found among steps

2020-12-15 Thread Adrian Wyssmann
I have the following shared-library file *defaultCiPipelineGeneric.groovy* def call(body) { // evaluate the body block, and collect configuration into the object def pipelineParams= [:] body.resolveStrategy = Closure.DELEGATE_FIRST body.delegate = pipelineParams body() pip