×
Showing results for site:jenkins.io how to
Search instead for site:jenkins.io howto
The following Pipeline code snippets show an example of how to create a Pipeline using environment variables for username and password credentials. In this ...
Jul 6, 2023 · Hi, I want to set a Groovy variable, which defines an array of strings, using a parameter. parameters { text defaultValue: 'file1.txt ...
Feb 17, 2024 · In my setup, I have a pipeline that triggers a job periodically. What I would like to do is to check to see if an existing job is already in ...
Feb 17, 2024 · I am trying to understand how I can configure or point Jenkins to use the latest chromedriver.
Jul 19, 2023 · If you want “hide” the build. I have this idea. create a timmer job to remove jenkins file from the old branch. No Jenkinsfile → no display.
Oct 30, 2023 · Hi, for declarative pipeline, I know that one can access an environment variable using, for example: steps { sh """ echo "Build number in sh ...
Jun 14, 2023 · I am working on a project where I have to grab all the details of a user which I see on mange roles page for an organization including their ...
Nov 7, 2023 · You should surface a NonCPS shared library step which explicitly returns the info you want from the instance runtime. import jenkins.model.
Sep 21, 2022 · Hello, How to hide/show a parameter depending on an other jenkins parameter ? (Visible or unvisible paramter) Thanks Mac.
This chapter covers all recommended aspects of Jenkins Pipeline functionality, including how to: get started with Pipeline — covers how to define a Jenkins ...