Hi,
I can not seem to get this plugin to work.
I tried in our production instance that has hundreds of plugins installed and the new views are not there. I thought it could be clashing with some other plugin so I tried in a new fresh Jenkins install
Jenkins version (2.60.3)
Junit plugin (1.21)
Other pipeline plugins on the latest version as today Aug 28
But I still can not see any of the two new views that this plugin provides
- Delivery Pipeline View
- Delivery Pipeline View for Jenkins Pipelines
Things that I checked/tried:
- Add a new logger in the ui (org.jenkinsci.plugins and hudson)
- Checking the log in the console looking for errors related to the plugin, there seem to be no errors
INFO: Listed all plugins
INFO: Prepared all plugins
INFO: Started all plugins
- I changed the permission to of the plugin files to be 777 and chown'ed to the jenkins user.
- I checked the process open files (lsof -p JENKINSPROCESS) and the delivery-pipeline-plugins files are all opened by the process
sudo lsof -p 23183 | gerp delive
java 23183 root mem REG 8,18 263965 16189 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/commons-codec-1.9.jar
java 23183 root mem REG 8,18 189401 16181 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/jgrapht-jdk1.5-0.7.3.jar
java 23183 root mem REG 8,18 2256213 16179 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/guava-18.0.jar
java 23183 root mem REG 8,18 34299 16192 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/delivery-pipeline-plugin.jar
java 23183 root mem REG 8,18 15322 15961 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/findbugs-annotations-1.3.9-1.jar
java 23183 root mem REG 8,18 2254 16195 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/jcip-annotations-1.0.jar
java 23183 root 765r REG 8,18 2254 16195 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/jcip-annotations-1.0.jar
java 23183 root 767r REG 8,18 15322 15961 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/findbugs-annotations-1.3.9-1.jar
java 23183 root 769r REG 8,18 34299 16192 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/delivery-pipeline-plugin.jar
java 23183 root 771r REG 8,18 2256213 16179 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/guava-18.0.jar
java 23183 root 773r REG 8,18 189401 16181 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/jgrapht-jdk1.5-0.7.3.jar
java 23183 root 775r REG 8,18 263965 16189 /scratch/federicon/jenkinsHome/plugins/delivery-pipeline-plugin/WEB-INF/lib/commons-codec-1.9.jar
Am I missing something obvious?
Can you tell me how can I debug what is going on?
Should I try an older version of the plugin?
Cheers,
Fede