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 to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/F109A62E-77CA-40E0-89B5-1DE41AE5A533%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


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 emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/ac6e85a0-e238-4a6c-a2e7-530cab165052%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 BuildWrapper, that's why i asked. I 
don't mind getting familiar with one. Just need a starting place.

On Friday, May 5, 2017 at 12:14:58 PM UTC-4, Robert Sandell wrote:
>
> 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 PM, Goran Dev  > wrote:
>
>> 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 > > 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 Management, Build Triggers, Build Environment, 
>>> Bindings, Build, Post-build Actions.
>>>
>>> 1) is it possible for me to add a tab/section called "ZAP Environment" 
>>> or no? If it's possible, how do I go about adding another section/tab.
>>>
>>
>> JopProperty  
>> goes under General, SCM 
>>  under Source Code 
>> Management, Trigger 
>>  under Build 
>> Triggers, BuildWrapper 
>>  under 
>> Build Environment etc.
>> Maybe a JobProperty with an  would 
>> add another tab I'm not sure.
>>  
>>
>>>
>>> 2) under the tab Build, you click on the drop down and you can add your 
>>> plugins build step which in my case is called Execute ZAP. Once it's added, 
>>> how do prevent the user from adding another Execute ZAP build step.
>>>
>>  
>> No, Build Steps are intended to be added as many as the user needs, IIRC 
>> a Recorder or Publisher can only be added once for Freestyle, but that 
>> "limitation" is gone for pipelines. Sounds like it is more like a 
>> BuildWrapper that you want to do.
>>
>>
>>> Does that clarify it? If not, what else can I do to clarify the 
>>> question. Thanks :)
>>>
>>> Cheers, Goran.
>>>
>>> On May 5, 2017, 2:31 AM -0400, Baptiste Mathus >> >, wrote:
>>>
>>> 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 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 are above the build step? It 
>>>would be a text box for example and a checkbox, both of which could 
>>>accessible from a build step / post build step. Would it be possible 
>>> have 
>>>these become environment variables / globally accessible variables 
>>>throughout this job's config. 
>>>
>>> Thanks
>>>
>>> --
>>> You received this message because you are subscribed to the Google 
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jenkinsci-de...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the 
>>> Google Groups "Jenkins Developers" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/jenkinsci-dev/L39Mu7drhDI/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> jenkinsci-de...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS43Y3mgsaxxdLpgFAy90%3DFWwF5wD%2BF8zxwz0D9i5rk2Vw%40mail.gmail.com
>>>  
>>> 

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 PM, Goran Dev  wrote:

