Re: Help Files - Custom Action

2012-08-17 Thread Michaël Pailloncy
Hi, You must add your help files to src/main/webapps/ (directly in this directory) instead of src/main/resources/your/package/.. Michaël 2012/8/16 jwa jamie.as...@gmail.com Hi Folks, I'm writing a custom action, and I can't get help files to work! I've tried using the help attribute on

Re: Help Files - Custom Action

2012-08-17 Thread jwa
Hi Michael, Thanks for your help, just a note for future readers - the directory should not have a trailing s, i.e. src/main/webapp. I can see that this is uploaded to the server, and looks a lot better, from the root of Jenkins I now have: ./plugins/PluginName/help-comments.html

Re: Help Files - Custom Action

2012-08-17 Thread Stephen Connolly
On 16 August 2012 21:54, jwa jamie.as...@gmail.com wrote: Hi Folks, I'm writing a custom action, and I can't get help files to work! I've tried using the help attribute on the f:entry. It shows the help icon, but when clicked it doesn't show the details: f:entry

Re: Alternate Update Center?

2012-08-17 Thread Hui Shen
Hi Guys, I meet the same issue. Then how can I generate an update-center.json JSON file that can be interpreded by Jenkins. We do have several plugins which will be used only inner our group, we do not like to deliver them to jenkins group. As a solution, I think we should put the plugins

Re: Confusion over build triggers

2012-08-17 Thread David Weintraub
I believe it's not even a plugin. One of the post build actions is to trigger another build when the other completes. In other words, you take off the SCM trigger off of B and tell A to fire off B when it completes. You can also do this the other way around too. One of the build triggers is to

Re: Alternate Update Center?

2012-08-17 Thread Stephen Connolly
[shameless plug] http://docs.apps.cloudbees.com/docs/user-guide-bundle/ch14.html note that link will be changing to http://docs.apps.cloudbees.com/docs/user-guide-bundle/uc.html CloudBees have an UpdateCenter plugin that allows Jenkins to serve it's own UpdateCenter and allows easy configuring

Active Directory authentication error with 1.466.1 LTS

2012-08-17 Thread David Aldrich
Hi I am running Jenkins 1.466.1 LTS with Active Directory authentication. The authentication has been working correctly, but today I noticed the following type of error in: Manage Jenkins Configure System Authorization Project-based Matrix Authorization Strategy: Failed to test the

'This node is offline because it uses old slave.jar'

2012-08-17 Thread Lata Kopalle
I just updated Jenkins Master to 1.447. All the nodes went offline. Jenkins is installed as a windows service on these nodes. I've stopped the service, and gave the jnlp command as follows: javaws http://localhost:8080/computer/slavename/slave-agent.jnlp Restarted the service. But nothing happens.

Re: Help Files - Custom Action

2012-08-17 Thread jwa
Thanks for the suggestion Stephen - but that doesn't seem to have done the trick. The help question mark logo has now disappeared. Any other ideas? Jamie. On Thursday, 16 August 2012 21:54:55 UTC+1, jwa wrote: Hi Folks, I'm writing a custom action, and I can't get help files to work! I've

Re: Confusion over build triggers

2012-08-17 Thread Sami Tikka
As far as I understand, the standard triggering of other projects from post-build actions does what you want. Go into A's configuration: Add post-build action - Build other projects. Enter project name B, choose Trigger only if build succeeds. If it doesn't, maybe you could be even more

RE: Security Realm by Custom Script Plugin: Group Command Script

2012-08-17 Thread Bowling, Brad
Domi, In your example below, do you need to create the admin and superuser groups within Jenkins assigning various privileges to each? -Brad -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bowling, Brad Sent: Wednesday,

Re: Build Promotion and Copy Artifact: current build is overwritten

2012-08-17 Thread bl0ck3r
Another possibility is to copy the artifacts not to the build directory itself, but to a directory outside of Jenkins (which is pretty much what the Maven repository does for us). Well, I think what I am trying to achieve is simple: promote a build while another build is running on

Re: Build Promotion and Copy Artifact: current build is overwritten

2012-08-17 Thread Sami Tikka
Some things you need to understand about the promoted builds: The promotions are kind of like 2nd class citizens in the Jenkins job population: They are subservient to their parent job and they do not have their own workspace. This means that you should not do anything in the promotion actions

Re: Need help getting a sample scriptler groovy script to run on a slave.

2012-08-17 Thread Sami Tikka
You're not being too forthcoming with what you want to accomplish, so this may not help you much: Like it says in the System Groovy Script build step, system Groovy script always executes on the master. The system Groovy actually executes inside of Jenkins, in the same vm, so system Groovy can

Re: Building C# project with msbuild

2012-08-17 Thread Slide
Check out the msbuild plugin [1], it does a nice job of wrapping things up for you. There is also an NUnit plugin [2] slide 1 - https://wiki.jenkins-ci.org/display/JENKINS/MSBuild+Plugin 2 - https://wiki.jenkins-ci.org/display/JENKINS/NUnit+Plugin On Fri, Aug 17, 2012 at 3:42 PM, Kenneth

Jenkins CLI and HTTPS

2012-08-17 Thread Mani
Hi All, I'm running Jenkins instance under https but I'm unable to connect to it with CLI. I have two questions on this. I would appreciate if you could give me some pointers on this. 1. If Jenkins CLI has the support to connect to https? 2. If yes, please find the command I'm trying :

Re: Jenkins CLI and HTTPS

2012-08-17 Thread Richard Mortimer
On 18/08/2012 00:46, Mani wrote: Hi All, I'm running Jenkins instance under https but I'm unable to connect to it with CLI. I have two questions on this. I would appreciate if you could give me some pointers on this. 1. If Jenkins CLI has the support to connect to https? yes 2. If yes,

Re: Jenkins CLI and HTTPS

2012-08-17 Thread Mani
Thanks Richard for your reply. I created a certificate myself(self signed) to test this scenario. May be I did something wrong while creating the certificate. I will check this and get back to you if I have any questions. Thanks, Mani On Friday, August 17, 2012 4:46:29 PM UTC-7, Mani wrote: