Re: parent pom not found

2013-05-03 Thread Ryan Campbell
We had previously been including the Jenkins repository as a global mirror
in DEV@cloud. We've changed this to only include central by default. As a
result, your pom must include the Jenkins repository so that Maven can find
the parent pom.


On Fri, May 3, 2013 at 7:18 AM, RCR  wrote:

> The build of the weblogic-deployer-plugin failed on
> https://jenkins.ci.cloudbees.com/job/plugins cause parent pom is not
> found into the repository
> https://repository-jenkins.forge.cloudbees.com/release
>
>
>
> Can you help me ?
>
>
>
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Customize Paramaterized build plugin

2013-05-03 Thread sai
Hi,
 
We have a requirement to customize Parametrized plugin with vertical 
alignment
 
Say,
 
We have 10 applications grouped in to 3 as given below. 
 
Application A -> Mod1, Mod2, Mod3, Mo4, Mod5
 
Application B -> Mod6, Mod7, Mod8
 
Application C -> Mod9, Mod10
 
Requirement is to have a common UI to select which modules to build from 
which tags. My build requires to take inputs for application to build, sub 
modules and tag for each modules to trigger the build. 
 
Current parametrized build have only horizontal form fields.  But i need 3 
input paramters in the vertical alignment as attached.
 
Please let me know how we can customize the extended parameterized plugin 
or any plugin available to achieve this?
 
 
Thanks,
Sridevi

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


<>

Re: How do I publish a pre-release plugin for others to smoke test?

2013-05-03 Thread Scott Cowan
I'm not sure how I would do this from my job.  I don't have access to a 
.m2/settings.xml there and I don't want to put my user/password on the 
command line.  Maybe it's not correct to think my build should deploy to 
the repo snapshots?

https://buildhive.cloudbees.com/job/jenkinsci/job/teamconcert-plugin/configure

Oddly enough, this is now also failing with the same reason phrase, 
"Unauthorized" when I run,
mvn -X -U -B release:prepare release:perform -Dusername=scowan 
-Dpassword=
 locally, yet I can log in to http://repo.jenkins-ci.org with the same 
credentials.

Can anyone suggest a test I can run?  Do I need to be given authorization 
to upload?  If so, why my the teamconcert 1.0.1 release pass?

Thanks a bunch!
Scott

