Re: Unable to sign up for http://jenkins-ci.org/ account

2014-03-23 Thread Sujeet Kumar
When you sign up for jenkins you will get a mail to verify the account. Click on the link and then try you should get a password. Hope this helps. On Sunday, March 23, 2014 9:36:37 AM UTC-7, Mani wrote: > > > > -- Forwarded message -- > From: Manivannan > > Date: Sun, Mar 23, 201

Creating a new Job gives me an error

2014-03-23 Thread Sujeet Kumar
Hi, I have just installed Jenkins in my PC and it is running perfectly. But whenever I try to create a new Job it gives me below error SyntaxError: Invalid range in character class (form not submited). Please suggest -- You received this message because you are subscribed to the Google Groups

Re: Cannot write file to disk using the build Flow plugin

2014-03-23 Thread Les Mikesell
On Sat, Mar 22, 2014 at 3:04 AM, teilo wrote: > Hi Les, > > Firstly a workspace will never give you true stateless in Jenkins à workspace > availability is best effort (slave may be unavailable, workspace may be > deleted to reclaim slave disk space...) > > Depending on what state you want to st

Fwd: Unable to sign up for http://jenkins-ci.org/ account

2014-03-23 Thread Manivannan
-- Forwarded message -- From: Manivannan Date: Sun, Mar 23, 2014 at 10:01 PM Subject: Unable to sign up for jenkins account To: jenkinsci-...@googlegroups.com Hi All, When I try to signup for http://jenkins-ci.org/ account, I get the below error: Oops! Due to the spam problem,

RE: Shared Perforce workspace

2014-03-23 Thread Ginga, Dick
It certainly sounds like the perforce server’s have list what it thinks is already in the workspace) is different from what is actually there. My first thought is that none of these jobs can run at the same time. Second is an incremental update should be much shorter. Not short enough for all jo

Re: plugin wishlist/ideas

2014-03-23 Thread Tomáš Bambas
*rginga*, thanks for the specification, it seems really straightforward. I started development at https://github.com/conyx/installshield-plugin. I will inform you about progress, so you could try the plugin with your projects. Dne pátek, 7. března 2014 14:54:31 UTC+1 rginga napsal(a): > > Tomas

Jenkins / Groovy

2014-03-23 Thread Rob Morning
I'm pretty new to Jenkins though not to Groovy .. I have the Groovy plugin installed and i'm using Groovy 2.2 .. Is this supported ? . I have a system Groovy script with which i'm trying to find the checked in source in SVN .. import hudson.model.* import hudson.util.* import hudson.scm.*