How to create/update Jenkins job via REST API in Java?

2022-04-04 Thread Jon Brohauge
Java8 on Windows, due to legacy requirements. Regards, Jon Brohauge -- 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-user

Can't login to account to open issues in Jenkins Jira.

2020-11-04 Thread Jon-Paul Sullivan
I need to regain access to my account and am having issues, I suspect the email address for it was a previous employer. Can anyone help with that? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivi

Re: Best way to connect agent on OSX

2018-05-23 Thread Jon Schewe
It depends on what you want to do. I run my OSX slaves with the web start and a login script. This allows my tests to interact with the window manager. If you don't need that, then sticking with ssh is good. The only downside I can see to the ssh setup is that you need to allow ssh on your OSX mach

Display name for permanent agents

2017-10-21 Thread Jon Sten
This is something that I've been wondering for a long time, why cant you specify display name for permanent agents? As far as I can see it is supported by the model (hudson.model.Node#getDisplayName()

Re: Trying to use CopyArtifact in declarative pipeline

2017-10-07 Thread Jon Schewe
Adding this to the copy artifact plugin page will help others. Those pages are wikis so you can just login with your Jira credentials and edit. On Fri, Oct 6, 2017 at 3:12 PM, dandeliondodgeball wrote: > Took me a while to find this, so posting it to make it easier to find. > > CopyArtifact synt

Re: Documentation on pipeline

2017-09-23 Thread Jon Schewe
On Sat, Sep 23, 2017 at 8:45 AM, Daniel Beck wrote: > > > On 23. Sep 2017, at 15:35, Mark Waite wrote: > > > > I think we can contribute to jenkins.io, even without edit access. > > The notable exception being generated pages, like everything in > https://jenkins.io/doc/pipeline/steps/ -- period

Re: Documentation on pipeline

2017-09-23 Thread Jon Schewe
On Sat, Sep 23, 2017 at 8:08 AM, Mark Waite wrote: > > > On Sat, Sep 23, 2017 at 6:56 AM Jon Schewe wrote: > >> Thank you for the pointers. Do you know how this documentation >> <https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.helpers.step.Ste

Re: Documentation on pipeline

2017-09-23 Thread Jon Schewe
Issue created at https://issues.jenkins-ci.org/browse/JENKINS-47076. On Saturday, September 23, 2017 at 7:56:05 AM UTC-5, Jon Schewe wrote: > > Thank you for the pointers. Do you know how this documentation > <https://jenkinsci.github.io/job-dsl-pl

Re: Documentation on pipeline

2017-09-23 Thread Jon Schewe
t; Either that, or we can insert that documentation into the Ant plugin wiki > page (to match what is done for the withMaven step > <https://wiki.jenkins.io/display/JENKINS/Pipeline+Maven+Plugin>) > > Mark Waite > > On Fri, Sep 22, 2017 at 8:25 PM Jon Schewe > &g

Documentation on pipeline

2017-09-22 Thread Jon Schewe
I'm trying to switch to using the pipeline plugin and I'm having a really hard time finding documentation. In particular I want to call an ant build script and I don't want to do it with sh/bat because the OS may change. I found some documentation at [1], however I get errors about missing propert

Re: git submodules + update to tip of branch (update --remote) + maven incremental builds (-pl list -amd)

2017-05-09 Thread Jon Harper
n :) On Friday, May 5, 2017 at 5:50:04 PM UTC+2, Jon Harper wrote: > > Hi everyone, > > I would like to know if my setup is supposed to work as configured. Has > anyone tried and succeeded doing the following ? > > I have: > - Some maven projects using git as SCM. Let&#x

git submodules + update to tip of branch (update --remote) + maven incremental builds (-pl list -amd)

2017-05-05 Thread Jon Harper
s case the next run does use "-pl XXX -amd". So has anyone tried this ? If not, can anyone suggest an alternative ? Thanks in advance, Jon ps: I saw the section "Autogenerate submodule configurations" on https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin, is this what is

Re: Declarative pipeline Mailer sendToIndividuals does not appear to work