[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/teamconcert/1.0.3/teamconcert-1.0.3.hpi
[INFO] Uploading: 
http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/teamconcert/1.0.3/teamconcert-1.0.3.pom
[INFO] [INFO] 

[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] 

[INFO] [INFO] Total time: 6:43.468s
[INFO] [INFO] Finished at: Fri May 03 15:08:27 EDT 2013
[INFO] [INFO] Final Memory: 66M/142M
[INFO] [INFO] 

[INFO] [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on 
project teamconcert: Failed to deploy artifact
s: Could not transfer artifact org.jenkins-ci.plugins:teamconcert:hpi:1.0.3 
from/to maven.jenkins-ci.org 
(http://maven.jenkins-ci.org:8081/content/repositories/
releases): Failed to transfer file: 
http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/teamconcert/1.0.3/teamconcert-1.0.3.hp
i. Return code is: 401, ReasonPhrase:Unauthorized. -> [Help 1]
[INFO] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to 
execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy 
(default-deploy) o
n project teamconcert: Failed to deploy artifacts: Could not transfer 
artifact org.jenkins-ci.plugins:teamconcert:hpi:1.0.3 from/to 
maven.jenkins-ci.org (http:/
/maven.jenkins-ci.org:8081/content/repositories/releases): Failed to 
transfer file: 
http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-c
i/plugins/teamconcert/1.0.3/teamconcert-1.0.3.hpi. Return code is: 401, 
ReasonPhrase:Unauthorized.
[INFO]  at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
[INFO]  at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
[INFO]  at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
[INFO]  at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
[INFO]  at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
[INFO]  at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
[INFO]  at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
[INFO]  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
[INFO]  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
[INFO]  at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
[INFO]  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
[INFO]  at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
[INFO]  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO]  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
[INFO]  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[INFO]  at java.lang.reflect.Method.invoke(Method.java:611)
[INFO]  at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
[INFO]  at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
[INFO]  at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
[INFO]  at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
[INFO] Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to 
deploy artifacts: Could not transfer artifact 
org.jenkins-ci.plugins:teamconcert:hpi
:1.0.3 from/to maven.jenkins-ci.org 
(http://maven.jenkins-ci.org:8081/content/repositories/releases): Failed to 
transfer file: http://maven.jenkins-ci.org:8081/
content/repositories/releases/org/jenkins-ci/plugins/teamconcert/1.0.3/teamconcert-1.0.3.hpi.
 
Return code is: 401, ReasonPhrase:Unauthorized.
[INFO]  at 
org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:192)
[INFO]  at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager

Buildhive and Jenkins.ci misaligned

2013-05-03 Thread Luca Milanesio
Hi all,
am I the only one having problems with builds that are OK on Buildhive and 
failing on Jenkins.ci ?

https://buildhive.cloudbees.com/job/jenkinsci/job/assembla-plugin/10/
vs
https://jenkins.ci.cloudbees.com/job/plugins/job/assembla-plugin/11/

I guess the problem is with the Jenkins Maven repo ... not defined as the 
default one on jenkins.ci.cloudbees.com.

What is the recommended strategy / workaround in this case ?
Who is managing the two cloudbees instances ?

Luca.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread Jesse Glick

On 05/03/2013 10:08 AM, nicolas de loof wrote:

I didn't know you can have multiple DataBoundConstructors


Because you cannot, so the build is correctly failing. Not sure how this change 
could ever have been built; perhaps by a nonstandard environment like Eclipse?

Commenting out the first and I guess obsolete @DataBoundConstructor makes the 
build pass. (You can leave the constructor itself—just remove the annotation.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Esteban Angee

Thanks for your help Bruno

Cheers,

On 05/03/2013 11:31 AM, Bruno P. Kinoshita wrote:

Hi Esteban,

Component sonargraph created - 
https://issues.jenkins-ci.org/browse/JENKINS/component/17620


Cheers

Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com

--- Em *sex, 3/5/13, Esteban Angee //* 
escreveu:



De: Esteban Angee 
Assunto: Re: Request for sonargraph-plugin componet creation in JIRA
Para: jenkinsci-dev@googlegroups.com
Data: Sexta-feira, 3 de Maio de 2013, 12:23

Hi Bruno,

The ID for the default assignee is "esteban_h2m"

Kind regards,


On 05/03/2013 09:36 AM, Bruno P. Kinoshita wrote:

Hi Esteban,

What is the JIRA user ID of the default assignee?

Cheers

Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com

--- Em *sex, 3/5/13, Esteban Angee
/
/*escreveu:


De: Esteban Angee 

Assunto: Request for sonargraph-plugin componet creation in JIRA
Para: jenkinsci-dev@googlegroups.com

Data: Sexta-feira, 3 de Maio de 2013, 11:03

Hello,

We are releasing sonargraph-plugin (
https://github.com/jenkinsci/sonargraph-plugin) soon. We
kindly request the creation of a JIRA component for our
plugin Issue Tracking.

Cheers,

-- 
Esteban Angee Agudelo

Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com
http://www.hello2morrow.com

-- 
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
.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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
.
For more options, visit https://groups.google.com/groups/opt_out.




-- 
Esteban Angee Agudelo

Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com  

http://www.hello2morrow.com

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


--
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.

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




--
Esteban Angee Agudelo
Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com
http://www.hello2morrow.com

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Bruno P. Kinoshita
Hi Esteban, 
Component sonargraph created - 
https://issues.jenkins-ci.org/browse/JENKINS/component/17620
Cheers

Bruno P. Kinoshita

http://kinoshita.eti.br

http://tupilabs.com

--- Em sex, 3/5/13, Esteban Angee  escreveu:

De: Esteban Angee 
Assunto: Re: Request for sonargraph-plugin componet creation in JIRA
Para: jenkinsci-dev@googlegroups.com
Data: Sexta-feira, 3 de Maio de 2013, 12:23


  


  
  
Hi Bruno,



The ID for the default assignee is "esteban_h2m"



Kind regards,





On 05/03/2013 09:36 AM, Bruno P.
  Kinoshita wrote:



  

  
Hi Esteban, 
  

  
  What is the JIRA user ID
  of the default assignee? 
  


  Cheers



Bruno P. Kinoshita


  http://kinoshita.eti.br


  http://tupilabs.com



--- Em sex,
  3/5/13, Esteban Angee  
escreveu:



  De: Esteban Angee
  

  Assunto: Request for sonargraph-plugin componet
  creation in JIRA

  Para: jenkinsci-dev@googlegroups.com

  Data: Sexta-feira, 3 de Maio de 2013, 11:03

  

  
 Hello,

  

  We are releasing sonargraph-plugin ( 
https://github.com/jenkinsci/sonargraph-plugin)
  soon. We kindly request the creation of a JIRA
  component for our plugin Issue Tracking. 

  

  Cheers,

  -- 
Esteban Angee Agudelo
Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com
http://www.hello2morrow.com

-- 

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.

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

 

 

  

  

  

  
  -- 

  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.

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

   

   




-- 
Esteban Angee Agudelo
Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com
http://www.hello2morrow.com
  




-- 

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.

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

 

 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Esteban Angee

Hi Bruno,

The ID for the default assignee is "esteban_h2m"

Kind regards,


On 05/03/2013 09:36 AM, Bruno P. Kinoshita wrote:

Hi Esteban,

What is the JIRA user ID of the default assignee?

Cheers

Bruno P. Kinoshita
http://kinoshita.eti.br
http://tupilabs.com

--- Em *sex, 3/5/13, Esteban Angee 
//*escreveu:



De: Esteban Angee 
Assunto: Request for sonargraph-plugin componet creation in JIRA
Para: jenkinsci-dev@googlegroups.com
Data: Sexta-feira, 3 de Maio de 2013, 11:03

Hello,

We are releasing sonargraph-plugin (
https://github.com/jenkinsci/sonargraph-plugin) soon. We kindly
request the creation of a JIRA component for our plugin Issue
Tracking.

Cheers,

-- 
Esteban Angee Agudelo

Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com  

http://www.hello2morrow.com

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


--
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.

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




--
Esteban Angee Agudelo
Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com
http://www.hello2morrow.com

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Bruno P. Kinoshita
Hi Esteban, 
What is the JIRA user ID of the default assignee? 
Cheers

Bruno P. Kinoshita

http://kinoshita.eti.br

http://tupilabs.com

--- Em sex, 3/5/13, Esteban Angee  escreveu:

De: Esteban Angee 
Assunto: Request for sonargraph-plugin componet creation in JIRA
Para: jenkinsci-dev@googlegroups.com
Data: Sexta-feira, 3 de Maio de 2013, 11:03


  


  
  
Hello,



We are releasing sonargraph-plugin (

https://github.com/jenkinsci/sonargraph-plugin)
soon. We kindly request the creation of a JIRA component for our
plugin Issue Tracking. 



Cheers,

-- 
Esteban Angee Agudelo
Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com
http://www.hello2morrow.com
  




-- 

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.

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

 

 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread nicolas de loof
This duplicated DataBoundConstructor was introduced a year ago ->
https://github.com/jenkinsci/build-pipeline-plugin/commit/6c153646fd89387b7c199342a04b3b013d01ca00,
so I don't think it's the root cause for this error - even I didn't know
you can have multiple DataBoundConstructors ...

So I guess this plugin requires some extra configuration / special
environment to build.




2013/5/3 Mads Nielsen 

> I think it is caused by a duplicate DataBound constructor somewhere in the
> plugin, a colleague of mine had the exact same issue when he was building
> it. He removed the oldest of the databound constructors and it worked.
>
> Can't remember sepecifics :)
>
> On Fri, May 3, 2013 at 2:10 PM, nicolas de loof 
> wrote:
>
>> I can't run mvn hpi:run or other build commands on build-pipeline-plugin.
>> the error routed me to https://issues.jenkins-ci.org/browse/JENKINS-11739,
>> but didn't helped
>> any thought ?
>>
>> --
>> 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.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>
>
> --
>  *
> *
> *Mads Nielsen
> Consultant
> Praqma A/S
> *
>
> *Tel: +45 50 98 18 09
> Mail: m...@praqma.net 
> web: www.praqma.net*
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Request for sonargraph-plugin componet creation in JIRA

2013-05-03 Thread Esteban Angee

Hello,

We are releasing sonargraph-plugin ( 
https://github.com/jenkinsci/sonargraph-plugin) soon. We kindly request 
the creation of a JIRA component for our plugin Issue Tracking.


Cheers,

--
Esteban Angee Agudelo
Software Engineer
hello2morrow S.A.S
(574)5804555
esteban.an...@hello2morrow.com
http://www.hello2morrow.com

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread Mads Nielsen
I think it is caused by a duplicate DataBound constructor somewhere in the
plugin, a colleague of mine had the exact same issue when he was building
it. He removed the oldest of the databound constructors and it worked.

Can't remember sepecifics :)

On Fri, May 3, 2013 at 2:10 PM, nicolas de loof wrote:

> I can't run mvn hpi:run or other build commands on build-pipeline-plugin.
> the error routed me to https://issues.jenkins-ci.org/browse/JENKINS-11739,
> but didn't helped
> any thought ?
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
*
*
*Mads Nielsen
Consultant
Praqma A/S
*

*Tel: +45 50 98 18 09
Mail: m...@praqma.net 
web: www.praqma.net*

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Anyone insert any custom jQuery into Jenkins?

2013-05-03 Thread jhyland87
I just installed some plugins that allow me to put custom jQuery code pretty
much anywhere, which is awesome. I can do all kinds of jQuery validation on
the build parameter forms, or use jQuery to modify the CSS for custom
templates (Example below).

 
(Right Click -> "View Image" or "Open Image In New Tab" to view full/real
size)

I can use jQuery to restrict the builds to people with specific referrers,
require some parameters to have specific values depending on what other
parameters have as the value, prompt for confirmation when the build form is
submitted.. etc etc.




--
View this message in context: 
http://jenkins.361315.n4.nabble.com/Anyone-insert-any-custom-jQuery-into-Jenkins-tp4664869.html
Sent from the Jenkins dev mailing list archive at Nabble.com.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: request for hosting new plugin

2013-05-03 Thread Tushar Shinde
Hey,

I got this fixed by dnadolny on IRC. Thanks a lot dnadolny!!!

On Friday, May 3, 2013 9:48:51 AM UTC+5:30, Tushar Shinde wrote:
>
> ok!
>
> Could somebody having greater access look into this please?
>
> Thanks,
> Tushar
>
> On Friday, May 3, 2013 2:53:21 AM UTC+5:30, Ullrich Hafner wrote:
>>
>> As already told, I do not have admin rights in GitHub. This issue needs 
>> to be solved by someone with more permissions…
>>
>> Ulli
>>
>> Am 02.05.2013 um 19:19 schrieb Tushar Shinde :
>>
>> Hi Ulli,
>>
>> Sorry to nag but could you please look at the commit access issue? I 
>> really need to release this plugin as people nagging me and Rally will also 
>> be updating their documentation to refer to my wiki page.
>>
>> Just to provide you with more information that I have also tried 
>> following options but received the same error.
>> 1> removed all remotes and added only origin pointing to jenkins origin 
>> but still received the same error
>> $ git remote -v
>> origin  https://github.com/jenkinsci/rally-update-plugin-1.git (fetch)
>> origin  https://github.com/jenkinsci/rally-update-plugin-1.git (push)
>>
>> 2> tried cloning repository and then trying to commit but received same 
>> error. Cloning works but not commit.
>>
>> *Otherwise would it be possible for you to release/publish the the 
>> plug-in so that it is listed under update center?* That way people will 
>> be able to access it.
>>
>> Thanks for your time!
>>
>> Cheers,
>> Tushar
>>
>> On Wednesday, April 10, 2013 12:26:17 PM UTC+5:30, Tushar Shinde wrote:
>>>
>>> Hi, 
>>>
>>> We have created a plugin for Jenkins that supports updating rally 
>>> details  through Jenkins build and would like 
>>> to see it hosted on jenkins-ci github. 
>>>
>>> The name of the plugin is *rallyupdate*. Could you please create a 
>>> repository and assign me commit access?
>>>
>>> GitHub ID  *tushar686*
>>> Jenkins JIRA account tushar686
>>>
>>> Please let me know if you need any more information.
>>>
>>> Kind regards, 
>>> Tushar Shinde 
>>>
>>
>> -- 
>> 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.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>>
>>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




parent pom not found

2013-05-03 Thread RCR
The build of the weblogic-deployer-plugin failed on 
https://jenkins.ci.cloudbees.com/job/plugins cause parent pom is not found into 
the repository https://repository-jenkins.forge.cloudbees.com/release
 
Can you help me ?
 
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.
For more options, visit https://groups.google.com/groups/opt_out.




build-pipeline: javax.annotation.processing.FilerException: Attempt to reopen a file for path BuildPipelineView.stapler

2013-05-03 Thread nicolas de loof
I can't run mvn hpi:run or other build commands on build-pipeline-plugin.
the error routed me to https://issues.jenkins-ci.org/browse/JENKINS-11739,
but didn't helped
any thought ?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Let Axis values refer to custom ToolInstallation entries

2013-05-03 Thread Alexander R.
I'm maintaining a Jenkins plugin that defines (among several things) a 
ToolInstallation child class for MATLAB installations, and a specific 
Builder along with it. Now I want to put the MATLAB installations onto an 
Axis in a multi configuration build, then execute a matrix job for each 
MATLAB installation.

I need to a) get the Axis value, b) match it with a ToolInstallation name 
to get the home location, and c) use the location in my custom Builder. 
Right now, I can only think of complicated ways of doing this, so please 
share your ideas.

Particularly: How do I get the Axis value directly from inside the Builder? 
Using environment variables here seems to be rather roundabout.

Would you suggest a custom Axis implementation? Seems to relieve the user 
from explicitly reproducing the values and by doing so making errors. Any 
other benefits or drawbacks?

JDKAxis and JDK seems to be exactly what I'm looking for. But even after 
some time reverse-engineering their use in Jenkins core I'm not clear how 
to solve my problem.

Suggestions much appreciated.

Kind regards,
Alexander

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




RE: RootAction authentication

2013-05-03 Thread Sandell, Robert
For an Action to be listed on the side panel of its container it should return 
a non null value from the methods getIconFileName and getDisplayName
You can use this to return the icon and displayname if the user has the correct 
privileges and null if it doesn't.
You can check for privileges via ACL.hasPermission(p) on the item you are 
interested in and most access controlled items like jobs and Jenkins has 
simplified it by providing a hasPermission method on themselves.
An example: 
https://github.com/jenkinsci/gerrit-trigger-plugin/blob/master/gerrithudsontrigger/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction.java

But that only stops the action from displaying itself, its URL can still be 
navigated to by a user. So the layout tag has a permission parameter that you 
can provide the required permission to and if the user doesn't have the correct 
privileges it will render a permission denied page instead of whatever you put 
inside it.
An example: 
https://github.com/jenkinsci/gerrit-trigger-plugin/blob/master/gerrithudsontrigger/src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/index.jelly

And for any form submission you could start by calling checkPermission(p) which 
will throw an exception if the permission isn't met, and that will send the 
user to a permission denied page. There is an example of that in the first link 
as well.

Also have a look at 
https://wiki.jenkins-ci.org/display/JENKINS/Making+your+plugin+behave+in+secured+Jenkins

Robert Sandell
Software Tools Engineer - SW Environment and Product Configuration
Sony Mobile Communications

From: jenkinsci-dev@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] On 
Behalf Of Marc MacIntyre
Sent: den 3 maj 2013 01:47
To: jenkinsci-dev@googlegroups.com
Subject: RootAction authentication

I'm implementing a subclass of RootAction, and I can't figure out how to 
require the plugin to require authentication prior to performing any actions.

Can anyone point me at an example plugin that does this, or someplace in the 
javadocs to hook into the auth system?

--
Marc MacIntyre
--
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.
For more options, visit https://groups.google.com/groups/opt_out.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.