×
Jun 27, 2023 · Hi, we want to run an executable against each file of a list of files, using a pool of agents (preferably specified by a label).
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 ...
Dec 6, 2021 · Hello, how can I get a list of all nodes in a Jenkins system on the command line ? I would like to use this, to e.g. run a command (e.g. ...
Apr 12, 2022 · I'm trying to return an element from list but all I get is 'Null'. Expected answer “el1” or “el2” def list= ["el1", "el2", ...
Apr 14, 2023 · Hi I'm doing jenkins installation and configuration using ansible playbook. Can I get a list of default suggested plugins that we get at the ...
site:jenkins.io list from plugins.jenkins.io
Jan 5, 2023 · This plugin adds ability to choose branches, tags or revisions from git repository configured as a parameter in your builds.
Jul 26, 2022 · Hello, I need some help. I would like to use the activechoise parameter which is reading dynamicly all installed JDKs.
Feb 2, 2023 · I have a jenkins instance which contains multiple credentials in different scope. How do I get the list of jenkins credentials using curl?
Feb 23, 2023 · Define a “list plugins” permission in the Jenkins core just for this command, and use that. I think this permission could be disabled (not ...
Aug 19, 2022 · I want to define job parameters for a declarative pipeline in the Jenkinsfile according to the documentation section “Handling parameters”: ...