2017-03-31 Thread Jon Dufresne
I guess this seems like a bug. Filed: https://issues.jenkins-ci.org/browse/JENKINS-43202 On Fri, Mar 24, 2017 at 1:11 PM, Jon Dufresne wrote: > I'm using a Jenkinsfile using the declarative syntax. In it is the blurb: > > > post { > failure { > step([$class: &

Declarative pipeline Mailer sendToIndividuals does not appear to work

2017-03-24 Thread Jon Dufresne
ndividuals that broke the build are not. I thought adding the argument sendToIndividuals would solve this, but it doesn't appear to work. Is there some other step I'm expected to take to make this work? Any ideas? Is this possibly a bug? Thanks, Jon -- You received this message becau

Re: Declarative pipeline: access JenkinsLocationConfiguration.getAdminAddress()?

2017-03-23 Thread Jon Dufresne
step further, you can encapsulate the whole thing in a > library using Global Shared Library plugin: > > https://jenkins.io/doc/book/pipeline/shared-libraries > > On Monday, March 20, 2017 at 2:28:12 PM UTC-7, Jon Dufresne wrote: >> >> Hi, >> >> I have s

Declarative pipeline: access JenkinsLocationConfiguration.getAdminAddress()?

2017-03-20 Thread Jon Dufresne
globally, I'd consider that as well. Cheers, Jon [0] http://javadoc.jenkins.io/jenkins/model/JenkinsLocationConfiguration.html#getAdminAddress() -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Jira login down?

2016-02-08 Thread Jon Schewe
I tried logging into Jira today to update a ticket and got Sorry, a communication error occurred while trying to contact the remote authentication server. Is anyone else having this problem or is it just me? Jon -- http://mtu.net/~jpschewe -- You received this message because you are

Non-aggregate test result graphs across projects

2015-07-17 Thread Jon Wilson
I want to set up a view that contains the passed/failed/skipped test result graphs for the past 14 days for a set of n projects. I do NOT want a single aggregate test result graph. Instead, I want a single view with n test result graphs, one for each project. That is, Project 1: [14-day pass

Re: How to use Measurements Plot Plugin?

2014-08-08 Thread Jon Schewe
I would suggest you look at the plot plugin: https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin. If you're writing the time to a file, it should be pretty easy to modify to write to a properties file. I had a discussion on the list a couple of weeks ago about how to this this plugin up. You c

Re: Email-ext + GitHub Pull Request Builder: Getting empty "developers" and "culprits" lists

2014-08-01 Thread Jon Schewe
Something else to be aware of. If this is a new branch there will be an empty list of developers and culprits because the plugin only builds up a list of authors on the list of changes. The list of changes comes from the git plugin and on a new branch the list of changes is empty because it can't d

Re: Compiler warnings and ignoring files

2014-07-29 Thread Jon Schewe
ined after the filter operation. > > But it should be possible to move the filtering after the expansion. > Please file a new feature request in Jira. > > Am 28.07.2014 um 21:37 schrieb Jon Schewe : > > It seems that the problem is that the filter is not done on the absolute

Re: Compiler warnings and ignoring files

2014-07-28 Thread Jon Schewe
28, 2014 at 10:14 AM, Jon Schewe wrote: > I see that under the advanced section of the compiler warnings module > there is an option to ignore files based on their absolute file path. Does > this work to filter warnings found in the console output or only when > scanning files?

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Jon Schewe
You will create a new foo.properties file for each run. On Mon, Jul 28, 2014 at 1:06 PM, Andrew Pritykin wrote: > Jon, > > THANK YOU! I got it to work! I appreciate your help very much! Cheers!! > > > On Monday, July 28, 2014 1:49:31 PM UTC-4, Andrew Pritykin wrote: >&g

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Jon Schewe
Glad it worked. On Mon, Jul 28, 2014 at 1:06 PM, Andrew Pritykin wrote: > Jon, > > THANK YOU! I got it to work! I appreciate your help very much! Cheers!! > > > On Monday, July 28, 2014 1:49:31 PM UTC-4, Andrew Pritykin wrote: >> >> So just to clarify, will I be

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Jon Schewe
webpage performance over time). > > I apologize as I am new to all of this and am trying to piece it all > together. > > On Monday, July 28, 2014 12:33:47 PM UTC-4, Jon Schewe wrote: > >> The "foo.properties" file is created for each build as part of my >> con

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Jon Schewe
The "foo.properties" file is created for each build as part of my continuous integration script. On Mon, Jul 28, 2014 at 10:23 AM, Andrew Pritykin wrote: > Jon, > > Is the same file "foo.properties" used for multiple builds? Would I just > continue to add value

