jenkinsci / jenkinsci/gerrit-trigger-plugin
[JENKINS-54509] gerrit trigger parameters description show 'null' on the web
- Dominant language
- Java
- Stars
- 226
- Forks
- 289
- PR merge metrics
- No merged PRs in 30d
Description
I download the https://github.com/jenkinsci/gerrit-trigger-plugin code.
revision is "* 34313a6e - Merge pull request #382 from eryksz/fix_synchronisation ? Robert Sandell (HEAD -> master, origin/master, origin/HEAD) - (5 days ago)" ,
compile cmd is : ~/opt/apache-maven-3.5.4/bin/mvn -DskipTests=true package hpi:run
but I found this issue: gerrit trigger parameters description show 'null' on the web

I only modify pom.xml file so it can compile success on my local:
- 1.609.3
+ 2.138.2
- 6
+ 8
---
Originally reported by mmh19891113, imported from: gerrit trigger parameters description show 'null' on the web
rsandell
Raw content of original issue
I download the https://github.com/jenkinsci/gerrit-trigger-plugin code.
revision is "* 34313a6e - Merge pull request #382 from eryksz/fix_synchronisation ? Robert Sandell (HEAD -> master, origin/master, origin/HEAD) - (5 days ago)" ,
compile cmd is : ~/opt/apache-maven-3.5.4/bin/mvn -DskipTests=true package hpi:run
but I found this issue: gerrit trigger parameters description show 'null' on the web
I only modify pom.xml file so it can compile success on my local:
- <jenkins.version>1.609.3</jenkins.version>
+ <jenkins.version>2.138.2</jenkins.version>
- <java.level>6</java.level>
+ <java.level>8</java.level>
environment
```
Jenkins ver. 2.138.2
openjdk version "1.8.0_181"
Ubuntu 18.04.1 LTS
```
1 attachment
- [1.png](https://issues.jenkins.io/secure/attachment/45079/1.png)
> 
Contributor guide
Research direction
Start by reproducing the web display issue with the gerrit-trigger-plugin checkout and the Maven command described in the report, using the listed Jenkins and Java versions. Inspect the gerrit trigger parameters description path and the attached screenshot context. Done means the parameters description no longer displays 'null' in the web interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100