Re: SCM polling stopped to work

2013-01-30 Thread Jiyin Lu
well, I'm using version 1.3.17. I didn't find the issue on non-submitted changes. You may try upgrade the plug-in. -- 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

Re: [Jenkins-T​estlink] Error verifying developer key: HTTP server returned unexpected status: Found

2013-01-30 Thread rahulsoa
Any idea? On Monday, January 28, 2013 6:25:40 PM UTC+1, rahulsoa wrote: > > Hello everyone, > > Greetings, > > I’m trying to connect Jenkins (1.482) with TestLink (1.9.4) thru my > Jenkins configuration, but while running the job in Jenkins I get the below > error in the console log. The job in

Re: Exception during svn checkout

2013-01-30 Thread lvotypko
Which version of svn plugin do you use? Dne úterý, 29. ledna 2013 20:00:36 UTC+1 Stuart Lorber napsal(a): > > After my code is pulled from the svn repository the job gets this > exception: > > 13:58:31 FATAL: org/apache/commons/digester3/Digester > 13:58:31 java.lang.NoClassDefFoundError: > o

Antwort: Installing operating systems on slaves via Jenkins

2013-01-30 Thread Andreas Schilling
Hi Manish, the very simple answer is: you can't do this. A slave is not sort of "remote controlled" in the sense of performing any operation on it you could imagine. Even if you could manage to trigger a OS installation on it: how should the Master communicate with it afterwards? You would burn

stop "source code management" and "delete workspace before build starts" on parent build of matrix job

2013-01-30 Thread Chris Withers
Hi All, How can I stop the "source code management" and "delete workspace before build starts" steps, and indeed *any* steps from happening on the parent build of a matrix job? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.si

RE: Antwort: Installing operating systems on slaves via Jenkins

2013-01-30 Thread James Nord (jnord)
I recall you can accomplish cleaning a slave with one of the cloud plugins -you create a new slave on the fly from a template and destroy it after a job. But I don't recall which of the cloudy plugins it was and so will depend on what your VM tech is. The alternative as Andreas suggested is to

Re: Token for the USERNAME of the current session user

2013-01-30 Thread Mirko Friedenhagen
Found the answer :-): https://wiki.jenkins-ci.org/display/JENKINS/Build+User+Vars+Plugin Regards Mirko On Tue, Jan 29, 2013 at 10:12 PM, Mirko Friedenhagen wrote: > Hello, > > I need access to the name of the currently logged in user, i.e. not > the FULLNAME, not the account name of Jenkins itsel

Re: Installing operating systems on slaves via Jenkins

2013-01-30 Thread Mark Waite
If you need to restore an existing operating system to a known good state each time, you could consider using a virtual machine and reverting to a snapshot of the virtual machine.  There are several plugins for virtual machine control from Jenkins.  The plugin you use depends on the virtual mach

Re: Build failure analyzer pattern issue

2013-01-30 Thread jhoomsharabi
Hey Thomas, Yes I can find string “Can not access” in build log, for this particular log there is no “full log” link it is just one page smaller log. Thanks, Jhoom -Original Message- From: Westling, Tomas To: 'jhoomshar...@netscape.net' ; jenkinsci-users ; Sandell, Robert Sent:

Re: Installing operating systems on slaves via Jenkins

2013-01-30 Thread Jason Swager
If your slaves are VMs in a VMware vSphere/vCenter installation, you can use the vSphere Cloud Plugin to revert the VM to a snapshot before starting it up. Other virtualization cloud plugins will do a complete deploy of a new VM. Jason Swager On Tuesday, January 29, 2013 11:06:18 PM UTC-8, Man

Configuring build name and build id

2013-01-30 Thread Srinivasa TN
Hi, I am using Jenkins 1.499 on RHEL 6.3. At present, the build id/name is just an number or formed out of the build date and time. But I want to have the build name as 0.0.0.1 or 0.0.0.1-MMDD-${BUILD_NUMBER} (That is, build number in that particular day). The build-name-setter plugin just

Re: sloccount plugin exception

2013-01-30 Thread intelchen
maybe it is a bug, you could downgrade you sloccount plugin. On Saturday, January 26, 2013 1:24:54 AM UTC+8, Kamal Ahmed wrote: > > Hi Group, > > I am getting an exception: > > *12:16:34* ERROR: Publisher hudson.plugins.sloccount.SloccountPublisher > aborted due to exception*12:16:34* java.lang.N

Re: Build failure analyzer pattern issue

2013-01-30 Thread jhoomsharabi
Hey Thomas, Yes I can find string “Can not access” in build log, for this particular log there is no “full log” link it is just one page smaller log. Thanks, Jhoom -Original Message- From: Westling, Tomas To: 'jhoomshar...@netscape.net' ; jenkinsci-users ; Sandell, Robert Sent

Re: ClearCase Polling Since Last SUCCESSFUL Build

2013-01-30 Thread Vincent Latombe
Hello, To be exact, the polling is done since the last polling took place (because with Clearcase it can become *very* expensive to poll if you have excluded regions and didn't build for a long time) Polling since last successful build would result in non-stop build as soon as a change that break

Run Condition plugin is invisible

2013-01-30 Thread jhoomsharabi
Hi, I installed “Run Condition plugin” with all dependencies it requires but unable to find it in project config section, anyone faced the similar kind of situation? Can someone help me in getting this plugin configured. Will be thankful to you. Thanks, Jhoom -- You received this message bec

Jenkins Solaris 8 & 10 support

2013-01-30 Thread Ramesh
Hello I am new to Jenkins and trying to validate on Solaris 8 & Solaris 10 platform. Could you please confirm Jenkins is supported in Solari 8 & 10 platforms. If its supported kindly point me the correct location from where I can download the WAR. Thanks Ramesh -- View this message in conte

Re: Jenkins Solaris 8 & 10 support

2013-01-30 Thread hari prasad
Location : http://ips.jenkins-ci.org/ips-stable/en/catalog.shtml On 31 January 2013 09:50, Ramesh wrote: > Hello > > I am new to Jenkins and trying to validate on Solaris 8 & Solaris 10 > platform. Could you please confirm Jenkins is supported in Solari 8 & 10 > platforms. > > If its supported

Re: Jenkins Solaris 8 & 10 support

2013-01-30 Thread Ramesh
Thanks for your reply. I have already tried that link and getting message like below. 404 Not Found '' is not a valid publisher name. -- View this message in context: http://jenkins.361315.n4.nabble.com/Jenkins-Solaris-8-10-support-tp4653637p4653642.html Sent from the Jenkins users mailing

Run Condition plugin is invisible

2013-01-30 Thread jhoomsharabi
Hi, I installed “Run Condition plugin” with all dependencies it requires but unable to find it in project config section, anyone faced the similar kind of situation? Can someone help me in getting this plugin configured. Will be thankful to you. Thanks, Jhoom -- You received this mess

Re: Jenkins Solaris 8 & 10 support

2013-01-30 Thread hari prasad
An other way to build solaris package and install https://github.com/jordansissel/fpm/wiki/SolarisPackages On 31 January 2013 10:02, Ramesh wrote: > Thanks for your reply. > > I have already tried that link and getting message like below. > > 404 Not Found > '' is not a valid publisher name. >