Re: Admin rights to github-oauth-plugin

2017-05-05 Thread Daniel Beck
> On 06.05.2017, at 01:57, Sam Gleske wrote: > > Can a jenkinsci owner make me an admin of > https://github.com/jenkinsci/github-oauth-plugin ? I (GH ID samrocketman) am > the maintainer. Done. I'm curious, why? -- You received this message because you are subscribed

Admin rights to github-oauth-plugin

2017-05-05 Thread Sam Gleske
Can a jenkinsci owner make me an admin of https://github.com/jenkinsci/github-oauth-plugin ? I (GH ID samrocketman) am the maintainer. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving

Re: Job Configuration Code Questions

2017-05-05 Thread JordanGS
The link to the javadoc is also dead and just like in the previous post for which you already have a ticket open according to danielbeck, you have Unknown macro: {@code static}. I don't know any plugin that uses a

Re: Job Configuration Code Questions

2017-05-05 Thread Robert Sandell
There are plenty of examples beneeth the "Implementations" tap on the Extension Points page on the wiki https://wiki.jenkins-ci.org/display/JENKINS/Extension+points#Extensionpoints-hudson.tasks.BuildWrapper Pick a plugin that you are somewhat familiar with to start. On Fri, May 5, 2017 at 4:44

Re: Job Configuration Code Questions

2017-05-05 Thread Goran Dev
Can you give me an example of a BuildWrapper please? Not familiar with it. Cheers, Goran. On May 5, 2017, 4:48 AM -0400, Robert Sandell , wrote: > Answers inline > > > On Fri, May 5, 2017 at 9:09 AM, Goran Dev

Re: How could I share, on main page, a sidebar link who address to F:\ ? (Secundary HDD)

2017-05-05 Thread Goran Dev
No worries, won't touch it then. Was just letting you know :) Cheers, Goran. On May 5, 2017, 5:26 AM -0400, Daniel Beck , wrote: > > > On 05.05.2017, at 08:33, Baptiste Mathus wrote: > > > > Please file an INFRA ticket, thanks! > > No need to bother, known

Re: How could I share, on main page, a sidebar link who address to F:\ ? (Secundary HDD)

2017-05-05 Thread Daniel Beck
> On 05.05.2017, at 08:33, Baptiste Mathus wrote: > > Please file an INFRA ticket, thanks! No need to bother, known issue blocked by INFRA-947. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this

Re: Job Configuration Code Questions

2017-05-05 Thread Robert Sandell
Answers inline On Fri, May 5, 2017 at 9:09 AM, Goran Dev wrote: > I'm writing a plugin, it's already released as zap-plugin. > GitHub.com/jenkinsci/zap-plugin > > On jenkins LTS, in a Job Configuration you have various tabs (sections) > such as General, Source Code

Re: Post Build Step Console Output?

2017-05-05 Thread Robert Sandell
The perform method gets the TaskListener as a parameter. So

Re: Newbie Question, can I create a plugin that replaces the form buliding in jenkins that uses modern web frameworks?

2017-05-05 Thread Tom Fennelly
Have you looked at Blue Ocean? On Thursday, April 27, 2017 at 4:07:57 PM UTC+1, Tomer Ben David wrote: > > Can I create a jenkins plugin (I saw this for example: >

Re: Job Configuration Code Questions

2017-05-05 Thread Goran Dev
I'm writing a plugin, it's already released as zap-plugin. GitHub.com/jenkinsci/zap-plugin On jenkins LTS, in a Job Configuration you have various tabs (sections) such as General, Source Code Management, Build Triggers, Build Environment, Bindings, Build, Post-build Actions. 1) is it possible

Re: How could I share, on main page, a sidebar link who address to F:\ ? (Secundary HDD)

2017-05-05 Thread Baptiste Mathus
Please file an INFRA ticket, thanks! Le 5 mai 2017 8:24 AM, "JordanGS" a écrit : > https://wiki.jenkins-ci.org/display/JENKINS/Extension+points > #Extensionpoints-hudson.model.RootAction >

Re: Job Configuration Code Questions

2017-05-05 Thread Baptiste Mathus
Please use the users list for such questions. If your question is about writing a plugin for this, I guess you need to be more specific. Cheers Le 5 mai 2017 8:21 AM, "JordanGS" a écrit : 1. I can add my Job Build step which is called "Run ABC" from the drop

Re: How could I share, on main page, a sidebar link who address to F:\ ? (Secundary HDD)

2017-05-05 Thread JordanGS
https://wiki.jenkins-ci.org/display/JENKINS/Extension+points#Extensionpoints-hudson.model.RootAction the

Job Configuration Code Questions

2017-05-05 Thread JordanGS
1. I can add my Job Build step which is called "Run ABC" from the drop down list, after it's added. How do i prevent the user from adding another Build Step "Run ABC"? 2. How do i add a job configuration. Not a Post build step or a build step but rather a some options which