Compiler warnings and ignoring files

2014-07-28 Thread Jon Schewe
I see that under the advanced section of the compiler warnings module there is an option to ignore files based on their absolute file path. Does this work to filter warnings found in the console output or only when scanning files? I have a directory at the top of my workspace named "log4cxx/source

Re: Need help with Plot Plugin for Jenkins

2014-07-28 Thread Jon Schewe
I have the plot plugin generating plots from some of my test scripts. I'm using the properties file format. So for each series that I want to graph I create a file that contains YVALUE=. For instance I have a series named "foo" and I create a file named "foo.properties" that contains a single line

Re: Problem with Jenkins behind Apache

2014-07-12 Thread Jon Schewe
Never mind, I just found the answer: https://groups.google.com/forum/#!topic/jenkinsci-issues/2s2DeNtpxwM On Sat, Jul 12, 2014 at 10:56 PM, Jon Schewe wrote: > I read the documentation on setting up Jenkins behind Apache and finally > got rid of the warning about the reverse proxy being

Problem with Jenkins behind Apache

2014-07-12 Thread Jon Schewe
I read the documentation on setting up Jenkins behind Apache and finally got rid of the warning about the reverse proxy being setup wrong. That was fixed by putting my configuration for Jenkins directly inside the VirtualHost directive. Once I did that, the warning went away. However now I've got t

Re: Filter culprits on email-ext

2014-04-14 Thread Jon Schewe
ins('@ gooddomain.com') } msg.setRecipients(javax.mail.Message.RecipientType.TO, filtered as javax.mail.Address[]) On Fri, Apr 4, 2014 at 6:31 PM, Jon Schewe wrote: > Awesome, thanks! > > > On Fri, Apr 4, 2014 at 3:09 PM, Slide wrote: > >> Information from the wiki [1] >&g

Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-09 Thread Jon Cope
I agree that it's not a great solution but it'll get me by while I search for a more favorable one. Is there another way to utilize the webhook feature without enabling any anon privileges? - Original Message - From: "Kevin Fleming (BLOOMBERG/ 731 LEXIN)" To: jenkinsci-users@googlegrou

Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-09 Thread Jon Cope
Ah, no. Apologies, forgot to remove that. Initially I had it enabled as disabling it seemed to break the webhook feature. Today with Jobs:configure off, it seems to work fine. To clarify - Jobs: Read, Build | Overall: read - Original Message - From: "Kevin Fleming (BLOOMBERG/ 731 LEX

Re: Filter culprits on email-ext

2014-04-04 Thread Jon Schewe
dr -> !addr.toString().contains('@ > baddomain.com') } > msg.setRecipients(Message.RecipientType.TO, filtered) > > slide > > > 1 - https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin > > > On Fri, Apr 4, 2014 at 12:31 PM, Jon Schewe wrote: > >

Re: Filter culprits on email-ext

2014-04-04 Thread Jon Schewe
Oh, that doesn't sound too bad. Can you point me at some documentation and/or examples? Thanks. On Tue, Apr 1, 2014 at 5:23 PM, Slide wrote: > No, you use Groovy for the pre-send script. There is no other plugin that > I know of. > > > On Tue, Apr 1, 2014 at 3:14 P

Re: Filter culprits on email-ext

2014-04-01 Thread Jon Schewe
On Tue, Apr 1, 2014 at 2:56 PM, Jon Schewe wrote: > >> I use the email-ext plugin to send out emails about build failures. I >> originally had it set to send email to all culprits when the build failed. >> However I import some code from other repositories and then Jenkin

Filter culprits on email-ext

