Re: disable jenkins autostart on ubuntu

2013-12-03 Thread Mike Bayliss
update-rc.d jenkins disable On Tue, Dec 3, 2013 at 1:20 PM, tomasz ducin tomasz.du...@gmail.com wrote: I've installed jenkins on my ubuntu 11.10 according to the official tutorialhttps://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu. Anyway, I don't want jenkins to

Restarting with job execution stopped.

2013-12-17 Thread Mike Bayliss
Is there any way of starting the Jenkins master so that it won't try to run jobs? I want a quiet period after a backup and restart to do things like add/upgrade plugins and remove old data without users getting jobs scheduled. This is on an Ubuntu system so I need a Linux based solution.

Re: email-ext tokens for Build Failure Analyzer

2014-01-15 Thread Mike Bayliss
This isn't working for me - the script is run but failureCauses.size() isn't more than 0, even though three causes have been matched in my test case. This is Jenkins core 1.546, with BFA 1.5.1 and email-ext 2.37.1 (server is Ubuntu 12.04, java version 1.7.0_25). Any ideas what I'm missing?

Re: Strategies to disk-risk a Jenkins upgrade

2014-03-05 Thread Mike Bayliss
I only update or add a plugin if it's needed by a user or fixes a bug that's getting in the way. Since I'm driven by what users want I don't restrict myself to LTS releases. I run a parallel Jenkins setup with jobs that exercise each plugin we use, and will only update the production system if

Re: The result of the email template testing is different in different web browsers

2014-03-21 Thread Mike Bayliss
After an example of including the failure cause in the email was posted to this last last December I tried to get it working. Eventually I contacted the owner of the build failure plugin off list and received an explanation that this will never work because the build failure analyzer always runs

Re: junit marks build as failed

2014-05-19 Thread Mike Bayliss
You could write a dummy file that just describes each test as skipped. That way your dummy results are actually accurate and won't mislead when compared againt other runs. Mike On Mon, May 19, 2014 at 1:18 PM, Mark Waite mark.earl.wa...@gmail.comwrote: You could search for a plugin which

warning about reverse proxy set up is broken

2014-08-11 Thread Mike Bayliss
I've just started upgrading (from version 1.550) to 1.574 and I'm seeing the warning about the reverse proxy setup for the first time. I'm running the debian package as a service on Ubuntu 12.04 and do not have any webserver on the system, nor do I have the reverse proxy plugin installed. Can I

Re: warning about reverse proxy set up is broken

2014-08-11 Thread Mike Bayliss
: This happens when the configured location (URL) of Jenkins in Manage Jenkins ยป Configure System is different from how you're actually accessing Jenkins. On 11.08.2014, at 10:10, Mike Bayliss mike.bayl...@gmail.com wrote: I've just started upgrading (from version 1.550) to 1.574 and I'm seeing

Re: Build Failure Analyzer - Email Ext

2014-09-29 Thread Mike Bayliss
This came up some time ago when this code sample was posted: j:jelly xmlns:j=jelly:core xmlns:st=jelly:stapler xmlns:d=jelly:define BODY j:set var=failureCauses value=${it.getAction('com.sonyericsson.jenkins.plugins.bfa .model.FailureCauseBuildAction').getFoundFailureCauses()}/

Re: Build Failure Analyzer - Email Ext

2014-12-17 Thread Mike Bayliss
for any other mail program. (But I'd still like to know how to trigger the scan from Jelly or Groovy so I could do this cleanly.) Mike On Mon, Sep 29, 2014 at 3:01 PM, Mike Bayliss mike.bayl...@gmail.com wrote: This came up some time ago when this code sample was posted: j:jelly xmlns:j

Using signed SSL certificates to start Jenkins

2015-04-03 Thread Mike Bayliss
I've no problems starting Jenkins with a self signed certificate, but now I'm trying to use one signed by my employer. I generated a certifcate request with openssl (files host.csr and host.pem) and the signing process has returned me a certificate (host.crt) and a signing chain (host.p7b). I

Re: Using signed SSL certificates to start Jenkins

2015-04-03 Thread Mike Bayliss
, 2015 at 2:54 PM, Mike Bayliss mike.bayl...@gmail.com wrote: I've no problems starting Jenkins with a self signed certificate, but now I'm trying to use one signed by my employer. I generated a certifcate request with openssl (files host.csr and host.pem) and the signing process has returned

Re: New Free Monitoring & Alerting tool for Jenkins

2016-06-22 Thread Mike Bayliss
And less than a day after watching the video I get a LinkedIn contact request from somebody I don't know at ALMtoolbox. Mike On Tue, Jun 21, 2016 at 1:48 PM, David Cohen wrote: > Hello to all Jenkins folks, > > I'd like to inform you that for the first time, we now

Re: Jenkins 2.0 alpha release available

2016-03-02 Thread Mike Bayliss
OK - I've the debian/ubuntu package - it's at http://pkg.jenkins-ci.org/debian-rc/binary/jenkins_2.0_all.deb. The link needs correcting on the 2.0 landing page. Mike On Wed, Mar 2, 2016 at 2:59 PM, Mike Bayliss <mike.bayl...@gmail.com> wrote: > Is the Ubuntu package supposed to be

Re: Summary of changes build information

2016-11-07 Thread Mike Bayliss
If you look at the page for the email-ext plugin there are links to groovy scripts that will find the change history for a job. Mike On Sat, Nov 5, 2016 at 12:21 AM, wrote: > If I view build information I see

Mercurial configuration on agent being ignored.

2017-09-22 Thread Mike Bayliss
I've just upgraded my master (ubuntu 16.04) from version 2.60.2 to 2.60.3 and mercurial polling has just started to fail. First problem, an Ubuntu agent polling a repository with largefiles (mercurial on the agent has the largefiles extension enabled).: Polling SCM changes on cache [test cache]

Re: Mercurial configuration on agent being ignored.

2017-09-22 Thread Mike Bayliss
Just let me correct the version numbers - 2.60.1 is OK, the problem appears at 2.60.2 Mike On Fri, Sep 22, 2017 at 11:15 AM, Mike Bayliss <mike.bayl...@gmail.com> wrote: > I've just upgraded my master (ubuntu 16.04) from version 2.60.2 to 2.60.3 > and mercurial polling has just sta

Using multiple AD servers

2019-09-16 Thread Mike Bayliss
Does anybody have experience with using multiple Active Directory servers? Specifically, we're looking a case where our users will gradually migrate from one AD domain to another, using a SIDhistory attribute in the new AD to match against the objectSID in the old AD. Is that supported by Jenkins

HTTPS problems after upgrade to 2.277.3

2021-05-25 Thread Mike Bayliss
I've just upgraded from Jenkins 2.263.4 to 2.277.3 and I'm hitting an intermittent (but too frequent) issue where submitting a job configuration change can trigger either a "Secure Connection Failed" error (FireFox) or ERR_EMPTY_RESPONSE (Chrome). Everything else seems to be OK. This is Ubuntu