rest api.
>
> Look at e.g. the BuildContributorsController.onCompleted method and
> the StandardBuildMetadataContributor, it adds metadata to a build as it
> completes and do something similar in your script.
>
> Br Tomas
>
> On Tuesday, January 3, 2017 at 2:19:22 PM UTC+1, PF66 wrote:
>>
gt; Br Tomas
>
> Den söndag 1 januari 2017 kl. 17:59:49 UTC+1 skrev PF66:
>>
>> On the plugin there is a doGet() and doUpdate() (
>> https://github.com/jenkinsci/metadata-plugin/blob/0a780cfd6ce11aba43bcd5e220bd3a318f0b33e9/src/main/java/com/sonyericsson/hudson/plugins/metadata/
On the plugin there is a doGet() and doUpdate()
(https://github.com/jenkinsci/metadata-plugin/blob/0a780cfd6ce11aba43bcd5e220bd3a318f0b33e9/src/main/java/com/sonyericsson/hudson/plugins/metadata/cli/HttpCliRootAction.java)
How can I call those inside my own plugin? I'm having trouble create the
As the tittle says, how can I do it?
I was trying to get data from the metadata-plugin
(https://wiki.jenkins-ci.org/display/JENKINS/Metadata+plugin) through their
cli.
This was working on my local machine until I deployed it on a real system
and stopped working. I noticed that it was respondin
e also:
> https://wiki.jenkins-ci.org/display/JENKINS/Defining+a+new+extension+point
>
> Am 21.12.2016 um 12:36 schrieb PF66 >:
>
> Yes, I'm creating it almost from scratch, based from the Mission Control (
> https://wiki.jenkins-ci.org/display/JENKINS/Mission+Control+Plugi
016 às 10:42:18 UTC, Ullrich Hafner
escreveu:
>
> Are you writing your own dashboard? Wouldn’t it make more sense to just
> write some portlets for the dashboard view plugin (
> https://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View)?
>
> Am 21.12.2016 um 01:24 schrieb PF66 >
I'm creating a dashboard plugin on Jenkins where I want to show just some
of my views and their content inside it.
For that, I pretend to create a list of check boxes similar to the 'View'
configuration page, where you can select which Jobs to include (like the
folowing):
[image: enter imag
Hello guys, new Jenkins Dev here.
I'm currently working for my thesis with a company and they asked me to
implement a better looking visual dashboard for stakeholders that aren't
used to Jenkins, to better know how the development of each project is
going.
So I started by forking Mission Contro