2014-04-01 Thread Jon Schewe
I use the email-ext plugin to send out emails about build failures. I originally had it set to send email to all culprits when the build failed. However I import some code from other repositories and then Jenkins wanted to send emails to people that weren't on my development team because of these i

Re: Jenkins LTS not noticing an update is available

2014-02-28 Thread Jon Schewe
e the page was loaded over https, but was requesting an insecure page over http. Once I changed the update center URL to be https, then I see updates. On Fri, Feb 28, 2014 at 10:03 AM, Jon Schewe wrote: > So Jenkins doesn't do the polling on it's own? > > > On Fri, Feb 28, 2

Re: Jenkins LTS not noticing an update is available

2014-02-28 Thread Jon Schewe
ugin metadata from the > update center > > > On 28 February 2014 15:36, Jon Schewe wrote: > >> Looking at jenkins-ci.org I see that the latest LTS release is 1.532.2. >> Looking at my Jenkins install I'm running 1.532.1. Going to the management >> page for my Jenkins i

Jenkins LTS not noticing an update is available

2014-02-28 Thread Jon Schewe
Looking at jenkins-ci.org I see that the latest LTS release is 1.532.2. Looking at my Jenkins install I'm running 1.532.1. Going to the management page for my Jenkins install I do not see the option to upgrade. I have another Jenkins instance setup that is telling me there is an update available. W

Re: jenkins cli giving an error

2014-01-20 Thread Jon
HI Yes we have both the steps in the build. a review parameter and notify reviewboard as well On Sunday, January 19, 2014 3:51:08 AM UTC+5:30, Yardena wrote: > > Hi Jon, > > Is it possible that you have a "notify reviewboard" step in the build, but > do not have &quo

Re: jenkins cli giving an error

2014-01-20 Thread Jon
y=com.cloudbees.diff.ContextualPatch.patch&entity=method> at org.jenkinsci.plugins.patch.ApplyTask.invoke(ApplyTask.java:23) <http://stacktrace.jenkins-ci.org/search/?query=org.jenkinsci.plugins.patch.ApplyTask.invoke&entity=method> ... 10 more On Sunday, Janu

jenkins cli giving an error

2014-01-13 Thread Jon
Hi while executing an jenkins cli i am getting below error: FATAL: nulljava.lang.NullPointerException at org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardNotifier.notifyReviewboard(ReviewboardNotifier.java:71

Re: git plugin busted

2014-01-07 Thread Jon Schewe
. I've not seen any bug report like that in my looking at bugs > related to the git plugin. Can you find a set of steps which make that bug > repeatable, and then submit it as a bug? > > > On Tue, Jan 7, 2014 at 7:00 AM, Jon Schewe wrote: > >> Using 1.4.0, everything

Re: git plugin busted

2014-01-07 Thread Jon Schewe
ot;, then later executions of that job may > find that value of remote.origin.url and not report the exception. That > won't help for the first run of the job after the workspace has been wiped, > since the prune call happens before the first build step. > > > On Tue, Jan 7, 2

Re: git plugin busted

2014-01-07 Thread Jon Schewe
Using 1.4.0, everything appears to work fine. Using 2.0 I have the following problems: If I manually delete the workspace using the Wipe out workspace link AND have prune stale remote branches on, the plugin will not clone the repository with the error: *08:56:16* Started by user Jon Schewe

Re: git plugin busted

2014-01-07 Thread Jon Schewe
ace is cloned, there is no repository, so there is nothing to prune. > I assumed that meant the workspace was already fully cloned by the time > the job attempted to prune local branches. > > When you disabled "prune obsolete local branches", did it still report > "pru

Jenkins LTS not prompting for upgrade?

2014-01-06 Thread Jon Schewe
I was just looking at upgrading my Jenkins installs today. I have both on LTS one is at 1.509.4 and one is at 1.509.2. However when I goto the manage Jenkins page I don't see an upgrade available. When I look at jenkins-ci.orgI see that 1.532.1 is available. Did something change in how upgrades are

Re: git plugin busted

2014-01-06 Thread Jon Schewe
fast remote polling, but that default cannot process > include or exclude regions. > > Mark Waite > > > On Sun, Jan 5, 2014 at 7:12 PM, Jon Schewe wrote: > >> Anyone else running into problems with the git plugin version 2.0? I'm >> using Jenkins 1.509.4 an

Re: git plugin busted

2014-01-06 Thread Jon Schewe
at helps avoid the problem. >> >> If you're using include region, exclude region, or exclude user, then >> you'll need to also add the "Force polling using workspace" option. The >> default is now to use fast remote polling, but that default cannot proces

git plugin busted

2014-01-05 Thread Jon Schewe
Anyone else running into problems with the git plugin version 2.0? I'm using Jenkins 1.509.4 and have run into the problem that if I wipe out my workspace either manually that the plugin can't clone a new workspace. It errors like this: *16:08:58* Started by user Jon Schewe <h

Re: What is teh best way to prevent several jobs from running at once?

2013-11-07 Thread Jon Schewe
Also note that the Throttle Concurrent Build plugin appears to have some problems with matrix jobs. https://issues.jenkins-ci.org/browse/JENKINS-19986 On Tue, Nov 5, 2013 at 7:49 AM, Baptiste Mathus wrote: > Hi, > Just a quick note: for Jenkins, see here: > https://wiki.jenkins-ci.org/display/

Re: Problem with git plugin 2.0

2013-10-24 Thread Jon Schewe
g/browse/JENKINS-20195 > > Mark Waite > > > On Thu, Oct 24, 2013 at 2:25 PM, Jon Schewe wrote: > >> I got my job to build, here is what I did. Is everyone expected to do >> this for all jobs using git? >> >> 1) Delete configured repository >> 2)