> 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 
> 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 Management, Build Triggers, Build Environment,
>> Bindings, Build, Post-build Actions.
>>
>> 1) is it possible for me to add a tab/section called "ZAP Environment" or
>> no? If it's possible, how do I go about adding another section/tab.
>>
>
> JopProperty 
> goes under General, SCM
>  under Source Code
> Management, Trigger
>  under Build
> Triggers, BuildWrapper
>  under
> Build Environment etc.
> Maybe a JobProperty with an  would
> add another tab I'm not sure.
>
>
>>
>> 2) under the tab Build, you click on the drop down and you can add your
>> plugins build step which in my case is called Execute ZAP. Once it's added,
>> how do prevent the user from adding another Execute ZAP build step.
>>
>
> No, Build Steps are intended to be added as many as the user needs, IIRC a
> Recorder or Publisher can only be added once for Freestyle, but that
> "limitation" is gone for pipelines. Sounds like it is more like a
> BuildWrapper that you want to do.
>
>
>> Does that clarify it? If not, what else can I do to clarify the question.
>> Thanks :)
>>
>> Cheers, Goran.
>>
>> On May 5, 2017, 2:31 AM -0400, Baptiste Mathus , wrote:
>>
>> 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 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 are above the build step? It would be
>>a text box for example and a checkbox, both of which could accessible from
>>a build step / post build step. Would it be possible have these become
>>environment variables / globally accessible variables throughout this 
>> job's
>>config.
>>
>> Thanks
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Developers" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/jenkinsci-dev/L39Mu7drhDI/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> jenkinsci-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/jenkinsci-dev/CANWgJS43Y3mgsaxxdLpgFAy90%3DFWwF5wD%
>> 2BF8zxwz0D9i5rk2Vw%40mail.gmail.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/jenkinsci-dev/86679e96-0e85-4de2-be02-5e8dd97277cd%40Spark
>> .
>>
>>
>> For 

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  (mailto:developer.go...@gmail.com)> 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 Management, Build Triggers, Build Environment, 
> > Bindings, Build, Post-build Actions.
> >
> > 1) is it possible for me to add a tab/section called "ZAP Environment" or 
> > no? If it's possible, how do I go about adding another section/tab.
>
> JopProperty (http://javadoc.jenkins-ci.org/hudson/model/JobProperty.html) 
> goes under General, SCM (http://javadoc.jenkins-ci.org/hudson/scm/SCM.html) 
> under Source Code Management, Trigger 
> (http://javadoc.jenkins-ci.org/hudson/triggers/Trigger.html) under Build 
> Triggers, BuildWrapper 
> (http://javadoc.jenkins-ci.org/hudson/tasks/BuildWrapper.html) under Build 
> Environment etc.
> Maybe a JobProperty with an  would add 
> another tab I'm not sure.
>
> >
> > 2) under the tab Build, you click on the drop down and you can add your 
> > plugins build step which in my case is called Execute ZAP. Once it's added, 
> > how do prevent the user from adding another Execute ZAP build step.
> No, Build Steps are intended to be added as many as the user needs, IIRC a 
> Recorder or Publisher can only be added once for Freestyle, but that 
> "limitation" is gone for pipelines. Sounds like it is more like a 
> BuildWrapper that you want to do.
>
> >
> > Does that clarify it? If not, what else can I do to clarify the question. 
> > Thanks :)
> >
> > Cheers, Goran.
> >
> > On May 5, 2017, 2:31 AM -0400, Baptiste Mathus  > (mailto:m...@batmat.net)>, wrote:
> > > 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"  > > (mailto:developer.go...@gmail.com)> a écrit :
> > > > 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"?
> > > > How do i add a job configuration. Not a Post build step or a build step 
> > > > but rather a some options which are above the build step? It would be a 
> > > > text box for example and a checkbox, both of which could accessible 
> > > > from a build step / post build step. Would it be possible have these 
> > > > become environment variables / globally accessible variables throughout 
> > > > this job's config.
> > > >
> > > >
> > > > Thanks
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > You received this message because you are subscribed to the Google 
> > > > Groups "Jenkins Developers" group.
> > > > To unsubscribe from this group and stop receiving emails from it, send 
> > > > an email to jenkinsci-dev+unsubscr...@googlegroups.com 
> > > > (mailto:jenkinsci-dev+unsubscr...@googlegroups.com).
> > > > To view this discussion on the web visit 
> > > > https://groups.google.com/d/msgid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com
> > > >  
> > > > (https://groups.google.com/d/msgid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com?utm_medium=email_source=footer).
> > > > For more options, visit https://groups.google.com/d/optout.
> > >
> > >
> > >
> > >
> > > --
> > > You received this message because you are subscribed to a topic in the 
> > > Google Groups "Jenkins Developers" group.
> > > To unsubscribe from this topic, visit 
> > > https://groups.google.com/d/topic/jenkinsci-dev/L39Mu7drhDI/unsubscribe.
> > > To unsubscribe from this group and all its topics, send an email to 
> > > jenkinsci-dev+unsubscr...@googlegroups.com 
> > > (mailto:jenkinsci-dev+unsubscr...@googlegroups.com).
> > > To view this discussion on the web visit 
> > > https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS43Y3mgsaxxdLpgFAy90%3DFWwF5wD%2BF8zxwz0D9i5rk2Vw%40mail.gmail.com
> > >  
> > > (https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS43Y3mgsaxxdLpgFAy90%3DFWwF5wD%2BF8zxwz0D9i5rk2Vw%40mail.gmail.com?utm_medium=email_source=footer).
> > > For more options, visit https://groups.google.com/d/optout.
> >
> >
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Jenkins Developers" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to jenkinsci-dev+unsubscr...@googlegroups.com 
> > (mailto:jenkinsci-dev+unsubscr...@googlegroups.com).
> > To view this discussion on the web visit 
> > 

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 issue blocked by INFRA-947.
>
>
> --
> You received this message because you are subscribed to a topic in the Google 
> Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/jenkinsci-dev/trREhpXmyDg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/CBA89FAB-4A6D-4487-9CFE-5357C9F8F273%40beckweb.net.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1c532a7c-ada7-42cf-9645-369548ac50b3%40Spark.
For more options, visit https://groups.google.com/d/optout.


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 group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CBA89FAB-4A6D-4487-9CFE-5357C9F8F273%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


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 Management, Build Triggers, Build Environment,
> Bindings, Build, Post-build Actions.
>
> 1) is it possible for me to add a tab/section called "ZAP Environment" or
> no? If it's possible, how do I go about adding another section/tab.
>

JopProperty 
goes under General, SCM 
under Source Code Management, Trigger
 under Build
Triggers, BuildWrapper
 under Build
Environment etc.
Maybe a JobProperty with an  would
add another tab I'm not sure.


>
> 2) under the tab Build, you click on the drop down and you can add your
> plugins build step which in my case is called Execute ZAP. Once it's added,
> how do prevent the user from adding another Execute ZAP build step.
>

No, Build Steps are intended to be added as many as the user needs, IIRC a
Recorder or Publisher can only be added once for Freestyle, but that
"limitation" is gone for pipelines. Sounds like it is more like a
BuildWrapper that you want to do.


> Does that clarify it? If not, what else can I do to clarify the question.
> Thanks :)
>
> Cheers, Goran.
>
> On May 5, 2017, 2:31 AM -0400, Baptiste Mathus , wrote:
>
> 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
>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 are above the build step? It would be
>a text box for example and a checkbox, both of which could accessible from
>a build step / post build step. Would it be possible have these become
>environment variables / globally accessible variables throughout this job's
>config.
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/jenkinsci-dev/L39Mu7drhDI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-dev/CANWgJS43Y3mgsaxxdLpgFAy90%
> 3DFWwF5wD%2BF8zxwz0D9i5rk2Vw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-dev/86679e96-0e85-4de2-be02-5e8dd97277cd%40Spark
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Robert Sandell
*Software Engineer*
*CloudBees Inc.*

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CALzHZS3Xm0AJRFsp-oefLpSBGrNi37OBJYEHcJ3fbPH5pzz9Hg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Post Build Step Console Output?

