jenkinsci / jenkinsci/cloudbees-folder-plugin
[JENKINS-48156] Description displayed twice in pipeline view in folder
- Dominant language
- Java
- Stars
- 59
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
in Pipeline view that is created under folder:
dslFactory.buildPipelineView(folderName + "/" + branchName.replaceAll('/', '_') + '_pipeline') {...}
the description of pipeline view is being displayed twice - seems to be treated as a description of folder. Folder description is missing though, it is visible at main folder page, with a system message, as mentioned in https://issues.jenkins-ci.org/browse/JENKINS-34539
---
Originally reported by ewel, imported from: Description displayed twice in pipeline view in folder
Raw content of original issue
in Pipeline view that is created under folder:
dslFactory.buildPipelineView(folderName + "/" + branchName.replaceAll('/', '_') + '_pipeline') {...}
the description of pipeline view is being displayed twice - seems to be treated as a description of folder. Folder description is missing though, it is visible at main folder page, with a system message, as mentioned in https://issues.jenkins-ci.org/browse/JENKINS-34539
environment
```
Jenkins ver. 2.19.1
Folders Plugin 6.1.2
```
1 attachment
- [folder-plugin.png](https://issues.jenkins.io/secure/attachment/40463/folder-plugin.png)
> 
Contributor guide
Research direction
Reproduce the issue with a Pipeline view created under a folder using the shown dslFactory.buildPipelineView entry point, referring to the attached folder-plugin.png and the JENKINS-34539 report. Trace the folder and view display behavior; done means the Pipeline view description appears once and the folder description appears in the appropriate folder view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100