Questions about the Jenkins “Pipeline” plugin suite (formerly “Workflow”). Not about pipelines in Jenkins in general (e.g. using downstream jobs).
We have Jenkins 2 set to build every push to github, and we do not use the Pull Request builder (although …
github jenkins jenkins-pipeline jenkins-2i am trying to ssh into a remote host and then execute certain commands on the remote host's shell. Following …
jenkins jenkins-pipeline jenkins-cliExecuting a bash script copy_file.sh from Jenkins Groovy script and trying to shoot mail depending upon the exit …
bash jenkins jenkins-pipeline exit jenkins-groovyCan Jenkins pipeline function fileExist handle wildcards? I do have a zip file in the workspace folder. Following code gives …
jenkins groovy jenkins-pipeline file-existsIs it possible to Scan a Multibranch Pipeline to detect the branches with a Jenkinsfile, but without the pipeline execution? …
jenkins jenkins-pipeline multibranch-pipelineThe Jenkins Pipeline plugin (aka Workflow) can be extended with other Multibranch plugins to build branches and pull requests automatically. …
jenkins jenkins-pipeline jenkins-blueoceanI have certain build logic, such as publication, that I would like to have Jenkins perform only when it is …
jenkins jenkins-pipeline multibranch-pipeline jenkins-declarative-pipelineOverview I'm currently configuring a pipeline consisting of a number of platform builds. At the beginning of the pipeline, a …
jenkins jenkins-pipeline jenkins-blueoceanJHipster now uses the maven-jib-plugin. Before that, my jenkins server running in a docker-container was able to build a docker …
jenkins-pipeline jhipster jibI want to use PyLint on Jenkins with Warnings Plugin and Pipeline, since Violations plugin is deprecated. There are no …
jenkins jenkins-plugins jenkins-pipeline pylint