svn plugin: access build script resources that are above current workspace level

2013-11-20 Thread Michael
/xcodeprojects` when running a jenkins job for each project. Any other potential solution? Using svn 1.6.x and jenkins 1.538 Michael -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving e

Re: svn plugin: access build script resources that are above current workspace level

2013-11-20 Thread Michael
That worked smashingly, thank you. Michael Hanna On Wednesday, November 20, 2013 2:39:58 PM UTC-5, Daniel Beck wrote: > > Use SVN externals to reference the central scripts in each of the project > folders. > > On 20.11.2013, at 20:34, Michael > > wrote: > > &g

Change an 'aborted' build to a 'failed' build

2012-10-16 Thread Michael
When a build is aborted, either manually or by a timeout, then I want to change the status of the build to 'Failed'. I'm using the following code, in the Groovy post build plugin, to change an aborted build to a failed build: if ( hudson.model.Result.ABORTED == manager.build.result ) {

Access to the execution slot number on a build node

2012-10-22 Thread Michael
I have 4 execution slots on my master node which run similar jobs. I'd like to have access to the number of the slot that a build is running on that I can use it calculate a port offset for each build so that there is no clash of ports. Had a quick look at the API doc http://javadoc.jenkins-ci.o

Re: Access to the execution slot number on a build node

2012-10-23 Thread Michael
Thanks Chris, That is exactly what I needed. I'll use the EXECUTOR_NUMBER to solve the immediate problem. The port allocator plugin could be a more log-term solution. Cheers Michael. On Tuesday, 23 October 2012 01:56:17 UTC+1, Christopher Orr wrote: > > Hi there, > > On 10

Suppressing build log output from PostBuildTask

2013-01-29 Thread Michael
much prefer some way of stoping the text, not the output, of the post build tasks. Regards Michael. -- 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 emai

Jenkins starts as root

2013-03-28 Thread Michael
ice, like through Apache or something. Any advice for setting up on Linux? Thank you. Regards, Michael Powell -- 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

Looking for good Linux bash script examples

2013-03-28 Thread Michael
environment and need to know a good way of approaching it, that 1) preserves interactive (developer) usage of the build script and 2) plays nice with the CI environment running the shell script, facilitating the build. Thanks very much in advance... Regards, Michael Powell -- You receive

Trigger action just before a build is aborted.

2012-07-17 Thread Michael
*Use Case* A java process is causing the build to hang and as a result the build times out and the build is aborted. What I would like to happen is that a pre-abort action be triggered, for example run jstack on all the java processes. I understand that there could be a problem of this action

Re: miss changelist number in email-ext plug-in with Perforce

2012-08-02 Thread Michael
e is info on how to do that on > the wiki. > > Sent from my Windows Phone > From: michael chiu > Sent: 8/2/2012 8:50 AM > To: jenkinsci-users@googlegroups.com > Subject: miss changelist number in email-ext plug-in with Perforce > > Hi ALL, >Have anyone u

Re: Git Polling initiated by notifyCommit failing on remote since version 2.4.4

2016-03-31 Thread Michael
. Michael > On Mar 31, 2016, at 12:24 PM, Mark Waite wrote: > > Git plugin 2.4.0 requires at least git client plugin 1.18.0. > > Git plugin 2.4.4 requires at least git client plugin 1.19.6. > > Mark Waite > > On Thu, Mar 31, 2016 at 1:22 PM Michael Giroux <mai

Why is Jenkins' SCM polling not detecting changes in the repo?

2019-04-11 Thread Michael Moser
I have set up a couple of docker containers with an experimental CI pipeline (i.e. git (or actually gogs), jenkins, portainer, plus a postgres DB). For my first project I have defined a build pipeline that is supposed to poll the repo and - if there were changes to the master branch - it sho

Jetty Version Update

2019-05-13 Thread Michael Hagesfeld
Our RootScan is indicating we have an out of date Eclipse Jetty version: Scan Provided Extra Information: Installed version: 9.4 Fixed version: 9.4.16.v20190411 However, when I upgraded the io and util files to 9.4.18, it is still returning the same issue. Does anyone know: * How

Re: GitHub webhooks, where to put smee client if Jenkins is in a container?

2019-10-24 Thread Michael Neale
ld need to cook up an image with smee in it ready to go - I am not sure if one exists yet). On Thu, Oct 24, 2019 at 5:39 PM Craig Rodrigues wrote: > Michael, > > In your blog post: > > "Triggering builds with webhooks behind a secure firewall" > https://jenkins.io/blog

Re: GitHub webhooks, where to put smee client if Jenkins is in a container?

2019-10-24 Thread Michael Neale
ernetes, and if I had two separate physical machines, > one running Jenkins and one running smee, > would it be possible for smee to interact with Jenkins via the REST API? > > -- > Craig > > On Thu, Oct 24, 2019 at 1:01 AM Michael Neale > wrote: > >> Hi Craig, glad th

Re: GitHub webhooks, where to put smee client if Jenkins is in a container?

2019-10-24 Thread Michael Neale
want to try using a service which may disappear. > -- > Craig > > On Thu, Oct 24, 2019 at 2:39 PM Michael Neale > wrote: > >> yeah fair point it doesn't have to be right next to it - but it has to be >> somewhere it can reach /github-webhook endpoint - so could be a

Re: GitHub webhooks, where to put smee client if Jenkins is in a container?

2019-11-10 Thread Michael Neale
Hi Craig - I think that you need the trailing slash (as per the blog - I seem to recall it was very fickle about that, probably stapler!) On Sat, Nov 9, 2019 at 7:06 AM Craig Rodrigues wrote: > Michael, > > It looks like the smee client has a *--target* option to specify where

Re: GitHub webhooks, where to put smee client if Jenkins is in a container?

2019-11-13 Thread Michael Neale
Hrm - I didn't need to do anything like that, no. Unless something has changed since I tried it, I was using a very stock setup with the github plugin etc, and it worked fine if I setup the pipeline as a github source type. On Thu, Nov 14, 2019 at 9:02 AM Craig Rodrigues wrote: > Michae

Process the powershell result on the jenkins server

2020-02-26 Thread Michael Renner
Moin, I am new to this group but I have been using jenkins for many years. Now I have a request that I don't know what to do next. My jenkins server (Linux) connect to an agent on a Windows server and calls a power shell script. The script reports a result back, for example, "day", "night",

Re: Process the powershell result on the jenkins server

2020-02-27 Thread Michael Renner
ad the value in your bash script. > Or similarly, if you write the file in the upstream job as a properties > file "VARNAME=$value" then you can use that file to set a parameter to pass > to the downstream job (parameters from properties file). > > Eric > > O

parameterized-trigger-plugin update 2.35.2 -> 2.36 not starting jobs in postbuild

2020-05-12 Thread Michael Augustin
.35.2 worked. Does anybody had the same situation? Thanks for any help. Michael -- 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+unsu

After server migration: can no log in

2020-08-13 Thread Michael Renner
Moin, I migrated my single server instance from a i386 architecture to a modern AMD64 by executing the steps mentioned in https://stackoverflow.com/questions/8724939/how-to-move-jenkins-from-one-pc-to-another So far I used "Unix user/group database" as Security Realm, with other words my local

Re: After server migration: can no log in

2020-08-13 Thread Michael Renner
Moin, found the problem: User 'jenkins' needs to belong to group shadow to read /etc/shadowUser Am Donnerstag, 13. August 2020 15:39:07 UTC+2 schrieb Michael Renner: > > Moin, > > I migrated my single server instance from a i386 architecture to a modern > AMD

Push Jenkins-Job shell- and powershell code to git?

2020-09-15 Thread Michael Renner
Moin, we have many jobs with extensive shell- und powershell code in the build sections. Is there a chance to push the code to our internal GitLab server as soon as the code/job was modified and saved? That would be an easily accessible backup that would allow to recover a previous version if e.g.

Kubernetes plugin - container is not valid for pod

2020-09-21 Thread Michael Kanchuker‎
shell in it. I don't experience this in my other builds. I'm running Jenkins v2.249.1 and Kubernetes plugin v1.27.1. Your help is much appreciated, Michael Kanchuker. Jenkinsfile: podTemplate(label: "admin-builder", containers: [ containerTemplate(name: 'dock

Re: Kubernetes plugin - container is not valid for pod

2020-10-01 Thread Michael Kanchuker‎
Thank you very much, It works now. I didn't know pod template inheritance was a thing. Michael. On Friday, September 25, 2020 at 5:35:49 PM UTC+3 Vincent Latombe wrote: > Try changing your Jenkinsfile to: > > podTemplate( > containers: [ > containerTemplate(n

Re: Jenkins CVS

2013-06-06 Thread Michael Clarke
Suraj, The CVS plugin has used a java library for CVS connections since version 2.0. Please ensure you've upgraded to the latest CVS plugin and then try again. Thanks Michael On 7 Jun 2013, at 01:08, Suraj Nair wrote: Hello, I am running Jenkins on a WAS Server and trying to connect t

Having real problem importing a job config.xml from another Jenkins server

2013-06-11 Thread michael . browning
I am having problems importing a job config.xml from another Jenkins server. I don't have access to the other Jenkins server so I can not use the URL to import the job. I have tried creating a new Job in jenkins and then replacing the config.xml with the one from the other server. As soon as

Re: Having real problem importing a job config.xml from another Jenkins server

2013-06-11 Thread michael . browning
Any idea how to get around this, if I don't have access to the other Jenkins server? Thanks, Michael On Tuesday, June 11, 2013 9:18:50 AM UTC-7, KT wrote: > It is possible that plugin versions or the version of Jenkins is not the > same as the other server and a configuration

Re: Having real problem importing a job config.xml from another Jenkins server

2013-06-11 Thread michael . browning
Fixed the problem, the problem was an entry in the xml file, once I removed the entry it imported. ** false On Tuesday, June 11, 2013 9:00:12 AM UTC-7, michael@cisco.com wrote: > I am having problems importing a job config.xml from another Jenkins > server. I don't have ac

Jenkins build history is removed shortly after build

2013-06-26 Thread Michael Smolyak
after the build is run (say 15 minutes). There are no settings in the build configuration instructing Jenkins to remove the build history and artifacts. Why does it happen? Thank you, Michael -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

Jenkins with a DB?

2013-06-28 Thread Michael Barbine
Hello! I'm looking for some input on a proven way to put all of the data contained in the Jenkins XML or API into a RDBMS. Doesn't matter which one... I can move it around later. I found some plugins on the Jenkins site - any input on which is the best? I have some ideas on developing my ow

Re: Jenkins with a DB?

2013-06-28 Thread Michael Barbine
On Friday, June 28, 2013 4:14:46 PM UTC-4, Michael Barbine wrote: > > Hello! > > I'm looking for some input on a proven way to put all of the data > contained in the Jenkins XML or API into a RDBMS. Doesn't matter which > one... I can move it around later. >

Jenkins execute part of the job on master?

2013-07-02 Thread Michael Lasevich
Trying to understand master-slave relationship in jenkins node. Is it possible to execute MOST of the job (build) on a slave node, but the final step (one or more publishers?) on the master node? If I am writing my own plug in, how do I control where the plugin executes? Or can I? Thanks, -

Re: Jenkins execute part of the job on master?

2013-07-05 Thread Michael Lasevich
ode different than the node executing the job. Mark Waite -------- *From:* Michael Lasevich mailto:mlasev...@gmail.com>> *To:* jenkinsci-users@googlegroups.com <mailto:jenkinsci-users@googlegroups.com> *Sent:* Tuesday, July 2, 2013 10:17 AM *Subject

Re: Jenkins execute part of the job on master?

2013-07-05 Thread Michael Lasevich
l, a job executes on a single node, whether master or slave. I'm not aware of any facility that allows a Jenkins job to move execution steps to a node different than the node executing the job. Mark Waite ------

Groovy and Token Macro support for Email-ext

2013-07-17 Thread Michael Bukosky
Hi, I am currently trying to write a custom build/failure email for the Jenkins - Email-ext plugin. I decided to write the email as a groovy template because of the useful 'Email Template Testing' feature in Email-ext. I would like to use a combination of groovy script and the built in Token M

Re: Groovy and Token Macro support for Email-ext

2013-07-17 Thread Michael Bukosky
lStyle=true)} and ${FAILED_TESTS()}. Please >> give that a try. I should also be releasing a new version of email-ext >> soon, just have some final testing to do. >> >> >> On Wed, Jul 17, 2013 at 8:45 AM, Michael Bukosky >> >> > wrote: >> &g

Unique Identifier for Jenkins Projects

2013-07-23 Thread Michael Barbine
Hello, Does any one know of a place or a field in Jenkins that is static and unique for each project in the projects list in Jenkins? Is there a plugin out there that would give me a unique identifier for the project? The project name itself is not unique due to the fact that if you rename the j

polling for changes; where are credentials stored

2013-08-27 Thread Michael Hüttermann
Hello, for polling the version control system (e.g. Subversion) for changes, the Jenkins master is used, right? Where on the file system are the credentials stored, which are used to connect to Subversion to poll for existence of changes? Thank you. Michael -- You received this message

Re: Violations Plugin and JSlint

2013-09-12 Thread Michael Kusmiy
Following custom build of Violations plugin (to fix similar issue with FxCop reports) resolved issue for me: https://issues.jenkins-ci.org/browse/JENKINS-17548 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

Re: JNLP Slave on WinXP 64 bit gives error

2013-10-09 Thread Michael Landman
I see the same problem, often. Occasionally the agent crashes and doesn't recover from this, too. :( Has anyone been able to figure this one out? On Tuesday, September 10, 2013 3:27:16 AM UTC-4, Gaurang shah wrote: > > HI Guys, > > I am running one of the JNLP slave on windows xp 64 bit, however

Re: CVS error "file was lost" in matrix build

2013-10-14 Thread Michael Clarke
changed the files, I suspect something is going wrong with the way we manage the entries file. Could you add some details about your system to JENKINS-17965 (operating system, default file encoding, cvs server version etc). Thanks Michael > On 14 Oct 2013, at 21:53, Chris Cooper wrote: > > U

Re: CVS error "file was lost" in matrix build

2013-10-14 Thread Michael Clarke
Which version of Jenkins and cvs-plugin are you using? Thanks Michael > On 14 Oct 2013, at 21:44, cscooper wrote: > > We have a matrix job that runs fine except that when the master does that > initial CVS update on the master prior to launching any of the matrix builds > on sla

Re: Double-builds, if any SCM change while first build ist still running

2013-10-21 Thread Michael Clarke
JENKINS-19314 describes your issue. I have a change sitting on my machine which should fix your issue, but I still need to push it to Git. I aim to release a new version of the CVS plugin later this week which will therefore fix your issue. Thanks Michael On 21 Oct 2013, at 12:54, Horst Krause

Re: Double-builds, if any SCM change while first build ist still running

2013-10-23 Thread Michael Clarke
ava:155) at hudson.remoting.UserRequest.serialize(UserRequest.java:164) ... 15 more Am Montag, 21. Oktober 2013 14:00:10 UTC+2 schrieb Michael Clarke: > > JENKINS-19314 describes your issue. I have a change sitting on my machine > which should fix your issue, but I still need to push it to Git. > > I a

Build Fails with Failed to install JDK. Exit code=1,603

2013-11-28 Thread Michael Martfel
tprogress6. Return value 1. Action start 18:02:42: rt. Action ended 18:02:42: rt. Return value 1. Action start 18:02:42: preprogress7. Action ended 18:02:42: preprogERROR: null Finished: FAILURE Thanks, Michael -- You received this message because you are subscribed to the Google Groups &q

Re: Build Fails with Failed to install JDK. Exit code=1,603

2013-12-04 Thread Michael Martfel
JDK section --> "JDK installations". Worked for me. Good luck. Michael בתאריך יום חמישי, 28 בנובמבר 2013 18:18:36 UTC+2, מאת Michael Martfel: > > > Hello, > > I am having issues with my first build with Jenkins. > > My Master Jenkins is on Ubuntu 12.03 LTS. Jenkins

Re: Build Fails with Failed to install JDK. Exit code=1,603

2013-12-04 Thread Michael Martfel
JDK section --> "JDK installations". Worked for me. Good luck. Michael בתאריך יום חמישי, 28 בנובמבר 2013 18:18:36 UTC+2, מאת Michael Martfel: > > > Hello, > > I am having issues with my first build with Jenkins. > > My Master Jenkins is on Ubuntu 12.03 LTS. Jenkins

Jenkins Database

2013-12-08 Thread Michael Barbine
Hello, I wrote a series of scripts and database stored procedures that crawl the XML API and dynamically toss the data into various tables. It is not dependent on the configuration of Jenkins and works very well. Anyone have a use for this? The implementation is very straight forward and I'd

Missing git plugin

2013-12-16 Thread Michael Power
I installed jenkins 1.544 onto Ubuntu 13.10. Upon trying to configure a maven2/3 build I found it had not GIT SCM option. I figured the git plugin was not installed (I thought it was installed by default). I reviewed the list of available git plugins, although there are many plugins listed t

Re: Missing git plugin

2013-12-16 Thread Michael Power
I tried both the latest release 1.544 and the LTS 1.532.1. Both are completely disfunctional for me. I cannot clone the source so I cannot build the source. On Monday, December 16, 2013 5:07:06 AM UTC-8, Michael Power wrote: > > I installed jenkins 1.544 onto Ubuntu 13.10. Upon try

Re: Suggestions for CI with Jenkins & Database

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Sunday, November 20, 2011 3:46:13 AM UTC-5, julio wrote: > > Hi all, > > we are starting our development project for the first time with > Jenkins, and we planned to manage the Database-CI in this way: > > 1) every single developer has own database schema+d

Re: Real-time log parsing?

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Friday, October 12, 2012 11:25:18 AM UTC-4, Mandeville, Rob wrote: > > I’m running multi-hour test cycles and my users have a demand for > real-time results. If test #50 failed 45 minutes in, they want to be able > to see it without waiting five hours f

Re: Store build meta data in a db

2013-12-16 Thread Michael Barbine
SOLUTION: https://github.com/mbarbine/JenkinsDB On Tuesday, April 9, 2013 6:32:03 PM UTC-4, Ipoo Doh wrote: > > Problem: > I want to store build metadata in a db, things like Job and its build > history details like The build number, time it started, time it ended, > whether it succeeded, where

Re: Jenkins Database Envy - is it just me?

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Friday, October 12, 2012 11:39:41 AM UTC-4, Mandeville, Rob wrote: > > I’ve been using Jenkins for a couple of years (starting back before the > Hudson/Jenkins fork) and it has saved my career on several occasions. > However, I’m getting some database e

Re: Jenkins - database backend or separate database for reporting (Sonar?)

2013-12-16 Thread Michael Barbine
https://github.com/mbarbine/JenkinsDB On Monday, November 14, 2011 4:56:50 PM UTC-5, gboissinot wrote: > > Which metrics tools do you use? > > Sonar provides some plugins to support Java, C/C++, C# and so on. These > plugins run the metric tool (run step) and record metrics results in Sonar > da

Re: Jenkins - database backend or separate database for reporting (Sonar?)

2013-12-17 Thread Michael Barbine
quot; Date:12/17/2013 1:37 AM (GMT-05:00) To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins - database backend or separate database for reporting (Sonar?) SQLServer, a database for Window only, is something you want to use with Jenkins? Yikes!!!   From: Michael Barbine Reply-To: &

Re: Missing git plugin

2013-12-17 Thread Michael Power
hat proxy information. > > - Can you reach the Jenkins Update Center from your web browser? Does > http://updates.jenkins-ci.org/update-center.json return a page of JSON > information? > > Mark Waite > > > On Mon, Dec 16, 2013 at 6:28 AM, Michael Power > > >

Re: Jenkins User Conference 2014

2014-02-02 Thread Michael Hüttermann
Hi, Fred's question is a very good one. Best regards Michael > Alyssa Tong hat am 1. Februar 2014 um 17:14 geschrieben: > > > Hi Fred, > > The date may change :o) > > The thought is that Berlin is easily accessible for those coming from > outside of the city.

Re: CVS Authentication failed!

2014-02-21 Thread Michael Clarke
Which version of the cvs plugin are you using, and what authentication method does your cvs repository currently use? Thanks, Michael On 22 Feb 2014, at 06:05, Red wrote: I could add the ssh public/private key authentication, but what if I do not the access to create the user jenkins on the

Re: CVS Authentication failed!

2014-02-27 Thread Michael Clarke
How are you authenticating yourself over ssh? On 27 Feb 2014, at 04:32, Russell Cecala wrote: Thank you for your reply Michael I am using Jenkins ver. 1.552 <http://jenkins-ci.org/> and cvs plugin version 2.11<http://dws-rtp-rcecala-l:8080/pluginManager/plugin/cvs/thirdPartyLicense

Re: What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-03-03 Thread Michael Niestegge
I have similar problems: Every evening my jenkins server dies: It uses the whole memory allocated (2GB out of 12GB) and the garbage collector starts running. From then on, i am not able to reach the webinterface any more.

Re: What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-03-04 Thread Michael Niestegge
I was able to reproduce the error: Everytime the fingerprint cleanup thread start running, it consumes a lot of memory. The problem is, when the fingerprint cleanup process is finished, the memoryusage does not come down but keeps on moving the high level. As soon as other processes start worki

Re: What is those "WARNING: Failed to inspect" in the Jenkins logs?

2014-03-04 Thread Michael Niestegge
Here is the screenshot of my memory usage...each climb is a fingerprint cleanup process I started manually... -- You received this message because you are subscri

Mac: Can't run any parallel tasks

2012-11-02 Thread Michael Funk
Every time I try to run a build, I get a bunch of lines like this: /Users/Shared/Jenkins/Home/jobs/dghhtreew/workspace/build.xml:28: > The following error occurred while executing this line: > /Users/Shared/Jenkins/Home/jobs/dghhtreew/workspace/build.xml:39: Execute > failed: java.io.IOException:

Email-ext: access job entry parameter

2012-11-20 Thread Michael Hüttermann
'm not able to print the variable. Thanks for your help. Best regards Michael

Re: Email-ext: access job entry parameter

2012-11-20 Thread Michael Hüttermann
Hello, sometimes it is already a big help just writing the question. :) Found it, thanks. Michael > Hello, > > my build job is parameterized with $variable. > > The default content of the mail is: > ${JELLY_SCRIPT,template="template"} > > What do I have

Execution order post steps and post-build actions

2012-12-03 Thread Michael Hüttermann
e/configure it? Thank you. Best regards Michael

Dead executor threads

2012-12-12 Thread Michael Powell
Hello, I've been experiencing frequently Dead executor Threads. Sometimes restarting the service fixes things but not always. It happens to be on the last project in the list, but don't know whether that has anything to do with anything. java.lang.ArrayIndexOutOfBoundsException: Assertion error:

Re: How to run PowerShell during job

2012-12-13 Thread Michael Powell
stem. Please see "get-help about_signing" for >>> more details. >>> >>> >>> Now, is the Jenkins process somehow signing the wrappers it puts around >>> such scripts? We've got the execution policy set otherwise, which if it's a >>> conflict, then perhaps we abandon PowerShell altogether for something more >>> "conventional" like Batch or Command files. >>> >>> We've got the PowerShell scripts today, so obviously if I can get them >>> to work, I want to do that. But if I need to rewrite them as batch files, >>> then I'll do that instead. >>> >>> Thanks in advance.. >>> >>> Regards, >>> >>> Michael >>> >>

Re: EnvInject plugin not passing environment variable to post build action

2013-01-01 Thread Michael Hüttermann
Generally, a plugin that has more releases than a core component, this does not sound too bad for me. Am Dienstag, den 01.01.2013, 10:59 +0100 schrieb domi : The idea of the envinject plugin is really nice, but It sounds more and more like not a good idea to use it - it seems very unstable a

Jenkins 1.496 on Windows Server 2008: Update Plugin Manager does not work

2013-01-03 Thread Michael Wiedmann
ly I have no plugin information (e.g.in the "*Available*" tab). Any hints? Thanks Michael

Promotion: New Mac OS X Build Monitoring App

2013-01-12 Thread Michael May
fforts. If you want to email me, I have some promo codes I am willing to give out to try, or review, the app. And if this has no relevant to you then, yes, this is basically spam but I am hoping the subject line helped you already filter it out, Thanks for your time, Michael

Question abou increasing number of threads in Jenkins

2013-01-15 Thread Michael Latiolais
I had a Jenkins server present this message today: "There are more SCM polling activities scheduled than handled, so the threads are not keeping up with the demands. Check if your polling is hanging, and/or increase the number of threads if necessary." How do I go about increasing the number of

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Michael Clarke
Depends on what container Jenkins is hosted in. Could you provide some environment details? Thanks Michael On 10 Feb 2013, at 12:10, Markus KARG wrote: Meanwhile I restarted Jenkins and started another build on all projects. The result was that all threads on master and slave ended up in a

Re: Populate the Changes view for a job that doesnt use SCM

2013-02-12 Thread Michael Clarke
script changes. Thanks Michael [1] https://wiki.jenkins-ci.org/display/JENKINS/script-scm On 12 Feb 2013, at 07:20, Derek Wallace wrote: Hi, We use Jenkins to run a job. The job executes a script that is responsible for performing the svn checkout of the data and the build. The script has all the

Re: Frequent crashes

2013-02-18 Thread Michael Fowler
Hi Stuart, Thanks for the link. It has happened while viewing the console output, but we don't have any slave machines, just two executors on the master. But as in the bug report we don't have .log files either. On Mon, Feb 18, 2013 at 2:40 PM, Stuart Whelan < stu...@somepointinthefuture.co.nz>

Re: Frequent crashes

2013-02-19 Thread Michael Fowler
Thanks James, I've added that to the config, we'll see what happens next time it crashes. -Michael On Tue, Feb 19, 2013 at 4:38 AM, teilo wrote: > Presumably the service account under which Jenkins is running does not > have write permissions in the system32 folder. > &g

Re: SCM polling after build failure question...

2013-02-19 Thread Michael Clarke
Which SCM are you using? Polling will continue regardless of build status, but it's up to each SCM plugin to decide if it sees changes. Thanks Michael On 19 Feb 2013, at 16:28, Jeff wrote: We had a check-in for a project that caused a compile error last night but it didn't get fixed

Re: BUILD_LOG_REGEX and Email

2013-02-22 Thread Michael Clarke
Do you not need double backslashes before the curly braces? On 22 Feb 2013, at 14:19, nes_welsh wrote: > Hi All, > > I am trying to parse the build log to extract some information which is > output in it. I have the following situation: > > build log stuff > { > table stuff > table stuff

Re: Frequent crashes

2013-02-28 Thread Michael Fowler
19, 2013 at 10:07 AM, Michael Fowler wrote: > Thanks James, > I've added that to the config, we'll see what happens next time it > crashes. > -Michael > > > On Tue, Feb 19, 2013 at 4:38 AM, teilo wrote: > >> Presumably the service account under which J

Error Copying artifacts when specifying a build parameter

2013-02-28 Thread Michael Fowler
I tried changing a build configuration with the Copy artifact settings show in the first box below to the setting shown in the second box shown below. I could not build with the second configuration. Can anyone help me figure this out? The build failed with the following error: FATAL: : only whi

Re: How to configure Linux Jenkins as not anonymous

2013-03-01 Thread Michael Powell
workspace. I want that workspace under the user's home directory >>> instead. >>> >>> I've been reading bits and pieces how to configure my jenkins start >>> command in a service environment, what configuration files to convey >>> running as the

Re: Frequent crashes

2013-03-04 Thread Michael Fowler
;> On Saturday, March 2, 2013 4:51:13 PM UTC-5, sti wrote: > >>> > >>> Unless someone comes up with better advice, I would suggest you > >>> remove/disable the Active Directory plugin and try if it still crashes. > >>> > >>> -- Sami > >>&g

Re: Jenkins CVS checkout creates world writable files

2013-03-21 Thread Michael Clarke
Which version of the cvs plugin are you using? Thanks Michael On 21 Mar 2013, at 13:43, Jens Schweikhardt wrote: > I just started setting up jenkins 1.506 on CentOS 5.9 as described on > https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions > > I&#

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-03-28 Thread Michael Clarke
lugin then I'll pick it up and see what I can do for you. Thanks Michael On 28 Mar 2013, at 14:40, Lloyd Meinholz wrote: I am having some problems using the CVS Tagging Plug-in to work properly. The plug-in worked with hudson but I shifted to using Jenkins because hudson was having some proble

Re: CVS plugin upgrade problems

2013-04-01 Thread Michael Clarke
the root cause. Thanks, Michael On 1 April 2013 14:04, Harpel, Craig wrote: > I tried upgrading the CVS plugin from version 1.6 to 2.8 under Jenkins > 1.466. > > Now I get the following error in my build: > > ** ** > > cvs update: Updating workspace/commService/

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-01 Thread Michael Clarke
It should just require my pull request to be merged and the plugin then be released but I've not had time to test this. I'll try and do something tomorrow for you. Thanks Michael On 1 Apr 2013, at 20:54, Lloyd Meinholz wrote: Micheal, Was there any luck in getting this issue res

Re: reg: jenkins password

2013-04-03 Thread Michael Clarke
Are you using the CVS plugin and, if so, which version? Thanks Michael On 3 Apr 2013, at 13:25, "Ambati, Sugunakar" wrote: HI, I installed Jenkins and was trying to checkout the code from cvs repo. The cvs password has @ symbol and Jenkins was not accepting it. Could

Re: reg: jenkins password

2013-04-03 Thread Michael Clarke
Are you entering the password into the 'this connection requires a password' field; or directly into the CVSROOT field? Thanks, Michael On 3 Apr 2013, at 13:28, "Ambati, Sugunakar" wrote: Jenkins CVS plugin version : 2.8 Thanks sugun *From:* jenkinsci-us

Re: problems with CVS Tagging Plug-in getCvsExeOrDefault()

2013-04-03 Thread Michael Clarke
Lloyd - you can 'pre-test' my pull request by installing the snapshot build [1]. I'm probably going to absorb the tagging plugin into the main CVS plugin, but am happy to release a new version of the CVS tag plugin in the meantime if it fixes an issue for you. Thanks, Mic

Publish JUnit results in Maven 2/3 build

2013-04-12 Thread Michael Hüttermann
. Michael -- 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. For more options, visit https://groups.google.

Re: IMPORTANT:Want to configure Jenkins CI

2013-04-13 Thread Michael Clarke
y isn't to others who aren't involved in what you're trying to do. Thanks, Michael On 13 April 2013 17:28, Vikas Patil wrote: > Hi, > > I have installed Jenkins, I have configured also. I am able to perform > action like checkout till deploying new package on server.

Re: CVS client bugs

2013-04-20 Thread Michael Clarke
hem to JIRA so I can make sure I'm not compounding them with any other changes I'm making to the plugin. Thanks, Michael On 19 April 2013 17:52, Robin Rosenberg wrote: > > Finally got the netbeans source. Seems the jenkins version has been > cleaned up so diffstat thinks /ev

Re: cvs symbolic name parameter : how to use it to check out a specific tag ?

2013-04-24 Thread Michael Clarke
name field enter the parameter you created above (e.g ${tagName}). I've not used the SVN plugin but think this is very similar to how it works. Thanks Michael On 24 Apr 2013, at 16:16, "Barthélémy" wrote: Hello, I have installed the plugin "cvs symbolic name parameter". I w

Cannot sign up for JIRA account

2013-05-01 Thread Michael Coglianese
Hi, I tried to sign up for an account at https://jenkins-ci.org/account/signup, however after entering my information I get the error: Oops! Due to the spam problem, we need additional verification for your sign-up request. Please contact jenkinsci-...@googlegroups.com So then I email that ali

Re: cvs - invalid private key

2013-05-29 Thread Michael Clarke
wise looking at your settings on the global config screen should tell you if you're pointing at the right key file. Thanks Michael On 30 May 2013, at 07:48, Stijn wrote: Hi, Thanks for your answer. I tried the command you said Jenkins uses, and I get following: jenkins@p-hplj1320:/tmp$ cvs

Re: Selenium plugin updates

2012-02-03 Thread Michael Higgins
probably find and file issues, but have to get started first. Assume I've got the setup I need correct, what does one do in the configure page for a jenkins job? Cheers, -- Michael Higgins QA Intern, PuppetLabs mhigg...@puppetlabs.com

Re: Selenium plugin updates

2012-02-06 Thread Michael Higgins
. But maybe the fact that I can access the selenium process as root but not as jenkins is a clue to what is wrong with the setup. Thanks for the reply. Cheers, -- Michael Higgins QA Intern, PuppetLabs mhigg...@puppetlabs.com

  1   2   3   4   5   >