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

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, pl

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 : http:

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 wrote

Building C# project with msbuild

2012-08-17 Thread Kenneth
Hi all, I am quete new to Jenkins. I have a simple C# solution with visual studio 2005, i.e. .NET 2.0 a) project executable b) a library used c) a unit test of the library. 1) My question is how do I setup Jenkins up to build the binary files? 2) How can I run the unit tests from Jenkins, they

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

2012-08-17 Thread Qazwart
On Aug 17, 2012, at 5:12 PM, bl0ck3r wrote: > Well, I think what I am trying to achieve is simple: promote a build while > another build is running on the same project Wait a second. Is the problem your copying in files to a project while a build is running or copying files out of a build whi

Re: Exception shown at windows slave console during restart of tomcat

2012-08-17 Thread Sami Tikka
What does your ant task do? Did you read the wiki page mentioned in the error? Did the you follow the advice over there? -- Sami Varghese Renny kirjoitti 16.8.2012 kello 13.43: > > Hi, >i am getting an exception at slave console while stoping and starting > tomcat using ant task.. >

Re: Confusion over build triggers

2012-08-17 Thread mwpowellhtx
Yessir, and re: a previous reply as well, this is what we ended up doing. Thanks for the speedy reply and happy CI! :-) - Original Message - From: Sami Tikka Sent: 08/17/12 04:00 PM To: jenkinsci-users@googlegroups.com Subject: Re: Confusion over build triggers As far as I understand,

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 ca

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

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: Wednesd

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 spe

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'

'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//slave-agent.jnlp Restarted the service. But nothing happens. found th

Job Import Plugin query doesn't return a list

2012-08-17 Thread Lars Nordin
I go to the job-import page, put in the URL of my current Jenkins server and hit query and no list is produced. The curious thing is that in the upper right, the "New Job" icon text is changed to "New null". I've tried different URLs ( like https://server and https://server/view/something ) but

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 val

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 o

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

Re: Confusion over build triggers

2012-08-17 Thread mwpowellhtx
I'll just add, as others have suggested, an SCM trigger in B doesn't quite do what we need it to do, because our build environment mucks with configuration in the system, not just a Jenkins build workspace. What we need is a timely, stateful trigger on B that responds to A when it finds A successfu

Confusion over build triggers

2012-08-17 Thread mwpowellhtx
Hello, In test and measurement verbiage, I think of a trigger as just that: see an event, respond to that event. Say we have two jobs: A and B. A runs when it sees SCM change and builds that environment. I'd like to schedule B when A has successfully completed a build and build the same envir

Re: Help Files - Custom Action

2012-08-17 Thread Stephen Connolly
On 16 August 2012 21:54, jwa 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: > > help="/plugin/PluginN

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 Howe

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