Search code examples
How to run multiple Jenkins server with different ports on the same Mac Machine?...


jenkinsjenkins-pipelinejenkins-plugins

Read More
Jenkins - Getting artifacts from child job to parent using Copy Artifact plugin...


jenkinsjenkins-pipeline

Read More
Defining a variable in shell script portion of Jenkins Pipeline...


jenkinsjenkins-pipeline

Read More
Is a Jenkinsfile in pure Groovy? What Groovy language construct is used in `steps` in a Jenkinsfile?...


groovyjenkins-pipelinejenkins-job-dsl

Read More
How to obtain the SonarQube taskId / report URL in Jenkins Pipeline?...


jenkinssonarqubejenkins-pipeline

Read More
Jenkins / docker: Pull image from vendor repo and push to local repo...


dockerjenkinsdockerfilejenkins-pipeline

Read More
Copy content of a directory to another Jenkins pipeline...


jenkinsjenkins-pipelinejenkins-plugins

Read More
Only trigger Jenkinsfile build for changes to certain paths...


jenkinsjenkins-pipeline

Read More
is it possible to import functions to jenkinsfile outside pipeline...


jenkinsjenkins-pipelinejenkins-groovy

Read More
How to make pipeline stage grid be displayed as Unstable when the pytest job has failed tests...


jenkinsjenkins-pipelinepytest

Read More
Jenkins declarative pipeline - How to assign an expression to a shell variable...


jenkinsjenkins-pipelinejenkins-declarative-pipeline

Read More
How to set custom context for docker.build in jenkinsfile...


dockerjenkins-pipeline

Read More
How to set the discover branches strategy for multibranch job created by Job DSL...


jenkinsjenkins-pipelinejenkins-groovyjenkins-job-dsl

Read More
Run a set of linux commands using Jenkinsfile in Jenkins...


bashshelljenkinsjenkins-pipelinejenkins-groovy

Read More
How to use Validating String Parameter Plugin in the Jenkins declarative pipeline code?...


jenkins-pipelinejenkins-plugins

Read More
if condition breaks code in while loop in Jenkinsfile, writing a script to loop and break until the ...


bashshelljenkinsgroovyjenkins-pipeline

Read More
Jenkins: java.lang.NoSuchMethodError: No such DSL method '$' found among steps [ArtifactoryG...


jenkins-pipelinejenkins-groovy

Read More
Terraform apply command not using its state file from azure blob storage...


jenkins-pipelineterraformterraform-provider-azure

Read More
Jenkins multithreading functions...


jenkinsjenkins-pipeline

Read More
Jenkinsfile one type of parameter instead of two type, convert choice into string or string into cho...


jenkinsjenkins-pipelinejenkins-groovy

Read More
How to setup chromedriver in jenkins for selenium-python script?...


pythonseleniumjenkinsjenkins-pipeline

Read More
How to get list of changed files in Jenkinsfile for a pull request?...


jenkinsjenkins-pipelinejenkins-pluginsjenkins-groovyjenkins-cli

Read More
How to make Pipeline job to wait for all triggered parallel jobs?...


jenkinsgroovyjenkins-pipeline

Read More
Jenkins run sh in remote docker agent stuck...


linuxdockerjenkinsdocker-composejenkins-pipeline

Read More
Groovy/Jenkins: when are variables null, when are they empty strings, and when are they missing?...


jenkinsgroovyjenkins-pipelinejenkins-declarative-pipeline

Read More
How to execute next stage in sequential stages inspite of previous stage failure in Jenkins pipeline...


jenkinsjenkins-pipeline

Read More
Extract key-pair value in Jenkinsfile...


jenkinsgroovyjenkins-pipelinekey-valuehashicorp-vault

Read More
Jenkins pipeline Lockable Resources plugin:how to lock a specific resource based on defined labels...


jenkins-pipeline

Read More
Does fileExists work on Jenkins slaves or only on master?...


jenkinsjenkins-pluginsjenkins-pipeline

Read More
Whats is the difference between ${env.VAR}, ${VAR} or $VAR way of defining Jenkins declarative pipel...


jenkinsjenkins-pipelinejenkins-groovy

Read More
BackNext