×
Showing results for site:jenkins.io VFD
Search instead for site:jenkins.io VQFDAw
Nov 2, 2022 · Hi. I have a groovy script as my Jenkins pipeline script, which looks something like. node(“nodeName”) { . . . (some groovy code).
Sep 19, 2022 · Filesystem Trigger. The plug-in makes it possible to monitor changes of a file or a set of files in a folder. ... Hi there,. “it doesn't work” is ...
Sep 14, 2023 · Hi, I have two stages, on different agents, that both need to access parameters from a yaml file. I am reading the file twice.
Mar 21, 2023 · Hello,. I have the following pipeline: @Library("ourLibrary@master") _ pipeline { agent any stages { stage('Ask Vault') { steps { script ...
Jan 4, 2023 · Hello @poddingue, is there a way to read a JSON file which is stored under the workspace directory in the project and get the value for a key ...
This video reviews using the currentBuild variable in Jenkins Pipeline.
May 1, 2023 · I am trying to initialise the env variable in jenkinsfile as empty but in attempting that it is giving error. Is there any work around to it ...
Binds a tool installation to a variable (the tool home directory is returned). ... A list of environment variables to set, each in the form VARIABLE=value or ...
Jenkins Pipeline exposes environment variables via the global variable env , which is available from anywhere within a Jenkinsfile . The full list of ...