-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: gerrit-trigger-plugin
-
Environment:Jenkins ver. 2.138.2
openjdk version "1.8.0_181"
Ubuntu 18.04.1 LTS
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>
Â
Â