-
I think that while your articles related to DSL Job Plugin are extreamly usueful, I do find that they lack one aspect: how does this related to Jenkins2 pipelines.
I am asking this because I do wan…
-
# Report
## What did you do?
I'm trying to run danger on Pull request on Jenkins 2.0 with Jenkinsfile but I don't have ghprb set. Instead of git hooks I'm using the `Multibranch pipeline` which …
-
Excellent Jenkinsfile editor. It would excellenter if it supported named Jenkinsfile*, *.jenkins, *.jenkinsfile. Thank you for your consideration.
-
A simple valid Jenkinsfile like below will have bracket match diagnostic errors caused by the simple regex used to try and eliminate comments in this plugin:
```
pipeline {
agent any
stage…
-
Something similar to: https://github.com/redhat-ipaas/ipaas-rest/blob/master/Jenkinsfile-rollout
The only actual difference is building the image and importing it to openshift, which in ipaas-rest …
-
Right now instance is stopped but should be deleted instead.
-
**Is your feature request related to a problem? Please describe.**
Since the standard Jenkinsfile doesn't require an explicit clone, pipeline as yaml shouldn't either.
**Describe the solution y…
-
**Describe the bug**
When using a forked pdk template, if I want to delete an arbitrary file, I should be able to via config_defaults.yml
**To Reproduce**
Add the following to config_defaults.yml…
-
```
Jenkins: 2.277.2
OS: Linux - 5.4.0-1045-aws
---
popper2-api:2.5.4-2
gradle:1.36
cloudbees-folder:6.15
ws-cleanup:0.39
durable-task:1.37
plain-credentials:1.7
pipeline-stage-view:2.19
ec…
-
**Describe the bug**
When the pipeline is running,Three situations occur randomly
Situation 1:The input window gets the parameter value of the previous jenkinsfile. The pipeline in jenkins and k8s…