Lots of org.jenkinsci.remoting.util.AnonymousClassWarnings in agent logs

2018-03-27 Thread Matthew.Webber
Recently, I've been seeing warnings in the Agent logs that look like this: Mar 27, 2018 8:11:53 AM org.jenkinsci.remoting.util.AnonymousClassWarnings warn WARNING: Attempt to (de-)serialize anonymous class hudson.FilePath$26; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/

RE: "Jenkins is going to shut down" ad infinitum

2017-11-22 Thread Matthew.Webber
Anything in the logs? Did anyone install https://wiki.jenkins.io/display/JENKINS/Post-initialization+script? Matthew -- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the

Warning about PostBuildScript plugin 1.1.0

2017-11-22 Thread Matthew.Webber
If you use the PostBuildScript plugin (https://plugins.jenkins.io/postbuildscript) and are considering upgrading to 1.1.0, can I suggest that you look at ticket https://issues.jenkins-ci.org/browse/JENKINS-48169 first. The upgrade caused us a lot of problems. -- This e-mail and any

RE: Updated Hotlist please share your daily requirements..

2017-02-22 Thread Matthew.Webber
It might also be worth going to the Google Groups page and marking the message as spam. (Go to https://groups.google.com/forum/?hl=en#!forum/jenkinsci-users, find message, then on the far right-hand side of the message, click the drop-down box and select “report abuse”). Matthew From:

RE: Unexpected workspace cleanup caused job to fail

2017-01-13 Thread Matthew.Webber
Could this be related to https://issues.jenkins-ci.org/browse/JENKINS-27329? Matthew >> Last night one of our regression tests failed part way through because its >> workspace was spontaneously deleted. The system log shows that ‘Workspace >> clean-up’ happened at the time of the failure: --

RE: How To Send An Administrative Email

2017-01-03 Thread Matthew.Webber
>> We want to take Jenkins down for maintenance and give several days notice to >> the users.  Is there an easy way to send an administrative email to that >> effect? There’s no email option that I am aware of, but you can have a message displayed on every web page. This is set via "Manage

RE: Bitbucket really slow ? Jenkins can't pull from Bitbucket

2016-12-06 Thread Matthew.Webber
> Anyone is experiencing a flaky Bitbucket this morning ? > Cloning is taking hours !! xD my pipelines are blocked during Git cloning ? Did you check https://status.bitbucket.org/? That isn’t reporting any issues, so the problem may be local to you, or somewhere in the network between you and

RE: Mirror problems for 2.28?

2016-10-31 Thread Matthew.Webber
I see the same problem ( coming from the UK, Monday 31/Oct), and I suspect that push to the mirrors was either not initiated, or has failed. Matthew >>> is the mirror system partly down? 2.28 is reported by the update center since yesterday, but

RE: SonarCube pluging not working.

2016-10-12 Thread Matthew.Webber
If you google for “Unsupported major.minor version 52.0” you’ll find the answer to that – you have class files compiled with one Java version (probably some pre-compiled .jars you got from somewhere), but you are running under a different Java version ( the class files are probably Java 8, and

RE: Jenkins job triggered by gerrit vote

2016-09-14 Thread Matthew.Webber
It is possible to trigger a job when a Gerrit comment is added, although that is not how it is normally set up. There is no trigger event for just voting. If you are having a problem with a specific job, you need to look at the configuration for the job to see when it is triggered. If this is a

RE: CAS plugin with Jenkins 2

2016-08-10 Thread Matthew.Webber
I use the CAS plugin v1.2.0 using CAS protocol 2.0, and Jenkins 2.17. We have not had any CAS-related issues (never, I think). However, we run our Jenkins on http (not https), using the embedded web server (Jetty?), and not in a container like Tomcat. Did you have this working, and then it

RE: Does Role-based Authorization Strategy has users limit?

2016-06-23 Thread Matthew.Webber
If you search the Jenkins Jira for “maxFormContentSize”, that gives some solutions to a similar problem. However, I’m not sure if they apply in this particular case. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Raj Meghraj Sent: 22 June 2016

RE: How to postpone job execution until after another job has finished

2016-06-03 Thread Matthew.Webber
Try https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin . Note: there are a number of other plugins that do a similar thing, but as far as I can tell, the Throttle Concurrent Builds Plugin is the one that is being maintaind, and is the preferred one to use. From:

RE: Trigger Parameterized Builds plugin with Environment Injector Plugin not working

2016-06-03 Thread Matthew.Webber
When reporting problems or asking questions, it’s often a good idea to let folks know what release you are on. Think about what you would need to know if someone asked this question of you. So, did you upgrade to Jenkins 2.3? If not, what changed? If so, did you read

Dealing with job posting spam

2016-05-17 Thread Matthew.Webber
There have been a number of spam postings lately from a "swati rakh" (various job advertisements). If sufficient people to go the web interface for this Google Group (https://groups.google.com/forum/?hl=en#!forum/jenkinsci-users) and report the postings as spam, that should (in theory) result

RE: $MVN_RELEASE_VERSION missing after Upgrade to Jenkins 2

2016-05-12 Thread Matthew.Webber
Set `-Dhudson.model.ParametersAction.keepUndefinedParameters`=true to allow undefined parameters to be injected as environment variables or `-Dhudson.model.ParametersAction.safeParameters=[comma-separated list]` to whitelist specific parameter names, even though it represents a security breach

RE: How can semaphores be used to avoid race conditions in Jenkins?

2016-05-05 Thread Matthew.Webber
You probably want the https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin Matthew From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Robert Kruck Sent: 05 May 2016 13:45 To: Jenkins Users Subject: How can semaphores be used to

RE: Changelog "Community ratings" not displayed

2016-04-27 Thread Matthew.Webber
>> It's a known issue. We just haven't had the time to restore this service >> between everything else going on right now. No worries Daniel, I appreciate that things are busy at the moment. Matthew -- This e-mail and any attachments may contain confidential, copyright and or privileged

Changelog "Community ratings" not displayed

2016-04-27 Thread Matthew.Webber
If I go to the Jenkins Changelog page (new wiki version) at https://jenkins.io/changelog/, and click "Community ratings", I do _not_ see the individual ratings for each release. I tried using a number of different browsers on different OSes. Does anyone else have this problem? Thanks Matthew

RE: Some Jenkins servers are down

2016-04-26 Thread Matthew.Webber
I see the same problem, connecting from the UK. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jirí Engelthaler Sent: 26 April 2016 09:55 To: Jenkins Users Subject: Some Jenkins servers are down Not working servers - Connection timeout:

RE: How can we use a variable for E-mail Notification Recipients field of a job ?

2016-04-20 Thread Matthew.Webber
We use variables exactly as per your method (1), and it just works. Syntax is ${DAQ_MX_email_list}. You’re going to need to give us a bit more info about your configuration. What release of Jenkins are your running? Are you using the regular mailer, or the extended email plugin? Sorry to ask,

RE: Conditional Step Regular Expression Match

2016-03-01 Thread Matthew.Webber
As far as I can see, the “Label” is just a string. So Label=[NAP-Client,NAP-Server] does not try comparing 2 different string with the regex, it’s simply a single string that happebns to have a comma in the middle of it. That comma does not means anything special, because this is not a regex.

RE: Conditional Step Regular Expression Match

2016-03-01 Thread Matthew.Webber
A regex that starts with .* and ends with (opt1|opt2)* will always match all strings. I think you want something like .*( opt1|opt2)+ where the trailing + means at least one thing from opt1|opt2 must be present. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]

WARNING: Matrix Authorization Strategy Plugin 1.3 broken (was: RE: matrix-auth plugin update failure)

2016-02-23 Thread Matthew.Webber
Yes, I had this problem. I upgraded “Matrix Authorization Strategy Plugin” to 1.3, and “CloudBees Folders Plugin” to 5.2.1, both of which just became available. The result was that Jenkins would not ever start. I’ll update the ticket! Matthew Webber From: jenkinsci-users@googlegroups.com

RE: Integration Jenkins with SSO enabled JIRA

2016-02-11 Thread Matthew.Webber
When you say “our own SSO authentication”, do you mean a system you wrote yourself? We use CAS for SSO, and there is a Jenkins plugin for it - https://wiki.jenkins-ci.org/display/JENKINS/CAS+Plugin If you have your own SSO, you might want to look at the source code for that. From:

RE: Jira login down?

2016-02-09 Thread Matthew.Webber
Also down for me – attempting to log in generates the message “Sorry, a communication error occurred while trying to contact the remote authentication server.” Matthew Webber From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jon Schewe Sent: 09

RE: Regular expression for conditional build step?

2015-12-04 Thread Matthew.Webber
My jobs have something like ${ENV,var="GDA_squish_job_to_trigger"}/ Note var is in lower case, and the quote surrounding the variable name Matthew Webber From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 04 December 2015 09:07 To:

RE: Matrix Authorization Strategy Plugin - max number of user entries?

2015-11-18 Thread Matthew.Webber
I’m don’t know whether that setting will solve the problem or not (it depends on what “maxed out” means: was there an error message or traceback? When reporting problems, it often a good idea to provide specific details about what happened when the error occurred.) If you do want to change the

RE: Jenkins ignoring No Host proxy setting

2015-11-17 Thread Matthew.Webber
My understanding is that the setting you describe ONLY applies to Jenkins installing plugins. When you say that Jenkins is ignoring your no-proxy settings, do you mean when you install plugins, or for other things? What platform are you on? Matthew From: jenkinsci-users@googlegroups.com

"discard old builds" setting disappeared

2015-11-12 Thread Matthew.Webber
Just a heads up: If you are running Jenkins 1.637 and look at the job configuration for a job which had "Discard old builds" set, the setting is no longer there ("Discard old builds" is _un_ticked). The job's config.xml file itself is ok, and I found that reverting to 1.634 fixed the problem.

RE: Dropdown buttons not working in Jenkins

2015-10-21 Thread Matthew.Webber
5.2 is not a Jenkins version – can you check the actual version, and post it back Some info on what browser might be worth supplying also. Was anything changed before you noticed the problem (change of Jenkins version, update of plugins etc). From: jenkinsci-users@googlegroups.com

RE: password change option through email

2015-10-12 Thread Matthew.Webber
> Is there any plugins to provide option for noraml user to reset password by > email. My agenda is user itself should change the password when he/she forgot > the password I’m not aware of any, but anyhow won’t that depend on what authentication method Jenkins is using? There are quite a few

RE: Pass parameters to Ant build in URL

2015-10-02 Thread Matthew.Webber
Is myParameter defined as a build parameter in the job that you trigger? As far as I know, you can’t use the URL to pass arbitrary parameters, only pre-defined ones. If myParameter _is_ a job parameter, how is your ant script referencing it? Matthew From: jenkinsci-users@googlegroups.com

RE: workspace question

2015-09-24 Thread Matthew.Webber
When you say “view the workspace”, what exactly are you doing? Are these Linux or Windows slaves / master? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of uscengin...@gmail.com Sent: 24 September 2015 10:55 To: Jenkins Users Subject: workspace

RE: Jenkins slave error

2015-09-24 Thread Matthew.Webber
Are you using an old version of slave.jar? It needs to be compatible with the version of master. Also, when reporting problems, it helps to say what Jenkins version you are running, and on what platforms. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf

RE: Patterns in Role-based strategy

2015-09-16 Thread Matthew.Webber
Try (?!.*PROD).* Matthew -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ginga, Dick Sent: 15 September 2015 20:28 To: jenkinsci-users@googlegroups.com Subject: RE: Patterns in Role-based strategy I've tried them

RE: How to solve this error in jenkins.

2015-08-20 Thread Matthew.Webber
Vineet, If you want people to help you, you need to ask your questions in a better way. (1) If you have text that you want to show us, paste it into your email as text – don’t attach it as an image, since that means no-one can copy/paste lines from the text. (2) Don’t just give an error message

RE: Jenkins 1.625 has no release note?

2015-08-19 Thread Matthew.Webber
When I saw no major user-visible changes, I thought that user referred just to Jenkins users (rather than Jenkins administrators), and hence to me the message meant no major UI nor behaviour changes. A major refactor might have no major user-visible changes, but would be high-risk. So, the

RE: Jenkins 1.625 has no release note?

2015-08-19 Thread Matthew.Webber
'No notable changes' would probably have sufficed and prevented the entire what's a user? confusion, true. Works for me. Thanks -- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are

RE: Jenkins CI with repo

2015-08-06 Thread Matthew.Webber
Hi Harisha, If we have changes across multiple repositories that need to be tested together, our developers push them to the Gerrit review queue and specify a Gerrit topic (push to refs/for/master%topic=ABC). All related changes have the same topic. The test jobs in Jenkins that are normally

RE: Changelog on Jenkins wiki broken

2015-08-06 Thread Matthew.Webber
Thanks Daniel, for some reason I didn’t realize that we'd moved to a weekly release schedule. Matthew -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: 06 August 2015 10:45 To:

Changelog on Jenkins wiki broken

2015-08-06 Thread Matthew.Webber
If I look at the Jenkins changelog (http://jenkins-ci.org/changelog), it tells me that 1.623 was released on 2015/08/02, but the list of What's new is empty. Is this a glitch in the release process? I'm one of those people who likes to run the latest version (or near it), but wants to know what

Discard only some artifacts?

2015-08-06 Thread Matthew.Webber
I'm aware of the options for keeping old builds but deleting old artifacts. I have a slightly different requirement: I want to delete _some_ of the artifacts from old builds, but keep the builds themselves plus some of the artifacts. My artifacts comprise some large binaries (which I don't need

RE: Gerrit Trigger Plugin v2.13+ - dynamic triggers not working

2015-08-04 Thread Matthew.Webber
Gerrit Trigger Plugin 2.14 is working for us, and as far as I recall 2.13 did as well. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Frank Bartz Sent: 04 August 2015 08:07 To: Jenkins Users Subject: Re: Gerrit Trigger Plugin v2.13+ - dynamic

RE: Gerrit Trigger Plugin v2.13+ - dynamic triggers not working

2015-08-04 Thread Matthew.Webber
We’re using dynamic triggers (i.e. some job configurations specify a “Dynamic Trigger Configuration”), and that works. I’m not sure what you mean by “dynamic trigger url”. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Sent: 04 August 2015 09:09 To:

RE: How to know from the local job that a remote job from another Jenkins instance kicks it off ?

2015-07-23 Thread Matthew.Webber
Are you talking about: 1 HUDSON master and 1 Jenkins master 2 Jenkins masters 1 Jenkins master and 1 Jenkins slave From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Zk W Sent: 23 July 2015 01:00 To: jenkinsci-users@googlegroups.com Subject: How to

RE: Jenkins link for 1.621 not working from Manage Jenkins

2015-07-23 Thread Matthew.Webber
If you look at the messages in the group from yesterday, you will see that this is a known problem, so no additional confirmation is needed. See https://issues.jenkins-ci.org/browse/JENKINS-29518 for details. I’m sure someone will post here when 1.621 is available. From:

RE: Forcing another job to run immediately on same node

2015-07-20 Thread Matthew.Webber
I don’t think there is any way of doing this. Can you explain what you are trying to achieve? If your idea is that Job B will reference the workspace from Job A, then in Jenkins that’s an anti-pattern. The correct approach in that case is for Job A to archive some artifacts, and then Job B

RE: Strange issue with copy artifact plugin not copying everything

2015-06-19 Thread Matthew.Webber
The first step is to determine whether the problem is that the files are not being archived in the upstream job, or whether they are archived but then not subsequently retrieved by the CopyArtifact plugin in the downstream job. Look on the Jenkins master itself, in

RE: Sort order

2015-06-04 Thread Matthew.Webber
The sort order of the trend report has also been reversed in 1.616 (and maybe 1.615 as well). It is now old -- new, should be new--old as previously. Presumably the same underlying cause. -Original Message- From: jenkinsci-users@googlegroups.com

RE: text-finder-plugin

2015-05-27 Thread Matthew.Webber
Why not just add another build step that does “find” and “grep”, and exits with the appropriate return code? (I’m assuming you’re on Linux here) Matthew From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Angela Kim Sent: 27 May 2015 15:48 To:

RE: How can I use 'Jenkins own user database' to login while the `OpenID SSO` is on?

2015-05-26 Thread Matthew.Webber
As far as I am aware, you can’t do this. Jenkins only supports using one authentication method at a time. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of icetree521 Sent: 26 May 2015 10:11 To: jenkinsci-users@googlegroups.com Subject: How can I use

RE: How can I get a promotion to run on the same host?

2015-05-26 Thread Matthew.Webber
It sounds like you want the promotion job to be reading files from the workspace of the parent build that is being promoted. If so, that’s the wrong way to do it. From https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin: Do not rely on files in the workspace The promotion action

1.611 not offered for update

2015-04-28 Thread Matthew.Webber
According to the Jenkins changelog http://jenkins-ci.org/changelog, Jenkins 1.611 has been out for a few days now. However, my Jenkins is only offering me an upgrade to 1.610 (I'm currently on 1.609). Going to http://jenkins/pluginManager/advanced and hitting Check Now makes no difference.

RE: Efficiently copying artifacts

2015-04-27 Thread Matthew.Webber
Note that in Jenkins, copying files directly from another workspace is an anti-pattern. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Maciej Jaros Sent: 27 April 2015 09:40 To: jenkinsci-users@googlegroups.com

RE: Efficiently copying artifacts

2015-04-27 Thread Matthew.Webber
Are you using Archive Artifacts in the upstream job, and the Copy Artifact plugin in the downstream job? This is the standard method. If so, maybe the upstream job should produce a single zip file , which the downstream job and get and unzip. Matthew -Original Message- From:

RE: Getting java exceptions while running my job from Jenkins server

2015-04-22 Thread Matthew.Webber
You will increase the chances of someone responding if you provide some context. What version of Jenkins? What platform(s)? Did this work in the past, and then stop working (if so; what changed?), or are you trying something new? From: jenkinsci-users@googlegroups.com

RE: Can't Find TestFile for VS Test

2015-04-07 Thread Matthew.Webber
Do you need quotes around the path? It looks like it’s stopping at the first blank. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of SkierDude1959 Sent: 07 April 2015 00:28 To: jenkinsci-users@googlegroups.com Subject: Can't Find TestFile for VS Test

RE: How to read the logged in user's password in Jenkins as plain text?

2015-03-30 Thread Matthew.Webber
Take a look at https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mantoo Ankalakoti Sent: 30 March 2015 10:13 To: jenkinsci-users@googlegroups.com Subject: RE: How to read the logged in

RE: How to read the logged in user's password in Jenkins as plain text?

2015-03-30 Thread Matthew.Webber
Mantoo (original poster), if you tell us what you are trying to achieve, there might be a better way to do it that does not need the user’s password. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Brantone Sent: 30 March 2015 08:38 To:

RE: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-17 Thread Matthew.Webber
Indeed, I see you're correct - when you specify Which Build, there is an option Copy from WORKSPACE of latest completed build. As you say, of dubious merit, but doable. -Original Message- The copy artifact does _not_ copy from the workspace Actually, it does. Weird and basically

RE: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Matthew.Webber
The copy artifact does _not_ copy from the workspace, it only copies the artifacts that Jenkins saves. You can copy saved artifacts from as many different jobs as you want – you just need multiple “copy artifacts” steps. From: jenkinsci-users@googlegroups.com

RE: Stop builds for a period of the day

2015-03-02 Thread Matthew.Webber
Just be aware that jobs that are scheduled to run during that period are still scheduled, and you see them waiting in the Build Queue. Also, be careful if you have slaves configured “take this slave on-line when in demand, and off-line when idle”. If you have a job that Is tied to a particular

Is the changelog Community ratings broken?

2015-02-10 Thread Matthew.Webber
On the Jenkins changelog (http://jenkins-ci.org/changelog), I click Community ratings, but I don't see the ratings for each version (I _do_ see the description of what the rating icons mean). This has been broken for me for some time (a week or more?), and on both Firefox (Linux) and Chrome

RE: Role strategy not filtering jobs

2015-02-02 Thread Matthew.Webber
I use the Role Strategy plugin. The regex works for most things, but not for create job, there is a design issue - see https://issues.jenkins-ci.org/browse/JENKINS-19934 If you are having a problem, you will need to give details about exactly what doesn’t work. -Original Message-

RE: Build Blocker Plugin: How can I tell what is blocking a job from running

2015-01-22 Thread Matthew.Webber
I am using the Build Blocker Plugin to stop conflicting jobs running at the same time. ... I can’t help with your specific question, but are you are aware of https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin which looks like it can achieve the same things as the

RE: Required People Soft Techno Functional NA Payroll Consultant

2015-01-15 Thread Matthew.Webber
I suggest people go to the Google Groups web interface, find the message, and click “report abuse” and mark it as spam. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard Bywater Sent: 14 January 2015 21:51 To: jenkinsci-users@googlegroups.com

Gerrit Trigger plugin - detect when number of failing tests has INCREASED

2015-01-12 Thread Matthew.Webber
I've just started experimenting with the Gerrit Trigger Plugin. It's great, but I have one problem: If the build job is UNSTABLE (i.e. if any tests fail) Jenkins will post this status back to Gerrit, and flag the Gerrit patchset as not passing. That strategy only works if the normal condition

RE: jenkins group while in job is not the same as in terminal

2014-12-03 Thread Matthew.Webber
Is the job running on a slave? Matthew -- 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. To view this discussion on

RE: HowTo save the last successful build?

2014-10-29 Thread Matthew.Webber
As far as I know, Jenkins always keeps the last successful build, even if you are using “discard old builds”. Are you observing something different? From: moni.schaefer@googlemail.com [mailto:moni.schaefer@googlemail.com] Sent: 29 October 2014 08:00 To: jenkinsci-users@googlegroups.com

Jenkins problem with clocks going back?

2014-10-27 Thread Matthew.Webber
This morning, checking the Manage Jenkins page, it said: Some projects have builds whose timestamps are inconsistent. These will confuse Jenkins when it tries to look up build records. There is a link to http://jenkins-ci.org/issue/18289. What happened is that the clocks went back (end of

RE: Jenkins problem with clocks going back?

2014-10-27 Thread Matthew.Webber
As the originator of this thread, thanks for your responses. We're on Linux, so the Windows concerns thankfully don’t apply. As stated, the usual way to handle this kind of thing is for the server to keep time in UTC, and the application converts to local time for display etc. purposes. The

RE: Can we print Master name in slave machine

2014-10-15 Thread Matthew.Webber
I’m quite confused about what it is exactly you are asking for. Are you asking for the name of the master machine, or the name of a job, or the name of an upstream job? When you say “I need to find out who is running”, what do you mean? Does you project need to find out its own name? Can you

RE: Can we print Master name in slave machine

2014-10-15 Thread Matthew.Webber
Now I’m really confused. You said: In slave logs it's printing as below. Started by upstream project Iphone7.4Autohttp://192.168.2.28:8080/job/Iphone7.4Auto/ build number 1527http://192.168.2.28:8080/job/Iphone7.4Auto/1527 originally caused by: Started by upstream project

RE: ask for files before build

2014-10-15 Thread Matthew.Webber
You can't prompt for a file in a build step, since at that point there is no user to ask! The jobs is already running. If you want to prompt a user, then the only point it makes sense to do that is when the job is started - Mark's suggestion tells you how to do that. Perhaps you can explain

RE: Disabling archiving artifacts

2014-10-14 Thread Matthew.Webber
Can’t you just edit the job configuration and delete the “Archive Artifacts” post-build step? From: John D. Ament [mailto:john.d.am...@gmail.com] Sent: 14 October 2014 01:50 To: jenkinsci-users@googlegroups.com Subject: Disabling archiving artifacts Hi, I have a job, in which I use Artifactory

RE: Can we print Master name in slave machine

2014-10-14 Thread Matthew.Webber
When you say you want to print the “master name”, what exactly do you want to print? And where / when do you want to print it? I don’t understand what you are trying to achieve here – can you explain in more detail? From: Panikera Raj [mailto:panikera.raj...@gmail.com] Sent: 14 October 2014

RE: Build step 'Invoke Ant' marked build as failure

2014-09-30 Thread Matthew.Webber
Don’t these error messages tell you what the problem is? Caused by: java.lang.IllegalStateException: Fail to connect to database Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connection is broken: java.net.ConnectException: Connection refused:

RE: Jira site down ?

2014-09-26 Thread Matthew.Webber
I see the same thing; Fri 26/Sep/2014 08:40 UTC from south-east England. The server is up enough to return 503 temporarily unavailable, so it may be that this is intended downtime. -Original Message- From: Hiteswar [mailto:hits...@gmail.com] Sent: 26 September 2014 09:31 To:

RE: Jenkins copy files to next/current build number

2014-09-18 Thread Matthew.Webber
You don’t say what your question is, which makes it hard to answer! You probably need https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin From: techie24...@gmail.com [mailto:techie24...@gmail.com] Sent: 18 September 2014 15:36 To: jenkinsci-users@googlegroups.com Subject: Re:

RE: Upgrade woes (1.579)

2014-09-09 Thread Matthew.Webber
If you look at the Jenkins changelog at http://jenkins-ci.org/changelog and click on Community Ratings, you can get some idea as to how other Jenkins sites are finding the new release. The Jenkins bug tracker is at https://issues.jenkins-ci.org/browse/JENKINS where you can search for and report

RE: Multi-configuration projects - Run configurations in parallel

2014-09-04 Thread Matthew.Webber
Take a look at https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin We use it, although not for multi-config projects Matthew From: sebastian söderqvist [mailto:soderqvist.sebast...@gmail.com] Sent: 04 September 2014 15:19 To: jenkinsci-users@googlegroups.com Subject:

RE: Spawning process in a job seems to be non working

2014-09-03 Thread Matthew.Webber
My guess is that ant.env(key:'BUILD_ID',value:'DO_NOT_STOP_MY_PROCESS_JENKINS') sets the environment variable in the spawned process, but not in the parent (Jenkins). That value needs to be visible to the Jenkins process. Matthew Webber From: Gábor Lipták [mailto:gabor.lip...@gmail.com]

Can an admin for this list unsubscribe Coinbase Support please

2014-08-21 Thread Matthew.Webber
Someone is subscribed to this list from some email address supp...@coinbase.com Coinbase Support. Could a list admin unsubscribe that address please? Reason: It looks like that email address has an auto responder, which means that some (though not all) messages to the Jenkins Users group result

Error message being displayed on Jenkins website

2014-07-31 Thread Matthew.Webber
When browsing on http://jenkins-ci.org/changelog, I see the following text displayed within the page: warning: unlink(/tmp/cache_lock): No such file or directory in /etc/drupal/6/sites/default/modules/cacherouter/Cache.php on line 128. Maybe someone wants to take a look at that. Matthew

RE: Mailer plugin

2014-07-29 Thread Matthew.Webber
I haven’t looked at the code, but it makes sense that emails be sent from the master. In the Jenkins configuration, you specify the SMTP server to use, and that is a global setting. If email was sent from slaves, then you would need to be able to configure the SMTP server on a slave –by-slave

Any comments on the UI changes in 1.572

2014-07-18 Thread Matthew.Webber
I noticed that according to the changelog (http://jenkins-ci.org/changelog), Jenkins 1.572 is the first stage of a UI redesign. Has anyone installed that, and if so, what did you think? We haven't upgraded yet, but would be prepared to in order that we can provide feedback - provided the first

RE: Can Jenkins forget passwords?

2014-07-02 Thread Matthew.Webber
If a job requires credentials tied to a particular user scope, are those credentials accessible if the job is timer-triggered? Triggered by an upstream job? Triggered by an upstream job that was triggered by the user? … by some other user? I really like the credentials work you’ve done,

RE: Want to build Jenkins job every after 15 seconds

2014-07-02 Thread Matthew.Webber
On the job configuration page, there is a section called “Build Triggers”. Select “Build periodically” and enter your schedule. There is help text available. From: Swapnil Pawar [mailto:vedant.swap...@gmail.com] Sent: 02 July 2014 09:42 To: jenkinsci-users@googlegroups.com Subject: Want to

RE: Jenkins 1.568 does not use latest svn repo format

2014-06-27 Thread Matthew.Webber
The SVN format can be specified through the web interface at Manage Jenkins -- Configure System -- Subversion Workspace Version. Although I think that commit files that I modify in the Jenkins checkout is a non-standard workflow that you might want to rethink. Can you explain why you're doing

RE: Not able to run MATLAB execution using shell script.

2014-06-26 Thread Matthew.Webber
Doesn’t matlab: command not found tell you what the problem is? If it works from the terminal but not under Jenkins, then the PATH is presumably different in the two cases. Did you try in from the terminal using the same userid that Jenkins runs under? From: Rachit Kumar

RE: svn update work on running client from JNLP but not as Windows service

2014-06-13 Thread Matthew.Webber
If you are issuing any svn command from an environment where there is no user to prompt, I suggest using the global option svn --non-interactive That means it will never hang waiting for a prompt. Instead, it will fail, and the output will tell you what happened. Matthew From: Juan Pablo

RE: Save job configuration returns an Oops page

2014-06-02 Thread Matthew.Webber
I'll have to make that an error condition then, saving a trigger with no recipient providers selected wouldn't make much sense. Sometime I might want to set up the trigger conditions and message text now, and fill out the recipients later (maybe I'm using this a template job). I don’t see any

RE: a few Jenkins questions

2014-05-29 Thread Matthew.Webber
Jenkins never wraps build numbers, so something has gone badly wrong. The number of the next build for each job is stored in file ${JENKINS_HOME}/jobs/jobname/nextBuildNumber, with the actual build results in ${JENKINS_HOME}/jobs/jobname/builds/. You might want to see if that directory was

Why is the LDAP plugin installed?

2014-05-27 Thread Matthew.Webber
According to https://wiki.jenkins-ci.org/display/JENKINS/LDAP+Plugin, the LDAP plugin was split out from the Jenkins core a long time ago. That doesn't look to be the case. I stopped Jenkins, deleted all ldap* from the plugins/ directory, and started Jenkins (this is 1.564). I see that an old

RE: Why is the LDAP plugin installed?

2014-05-27 Thread Matthew.Webber
Thanks Daniel. I can obviously disable the plugin, but what was not clear to me I why it was there in the first place. It probably should be removed from core - in fact there is already a ticket for this - https://issues.jenkins-ci.org/browse/JENKINS-20617 -Original Message- From:

RE: Can't download Subversion plugin 2.4

2014-05-19 Thread Matthew.Webber
I'm having trouble getting a reliable connection to the Jenkins web site, so I suspect there is a problem at that end. This is Monday morning UK time (GMT+1). From: David Aldrich [mailto:david.aldr...@emea.nec.com] Sent: 19 May 2014 08:58 To: jenkinsci-users@googlegroups.com Subject: Can't

No signature block found in downloadable hudson.plugins.groovy.GroovyInstaller

2014-05-19 Thread Matthew.Webber
When I attempt to update the list of available plugins using the Web UI, it hangs. I see this in the log: May 19, 2014 4:02:18 PM hudson.model.DownloadService$Downloadable doPostBack SEVERE: div class=errorimg src='/static/4ef349f5/images/none.gif' height=16 width=1No signature block found in

RE: Multiple jobs with locks

2014-05-16 Thread Matthew.Webber
The https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin plugin might do what you want. Define a category to represent the pipeline, and limit the category to one job only. From: Renato Rodrigues [mailto:h...@renatorodrigues.me] Sent: 15 May 2014 17:23 To:

RE: Multiple jobs with locks

2014-05-16 Thread Matthew.Webber
Ah, I see. The only thing I can think of is to also use the https://wiki.jenkins-ci.org/display/JENKINS/Priority+Sorter+Plugin so that D always runs before C, before B, before A. Does that work, or is it fragile / too complicated? Matthew From: Renato Rodrigues [mailto:h...@renatorodrigues.me]

  1   2   3   >