Re: Problem with git plugin 2.0

2013-10-24 Thread Jon Schewe
I got my job to build, here is what I did. Is everyone expected to do this for all jobs using git? 1) Delete configured repository 2) Delete configured branches 3) Select "None" as SCM 4) Save 5) Configure git repository On Thu, Oct 24, 2013 at 2:59 PM, Jon Schewe wrote: > I jus

Problem with git plugin 2.0

2013-10-24 Thread Jon Schewe
I just upgraded to git plugin 2.0 and Jenkins 1.509.4. I wiped out my workspace and then tried to run a build and got the messages below. I tried turning on the option to wipe out the workspace and force a clone and that didn't help either. *15:56:31* Started by user Jon Schewe <http:/

Re: Problem with Throttle Concurrent Builds plugin

2013-10-10 Thread Jon Schewe
ive any useful suggestions. > > Matthew > > ** ** > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *Jon Schewe > *Sent:* 09 October 2013 20:10 > *To:* jenkinsci-users > *Subject:* Problem with Throttle Con

Problem with Throttle Concurrent Builds plugin

2013-10-09 Thread Jon Schewe
I just installed this today to try and avoid some issues I have with locks & latches. I have some multi-configuration jobs. I want to allow multiple jobs to run at the same time, but only 1 job of a given category to run per node. This sounds exactly like what the plugin was written for. So I went

Re: How to get particular version of a plugin

2013-10-09 Thread Jon Schewe
i-users@googlegroups.com] > on behalf of Jon Schewe [jpsch...@mtu.net] > *Sent:* Wednesday, October 09, 2013 1:44 PM > *To:* jenkinsci-users > *Subject:* How to get particular version of a plugin > > I just upgraded to LTS version 1.509.2 and found that I'm sing the SSH >

How to get particular version of a plugin

2013-10-09 Thread Jon Schewe
I just upgraded to LTS version 1.509.2 and found that I'm sing the SSH Credentials Plugin version 0.2 that has this bug[1]. The bug report says to upgrade to 0.3. When I look at the update center version 1.4 is the only version available and I get a warning that it's not compatible with my version

Re: How to use git post-receive hook with secured Jenkins

2013-06-25 Thread Jon Schewe
I just reconfigured my Jenkins to be behind apache so that it's on port 80 and SourceForge will let me hit it and now the nofityCommit hook works. Perhaps something about being exposed on an alternate port? On Tue, Jun 25, 2013 at 5:44 AM, Jon Schewe wrote: > Here's what I g

