How does one retry a failed build on a scripted pipeline?
Is there a way to trigger a retry on a scripted pipeline if the pipeline fails?
changeset not working as intended when comparing folders
I have a Jenkinsfile
Using a different user in each parallel stage in a Jenkins pipeline
I have a pipeline that is dynamically creating multiple parallel stages, effectively executing the same steps on a user-defined number of agents/Windows clients (set at execution). I want to have each agent/client use a different user.
gitParameter doesn’t work when it is in a shared library
by jenkins pipeline script, the following code (pls pay attetion to gitParameter) works as expected. list of branches show up when clicking on “build with parameters”.
Jenkinsfile Interpolation Syntax Issue
I have the following Step in my Declarative Jenkinsfile:
Jenkins : Parameterized build – Showing content of ansible host file in an input text field
Use case : Running the ansible playbook from jenkins(Parameterized pipeline), user should be able to edit the ansible inventory file.
what’s difference in triggerOpenMergeRequestOnPush’s values, both, source and never?
I’m new to Jenkins, and after some investigation, still can not find the answer about the triggerOpenMergeRequestOnPush setting in jenkins script.
Displaying file content in a text box in jenkins pipeline
I have Created 2 pipelines in JENKINS