Re: HTTP Request inside plugins - How to give permission in a Matrix Based Security System?

2017-01-03 Thread PF66
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: >>

Re: HTTP Request inside plugins - How to give permission in a Matrix Based Security System?

2017-01-03 Thread PF66
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/

Re: HTTP Request inside plugins - How to give permission in a Matrix Based Security System?

2017-01-01 Thread 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/cli/HttpCliRootAction.java) How can I call those inside my own plugin? I'm having trouble create the

HTTP Request inside plugins - How to give permission in a Matrix Based Security System?

2016-12-30 Thread PF66
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

Re: Jenkins configure-entries - Select Views to display using a Map

2016-12-21 Thread PF66
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

Re: Jenkins configure-entries - Select Views to display using a Map

2016-12-21 Thread PF66
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 >

Jenkins configure-entries - Select Views to display using a Map

2016-12-20 Thread 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

Mission Control (extended) Dashboard Plugin - Help Needed

2016-11-16 Thread PF66
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