Scripted Cloud plugin busy queue race condition

2014-08-05 Thread blaz
I'm attempting to use Scripted Cloud plugin to orchestrate system tests for a product. For most part I was able to achieve my goal. Only remaining problem is that Scripted Cloud plugin fails to shutdown and restore virtual machine in time if another test (job) is already pending in build queue.

Re: Supress windows gui/output via Jenkins job

2014-01-08 Thread blaz
Since Windows 7 and Windows Server 2008 services cannot interact with desktop. You will have to configure slave to perform auto login and start slave as desktop application. This was discussed a while back. I think it was related to executing Selenium tests on Windows machine. -- You received

Re: Branch-specific e-mail recipients?

2013-10-28 Thread blaz
You can use property expression in mailing recipients field. If you combine this feature with Token Macro Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin) you should be able to retrieve recipient list from property file under source control. -- You received this message b

Re: Source safe configuration

2013-07-23 Thread blaz
I'm guessing you are running Jenkins on Windows, probably as service. By default service is configured to run under system account. You should use dedicated account to run Jenkins and make sure that this account is properly configured to access SourceSafe. Best approach would be to login to buil

Re: build flow plugin and scm changes

2013-07-15 Thread blaz
If I understand correctly you actually have two independent jobs. You shouldn't use flow plugin just to monitor repository and then start downstream jobs. Each job should be configured independently with different SCM trigger. -- You received this message because you are subscribed to the Goog

Re: Current build artifact

2013-07-08 Thread blaz
All tasks within same job execution start in same directory. In such case there should not be any problems with finding build artifacts. This case is not really Jenkins specific. If you want to use artifacts of job A in job B (triggered by job A) you should use Copy Artifact Plugin

Re: Find out which project uses a specific SCM repository

2013-06-11 Thread blaz
You can use XML API. For Subversion repositories you would use query like this: http://mybuildserver.example.org/api/xml?depth=3&xpath=/hudson/job[contains%28scm/location/remote,%22pd%22%29]/name&wrapper=jobs For Mercurial you will first have to inspect layout of scm element in job. You can ge

Re: Looking for a Log File Reporting Parser

2013-04-25 Thread blaz
I use http://wiki.hudson-ci.org/display/HUDSON/Log+Parser+Plugin You can use regular expressions to classify log entries as info, warning or error. You can configure job to fail if there are warnings or errors present in log. This may not be exactly what you are looking for, since plugin parses

Re: Automatic delete builds - promote plugin

2013-04-25 Thread blaz
For jobs with enabled "Discard Old Builds" you can mark individual builds as 'Keep forever". This functionality does not require promoted builds plugin, however marking build as "keep forever" can be part of a promotion. -- You received this message because you are subscribed to the Google Grou

Re: Optional build step that can be run on-demand from the build output page

2013-03-13 Thread blaz
You could use promoted builds plugin (https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin). -- 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 jenk

Re: Getting all Job Information from different Server

2013-02-06 Thread blaz
You should setup single Jenkins master with 0 executors. Individual departments would just manage slaves. This way all build information is gathered on master. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

Re: Passing parameter into Jenkins

2012-11-05 Thread blaz
Tokan Macro Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin) can read properties from property file.

Re: Serializing commits to multiple git repositories

2012-10-16 Thread blaz
So basically you want to use Jenkins as gatekeeper. Validated merge plugin (http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-features-validated-merge-plugin.cb) from CloudBees is probably what are you looking for. I'm not sure if it is freely available.

Re: Jenkins as a Windows service

2012-06-18 Thread blaz
So if I understand correctly you can access Jenkins web interface locally but not remotely?! Did you remember to open port 8088 on firewall? Does your Jenkins server listen for connections on all interfaces or just loopback interface? IE message "Internet Explorer cannot display the web page" is

Re: Don't rerun passed builds

2012-04-17 Thread blaz
I encountered similar problem when clock on Subversion repository was ahead of clock on Jenkins server. I'm guessing you may be experiencing similar problems with Git. If you don't have control over clock on SCM server, you can always increase Jenkins quiet period to exceed time difference. This

Re: After upgrade Jenkins stuck with "Please wait while Jenkins is restarting"

2012-04-17 Thread blaz
On Windows Jenkins has to restart service that is hosting it. What you are describing will happen when this service executes under account that does not have enough privileges to restart the service. Check Jenkins log files (jenkins.err.log). You will probably see something like this: 29.3.2011