Re: How to use git post-receive hook with secured Jenkins

2013-06-25 Thread Jon Schewe
27;s the behaviour that I have working in the instance I run so your > issue might be an "unrelated" one... > > Richard. > > > On Tue, Jun 25, 2013 at 2:26 PM, Jon Schewe wrote: > >> I see instructions at [1] for how one should be able to trigger a build. >&

How to use git post-receive hook with secured Jenkins

2013-06-24 Thread Jon Schewe
I see instructions at [1] for how one should be able to trigger a build. However I have a secured Jenkins and visiting the URL on my site results in a stack trace unless I'm logged in. Do I need to give anonymous some permissions? I'm using project based matrix authorization and anonymous has read

Re: Is Jenkins the right tool for hundreds of repositories

2013-05-10 Thread Jon Drukman
On Fri, May 10, 2013 at 10:44 AM, Benjamin Lau wrote: > I also use git commands directly. If you make it so your build is > identical for all of your repositories you could have a single > parameterized job which has parameters for the repo and branch (unless > everything is always in master). >

Is Jenkins the right tool for hundreds of repositories

2013-05-10 Thread Jon Drukman
I am looking into using Jenkins as a tool for continuous deployment. A commit to a git repository triggers building of rpms, updating a yum repo, possibly triggering production machines to do a yum update, etc. I've set up a test project, and Jenkins seems like it provides a lot of useful fun

Maven multi-module projects & Jenkins fingerprinting

2013-04-17 Thread Jon Archer
s 'ouside Jenkins' but link to the builds from which they came. (Screenshot in case this isn't clear: http://picpaste.com/pics/HfDswuZH.1366213157.png) So I was wondering if anyone had any ideas what was up with that... Thanks in advance, Jon -- You received this message because you a

Jenkins segfaulting JVM

2013-04-03 Thread Jon Schewe
I've had this happen at least 3 times in the past month. I'm running LTS (1.480.3) on java 1.6.0_26 on Debian. Has anyone else seen this? # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb53cc357, pid=18932, tid=2976336752 # # JRE version: 6.0_26-b03 #

1.480.3 lost my jobs

2013-02-20 Thread Jon Schewe
I just upgraded from 1.480.2 to 1.480.3 and most of my jobs disappeared. Switching back to 1.480.2 brings all of my jobs back. I see the following errors in my stdout log file: Feb 20, 2013 10:05:03 PM hudson.model.Queue load WARNING: Failed to load the queue file /home/hudson/.hudson/queue.xml h

Re: matrix job aggregation

2013-01-12 Thread Jon Schewe
I can't point you at any docs, but I've setup email-ext like I do for regular jobs and I get one email for each multi-config job and one for the overall job. I changed the template to put the logs in my email-ext emails and each email contains the logs. I haven't tried putting test results in the e

Re: JNLP slave no longer works

2013-01-07 Thread Jon Schewe
i.org/display/SECURITY/Jenkins+Security+Advisory+2013-01-04 > > > 2013/1/7 Jon Schewe 'jpsch...@mtu.net');>> > >> I just upgraded to 1.480.2 from 1.471 and my JNLP slaves can no longer >> connect. I get an error: >> >> JNLPException[category

JNLP slave no longer works

2013-01-07 Thread Jon Schewe
I just upgraded to 1.480.2 from 1.471 and my JNLP slaves can no longer connect. I get an error: JNLPException[category: Download Error : Exception: java.io.IOException: Server returned HTTP response code: 403 for URL: https://server:8010/computer/slave-jnlp/slave-agent.jnlp : LaunchDesc: null ]

Re: LTS upgrade notifications

2013-01-07 Thread Jon Schewe
Deleting the contents of the updates directory fixed it. Now I see the option to get 1.480.2 instead of 1.496. On Mon, Jan 7, 2013 at 1:29 PM, teilo wrote: > you may waat to remove the contents of jenkins_dir/data/updates > > /James > > > On Monday, 7 January 2013 13:53:

Re: LTS upgrade notifications

2013-01-07 Thread Jon Schewe
Can you explain more? What link provided by Jenkins? On Mon, Jan 7, 2013 at 8:09 AM, SBreitbach wrote: > Don't use the link on the webpage. Use the link provided by Jenkins itself > instead. -- http://mtu.net/~jpschewe

LTS upgrade notifications

2013-01-07 Thread Jon Schewe
I just switched one of my Jenkins servers to the LTS release. I downloaded the war file and replaced my current war file. I then updated the update site for the plugins and restarted. Everything is running fine, except when I goto Manage Jenkins I'm still prompted to upgrade to the latest bleeding

Re: Jenkins and Qt projects

2012-10-23 Thread Jon Schewe
odified or had more option. > However, at the end of the day, the important thing is if your jobs can be > compiled, no matter how. > Thank you Jon for your advice. > > > > On Tuesday, October 23, 2012 4:59:08 AM UTC+3:30, Jon Schewe wrote: > >> I build Qt based projects

Re: Jenkins and Qt projects

2012-10-22 Thread Jon Schewe
reliance >>>> on Sun internal code in the Hudson/Jenkins test framework. Builds fine >>>> with java 6 and that should work on a java 7 runtime. >>>> >>> Yes, I managed to compiled the source code with JDK 6 and generate the >>> hpi file in target foler... work

Warnings plugin: Slow Performance with custom regexp

2012-10-04 Thread Jon Payne
lt;https://issues.jenkins-ci.org/browse/JENKINS-14383> https://issues.jenkins-ci.org/browse/JENKINS-14383 Can anyone confirm or tell me how I can check? Thanks, Jon

Supplying PermGen settings to Grails Build step

2012-08-27 Thread Jon Palmer
ng the memory preferences for the grails task? Thanks Jon

Re: DRY plugin broken

2012-07-11 Thread Jon Schewe
ve my jobs back again. On Wed, Jul 11, 2012 at 2:12 AM, Ullrich Hafner wrote: > Which version of analysis-core is installed? Which version of the dry > plug-in did you install? > > Ulli > > > On 07/11/2012 05:47 AM, Jon Schewe wrote: > > I just updated to jenkins 1.474 and

DRY plugin broken

2012-07-10 Thread Jon Schewe
at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38) at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38) at com.thoughtworks.xstream.mapper.MapperWrapper.realClass(MapperWrapper.java:38) ... -- Jon Schewe | http://mtu.net/~jpschewe