2017-05-05 Thread Robert Sandell
The perform

method gets the TaskListener
 as a
parameter.

So listener.getLogger().println("Hello World")

/B

On Fri, May 5, 2017 at 5:07 AM, JordanGS  wrote:

> If i have a post build step, how do i get it to output to the Builds  *Console
> Output *or at least to the terminal window which started jenkins? Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-dev/a7363e76-acd9-4351-b010-1e7c2fc707f0%
> 40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Robert Sandell
*Software Engineer*
*CloudBees Inc.*

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CALzHZS2Mnk6FnqNH8H40m%2BjjiY-MExOaoJUvjpbMK805fjmFag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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: 
> https://github.com/jenkinsci/extreme-feedback-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/extremefeedback/XfManagementLink/index.groovy)
>  
> which uses modern web frameworks like bootstrap/react/angularjs etc and 
> when I click "run build" it would show my input boxes and UI instead of the 
> standard ones? thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/aa2997a6-4af7-4e54-bfda-3973e16a6331%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 for me to add a tab/section called "ZAP Environment" or no? 
If it's possible, how do I go about adding another section/tab.

2) under the tab Build, you click on the drop down and you can add your plugins 
build step which in my case is called Execute ZAP. Once it's added, how do 
prevent the user from adding another Execute ZAP build step.

Does that clarify it? If not, what else can I do to clarify the question. 
Thanks :)

Cheers, Goran.

On May 5, 2017, 2:31 AM -0400, Baptiste Mathus , wrote:
> 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"  (mailto:developer.go...@gmail.com)> a écrit :
> > 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"?
> > How do i add a job configuration. Not a Post build step or a build step but 
> > rather a some options which are above the build step? It would be a text 
> > box for example and a checkbox, both of which could accessible from a build 
> > step / post build step. Would it be possible have these become environment 
> > variables / globally accessible variables throughout this job's config.
> >
> >
> > Thanks
> >
> >
> >
> >
> >
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Jenkins Developers" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to jenkinsci-dev+unsubscr...@googlegroups.com 
> > (mailto:jenkinsci-dev+unsubscr...@googlegroups.com).
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com
> >  
> > (https://groups.google.com/d/msgid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com?utm_medium=email_source=footer).
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
>
> --
> You received this message because you are subscribed to a topic in the Google 
> Groups "Jenkins Developers" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/jenkinsci-dev/L39Mu7drhDI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> jenkinsci-dev+unsubscr...@googlegroups.com 
> (mailto:jenkinsci-dev+unsubscr...@googlegroups.com).
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS43Y3mgsaxxdLpgFAy90%3DFWwF5wD%2BF8zxwz0D9i5rk2Vw%40mail.gmail.com
>  
> (https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS43Y3mgsaxxdLpgFAy90%3DFWwF5wD%2BF8zxwz0D9i5rk2Vw%40mail.gmail.com?utm_medium=email_source=footer).
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/86679e96-0e85-4de2-be02-5e8dd97277cd%40Spark.
For more options, visit https://groups.google.com/d/optout.


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
> 
>
> the javadoc is a deadlink and there are a bunch of "Unknown Macro", looks
> like the documentation needs to get fixed on the page :/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-dev/75af42ea-af25-4e32-b1aa-ccfb0cd9c965%
> 40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS65ph18ZaZQGiWkXSY8fFm3GCC8uyY7feLapXMVOFE4Gg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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
   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 are above the build step? It would be
   a text box for example and a checkbox, both of which could accessible from
   a build step / post build step. Would it be possible have these become
   environment variables / globally accessible variables throughout this job's
   config.

Thanks

-- 
You received this message because you are subscribed to the Google Groups
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS43Y3mgsaxxdLpgFAy90%3DFWwF5wD%2BF8zxwz0D9i5rk2Vw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 javadoc is a deadlink and there are a bunch of "Unknown Macro", looks 
like the documentation needs to get fixed on the page :/

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/75af42ea-af25-4e32-b1aa-ccfb0cd9c965%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 are above the build step? It would be 
   a text box for example and a checkbox, both of which could accessible from 
   a build step / post build step. Would it be possible have these become 
   environment variables / globally accessible variables throughout this job's 
   config.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/e78dd486-3b40-406b-baf0-41a31193c3c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.