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
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
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