-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish latest dashboard plugin to Jenkins with declarative pipeline support #150
Comments
@RobertNorthard it's not quite ready to go in its current state. We are working on migrating the plugin to the jenkinsci group on github, please feel free to follow this issue: https://issues.jenkins-ci.org/browse/HOSTING-808 I'm currently travelling, so I have very limited time, until the start of august. If you want to install a working version of the plugin, with pipeline support, you can do the following:
Grab the |
With recent version bump of https://github.com/findbugsproject/findbugs, this plugin is no longer building happily.... and there is quite a bit of work to do to sort things out.... I'm working on things as I can in the branch above, although, I am travelling again the next couple of days. Expect some issue cleanup as I sit waiting in airports ;) If anyone else would like to assist, I'd be very glad of some help, but it looks like there is quite a bit of refactor to get things building properly :) |
Hi guys, just wondering if there is any updates regarding this feature? It will be very useful for us. Thanks |
Not yet, still working on things, there is a lot to fix. |
any update on this? |
@e-moshaya we are just waiting on the repository being migrated to the
This will compile things to Hopefully it's officially out soon :) |
Hey guys, I still cant compile - anyone able to help? I am completely new to this maven thingy. Build fails with: |
@EnricoSemrau What maven version you using? My build completed successfully with the following version:
|
@gitkent thanks for your response. mvn --version I notice the difference is in java version - you think that might be the issue? maybe your version satisfies some of the missing dependencies. |
@EnricoSemrau yup, that might be the reason. (Don't think it is compatible with java 13 yet?) |
That's correct, as per: https://jenkins.io/doc/administration/requirements/java/ JRE 8 and JRE 11 are supported currently. |
Hey Guys, can you help me with this? |
@akhilkumar2601 , it looks like Jenkins is not picking up your environment-dashboard plugin. Is the plugin installed correctly without dependencies issue? |
``
|
It has been migrated, I should be publishing a release tomorrow night. Apologies for the wait! 😓 |
not at all, thanks for getting it sorted :) Hopfully you have better lick getting an update published. |
The latest version of this plugin has not been published and therefore not able to use the dashboard with declarative pipelines.
The text was updated successfully, but these errors were encountered: