-
We already have tooling for Pipeline steps which generates a zipball that the jenkins.io build process already downloads.
I think what would be ideal is to have the options and parameters for Declara…
-
### Version report
Jenkins and plugins versions report:
Jenkins v2.277.4
persistent-parameter-plugin v1.3
I am trying to add this in a seed job but I am getting this error:
```
Process…
-
Trying to run the following declarative pipeline with "runScript":
```
pipeline {
stages {
stage('Parallel Stage') {
parallel {
stage('Branch A') {
…
-
`CIBuildTrigger` only supports use via `pipelineTriggers()` in Scripted pipeline, not the `triggers{}` section of Declarative pipeline. This requires us to maintain pipelines in both formats, dependin…
-
@davehunt , others:
At some point in the near future, we're going to want to be able to use a Jenkins matrix-build/"multi-configuration project" to auto-generate, better-collate, share configs, et…
-
## Issue
Skipped stages due to earlier failure keep `pending` and the pipeline status remain in `running` status.
### Context
- **Gitlab plugin version**: 1.5.12
- **Gitlab version**: 9.0.2-ee…
-
Hello, the tresholds are not working when the dependency track updates the dependencies. It should return unstable or failed, however it shows success. In the plugin documentation, it seems that if yo…
-
**Describe the bug**
I created a pipeline as YAML. Then ran it, so build n.1 completed. Clicked on the build, then hit the "replay" button, it showed the code of the pipeline, not as YAML anymore, bu…
-
The latest version of this plugin has not been published and therefore not able to use the dashboard with declarative pipelines.
-
When Jenkins declarative pipeline parallel build fails due to stage failure, rest of the skipped stages result marked as '**CompletedError**'
Skipped stage's result should be marked as '**SkippedFail…