How to enforce the 2nd job session in the waiting list in jenkins job
I have a jenkins job that is in such configuration:
How to enforce the 2nd job session in the waiting list in jenkins job
I have a jenkins job that is in such configuration:
Jenkins shared library logic errors / groovy not working / very weird behavior
I am trying to create some shared library for Jenkins and after a very long journey I managed to almost finish it. Unfortunately at this point I am stuck with a very weird behaving / malfunctioning Jenkins instance.
Jenkins Pipeline problem with python script in docker container
I have a script in python and to automate the launch, I made a jenkins pipeline where I run the script in a dock container.
Using a shared library in a declarative Jenkins pipeline
I have a declarative pipeline that I want to use classes from a a shared library in.
Getting “ErrorAction$ErrorId: edf4f356-929c-4720-a57f-b2bdef027f2c” error from Jenkins when trying to extract information from a child job
I have a use case where I want to extract information from a Child job in the parent job.
Getting “ErrorAction$ErrorId: edf4f356-929c-4720-a57f-b2bdef027f2c” error from Jenkins when trying to extract information from a child job
I have a use case where I want to extract information from a Child job in the parent job.
How can I get the “value” of a DynamicReferenceParameter in Jenkinsfile
I have a DynamicReferenceParameter with choiceType:’ET_FORMATTED_HTML’. I can see it changes it’s “display value” according to the script code. However when I try to read it’s “value” from the Jenkinsfile, I only see empty string. Is there a way to get the same html value there?
How to load vars files in Jenkins pipeline?
I have created several vars files to be used by one declarative pipeline. There is no src files required and they are working fine with the Load implicitly parameter of the Global Pipeline Libraries section checked.
However, I want to know how to reference them in the pipeline to avoid them being loaded in other pipelines.
File upload option in jenkins
I want to upload file in jenkin pipeline.