Re: multiple git repos in one job

2012-07-01 Thread Jon Schewe
with multi-machine setups on multiple > operating systems as I have here: > > http://jenkins.simplistix.co.**uk/job/testfixtures-buildout/<http://jenkins.simplistix.co.uk/job/testfixtures-buildout/> > > > Why not just create a git repo with submodules for all of the other repositories and then point Jenkins at that? -- Jon Schewe | http://mtu.net/~jpschewe

Re: C++ code coverage tool with Google test framework in windows

2012-05-25 Thread Jon Schewe
ing for an > open source code coverage tool supported in Jenkins and Google test > framework in windows platform. > > Any suggestion would be sincerely appreciated. > > Thanks in advance, > Pank > > -- Jon Schewe | http://mtu.net/~jpschewe

Re: Hudson - Execute windows batch command problems

2012-05-09 Thread Jon Payne
call your batch file? If not, that may be the problem. cheers, jon

Re: View list of builds organised by branch?

2012-04-23 Thread Jon Schewe
to my developers would have the branch that was build. Thanks. -- Jon Schewe | http://mtu.net/~jpschewe

Re: Examples of open source C++ projects with unit testing and reporting?

2012-04-19 Thread Jon Schewe
are > written, common XML test output formats, and how reports are > published. > > Thanks, > > -Ed > > -- Jon Schewe | http://mtu.net/~jpschewe

Re: How can i trigger a build by tag?

2012-02-05 Thread Jon Schewe
omatically check out and build. The version number > > changes everytime a tag is applied so if possible i would like to use > > something like a regular expression. i.e. any tag that contains the > > string %LIVE% should trigger a build.Is this possible with CVS > > or