Unable to find current vision in submodule path 'corelibs''

2013-02-04 Thread Julian
Hi, I'm having an issue where I can't get Jenkins to checkout a project that has a submodule in it (which contains further submodules), but I am able to do so myself. For instance, if I manually run: git clone [repository-url] [chdir into repository] git submodule update --recursive --init

Re: m2release plugin release:rollback

2013-02-04 Thread Ilko Iliev
Thanks for the info. Wipe out the workspace will leave the versions as changed during the prepare stage. IMHO this feature will be very helpful to revert to a stable stage w/out too much extra "magic". It's true that the tag must be removed manually, if it has been created, but in our case this co

答复: how to implement an invisible job property plugin

2013-02-04 Thread Shen,Hui
I want to use a JobPropertyDescriptor, where add a creator property, it’s saved when job is created, and cannot be changed later, so we went this property is visible to user. public final class JobCreatorProperty extends JobProperty> { private String creator; public String g

Re: jenkins clustering

2013-02-04 Thread Sami Tikka
Oh you really meant you want your slaves to HA! Usually people just have so many slaves it doesn't matter if some go down. -- Sami Matteo Centonza kirjoitti 4.2.2013 kello 16.37: > Hello Sami, Rob, > > thanks for your replies. > > We are currently using redhat cluster to provide failover cap

Hudson and Jenkins slave?

2013-02-04 Thread J Arrizza
Before I start, I just want to acknowledge that this is an odd ball question and may or may not be applicable to this group. I am in the process of converting to Jenkins from Hudson, so I currently have two master nodes, one for each version. I also have 26 slaves. Right now they are in use by th

Jenkins Slave + Maven: How do I pass parameters to maven?

2013-02-04 Thread Graham Leggett
Hi all, In order to run the normal maven command line client, I need to pass various -D parameters to make SSL client certificates work, and this works fine. Maven run via a Jenkins slave maven build however, no joy at all, all I get is a handshake error. As a result, maven is definitely not r

arcvhiving takes forever - just me?

2013-02-04 Thread Maven User
Hi all - Super quick question - maybe this is a known issue When archiving a large artifact, jenkins seems to take forever (in some cases, taking a 1 min build up to 30 min). What's weird is when I ssh up to that same slave and scp over that same artifact to the same final location, it ta

Re: $HOSTNAME in email-ext plugins

2013-02-04 Thread Slide
I'd recommend using the NODE_NAME variable instead. It works cross platform. On Mon, Feb 4, 2013 at 1:00 PM, Foxgang wrote: > We would like Jenkins to include the machine name of the slave it used > when it sends an email. On windows slaves, this is solved by using ${ENV, > var="COMPUTERNAME"}.

$HOSTNAME in email-ext plugins

2013-02-04 Thread Foxgang
We would like Jenkins to include the machine name of the slave it used when it sends an email. On windows slaves, this is solved by using ${ENV, var="COMPUTERNAME"}. This uses the Token Macro expansion plugin to grab the %COMPUTERNAME% environment variable. However, this doesn't seem to work w

Not a problem; Re: All my added build descriptions and "keep build forever" annotations gone!

2013-02-04 Thread Steve K
Solved this issue. This was not a bug. It was pilot error. Doh! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com.

Re: m2release plugin release:rollback

2013-02-04 Thread Eric Pyle
I've seen release:rollback implemented as a Batch Task in a Maven build job. This was at my previous employer so I don't have access to the job anymore to give the details, but I think it is pretty straightforward. This way you can keep the rollback function together with the regular build job

Build Flow Plugin: Ensuring jobs operate on the same Git revision

2013-02-04 Thread Johannes Schirrmeister
Hi everyone, The Build Flow Plugin seems like a great way to orchestrate our build pipelines. I would like to ask if there is any best practice on how to ensure that all jobs in one pipeline checkout the same revisions of a Git repository. I believe the Git plugin initially sets the GIT_COMMIT en

Re: m2release plugin release:rollback

2013-02-04 Thread teilo
Hi, It’s not supported (which is why the RFE is still open) and comments in the wiki are not monitored by the plugin maintainer. "Wipe out workspace" is probably the best form or release:rollback J maven won’t delete the tag if it created it anyway - so depending on what failed you may we

Re: how to implement an invisible job property plugin

2013-02-04 Thread Walter Kacynski
I'm interested in doing something similar. Which jelly file are you referring to? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...

m2release plugin release:rollback

2013-02-04 Thread Ilko Iliev
Hi, I came accross the request for release:rollback on failed release[1], however it is still marked as opened. From the wiki of the plugin[2] I can't figure out, if this feature is implemented or not and the RFE is one and half year old. Can someone give me an info? Or is there some other way to

Re: Antwort: Jenkins + Subversion + SSL client certificates

2013-02-04 Thread Graham Leggett
On 04 Feb 2013, at 4:50 PM, Andreas Schilling wrote: > you know of http://YOURJENKINSINSTANCE/scm/SubversionSCM/enterCredential ? > To my current knowledge this URL is still kind of unknown. At least when we > set up SVN (like 2 years ago) we stumbled upon this more by accident than by > knowi

Antwort: Jenkins + Subversion + SSL client certificates

2013-02-04 Thread Andreas Schilling
Hi Graham, you know of http://YOURJENKINSINSTANCE/scm/SubversionSCM/enterCredential ? To my current knowledge this URL is still kind of unknown. At least when we set up SVN (like 2 years ago) we stumbled upon this more by accident than by knowing... After switching to hg some time ago I actually

Jenkins + Subversion + SSL client certificates

2013-02-04 Thread Graham Leggett
Hi all, Does there exist a definitive description on how to set Jenkins up to talk to a subversion repository that is protected by SSL client certificates? The native subversion client works perfectly, but the svnkit based client refuses to connect, failing with a handshake error. Does the Jenk

Re: jenkins clustering

2013-02-04 Thread Matteo Centonza
Hello Sami, Rob, thanks for your replies. We are currently using redhat cluster to provide failover capabilities to jenkins master. Haven't tried Cloudbees Jenkins Enterprise either but from what' i've read, i assume failover capabilities are restricted to master failover, so functionally equiva

Re: All my added build descriptions and "keep build forever" annotations gone!

2013-02-04 Thread Steve K
Hello Sami, Jenkins has not been upgraded or downgraded recently. Jenkins has not been restarted recently. There is a lot of information in the log file. When looking for information specific to the affected job, all I see is the "normal" information, like "SCM changes detected ...etc...". I d

Antwort: Getting all Job Information from different Server

2013-02-04 Thread Andreas Schilling
Hi Clemens, to my knowledge there's no such plugin. But you can use the API to easily pull that information. So if you just need some sort of overview I believe a simple script scraping the data from the instances instead of a plugin will do the trick. To see information available via API browse

Re: Plugin email-ext: use of tokens in Groovy script

2013-02-04 Thread Slide
You should be able to import the content classes, instantiate an instance of them and call the getContent method. def BUILD_ID = new BuildIdContent() def args = [ "Arg1" : "Foo", "Arg2", "Foo" ] // currently the publisher is not accessible by the groovy templates, so some tokens may not work thi

Getting all Job Information from different Server

2013-02-04 Thread Clemens
Hi, i have a quick question. We are running different Jenkins Server for different departments and jobs and i wanted to know, if there is any way to collect all Job information from all Servers ? It would be only necessary to get the different jobs and the status , not the workspace files. (Just t

RE: I did not spawn a child process to build my project, why am I getting this: Process leaked file descriptors. See wiki.jenkins-ci.org/display/JENKINS/. for more information ERROR: Failed to clean t

2013-02-04 Thread Hong Ju
Hi Sami, Thank you for your reply. I have figured it out that for the latest Git version, I need to use \cmd\git.exe. I used \cmd\gitk.cmd, this will cause a file handler being referenced by Git, hence, a Git thinks the file handler is a spawned child process. I need to update my post. Regards,

RE: jenkins clustering

2013-02-04 Thread Mandeville, Rob
If you’re willing to pony up some money, you should talk to Cloudbees regarding their Enterprise version (http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-overview.cb). I haven’t tried it (yet), but it comes with several plugins you can’t get otherwise, and one of them is a High Availa

Strict order if there are dependencies among the jobs

2013-02-04 Thread Ádám Szikes
Hi everyone! My problem is the following. There are A and B jobs. B depends on A. I trigger A and when A is done, it will trigger B. That's okay. But if I trigger A and I trigger A again with different parameter, when the first A is done, the second A will be building and not the B, which is tr

RE: How to lauch tomcat6 into /etc/init.d

2013-02-04 Thread Mandeville, Rob
A few questions: 1: Is this Tomcat instance the one you're running Jenkins on? I'm guessing not; if you are, then you're trying to press your own 'off' button. 2: Does the Tomcat instance run on a port beneath 1024? If so, I believe that the instance has to run as root, or hide behind somethin

Promotions Plugin: Uploading wrong releases

2013-02-04 Thread Jan Seidel
Hi folks, I have loads of weird stuff going on since I chose to re-key the secret keys due to a security flaw :( Biggest flaw was obviously the re-keying... Since then do our promotions upload wrong releases. I don't know if it is related to the re-keying but it happened after that action. The

Re: Installing operating systems on slaves via Jenkins

2013-02-04 Thread Manish Singh
Thanks everyone for the inputs. The test process is not flawed, we actually need capabilities in the automation framework to execute tests on a clean slate (fresh OS). We also need capabilities in the framework to run the same tests without re-installing the OS as well i.e., execute the tests on

Plugin email-ext: use of tokens in Groovy script

2013-02-04 Thread Bernhard Berbuir
Hello, I am migrating my email-ext mail template to a Groovy script. My current email configuration uses a lot of tokens (${BUILD_LOG_EXCERPT}, ${CHANGES_SINCE_LAST_SUCCESS}, ${BUILD_LOG_REGEX}, ${WARNINGS_RESULT}, ${TASKS_RESULT}, ...). I do not want to implement the same functionality in Gro

Re: "keep this build forever" via rest api?

2013-02-04 Thread Chris Withers
Hi Bruno, On 02/02/2013 14:43, Bruno Cunha wrote: The /toggleLogKeep URL in the job can do that. For example: http://[url]/job/[JOB-NAME]/20/toggleLogKeep This URL will change the lock status of the build 20. Thanks for this, it's almost what I want. The problem with the above is that I nee