"A" and "AU" Annotations in Jenkins Console Next to Files Being Checked Out

2019-11-04 Thread ABostonGal ABostonGal
"A" and "AU" Annotations in Jenkins Console Next to Files Being Checked Out from SVN. What do these annotations mean? Thank you. -- 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 i

Install Jenkins as WAR file or Install using package installers?

2019-09-22 Thread ABostonGal ABostonGal
Why would I choose to install Jenkins as a WAR file instead of using a package installer? -- 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

Increasingly slow build and test run times over time

2019-07-29 Thread ABostonGal ABostonGal
note that if I reboot all the automation machines (Unix master, Windows slave, Windows agent on which automation tests run compiles and text executions are very fast. I have six to twelve Jenkins jobs running every night. However, over a period of a few days, performance will bog down and sl

Where is build.properties?

2019-06-11 Thread ABostonGal ABostonGal
Inherited project with little documentation and less experience with actually managing ant builds. My understanding is that build.xml can get its property values from a file called build.propoerties. My problem is: I cannot find "build.properities" anywhere in the project code nor on the build

Re: Failed ANT build: Unable to locate tools.jar

2019-06-07 Thread ABostonGal ABostonGal
om the "Configure System" page and might help detect the source of the > jre1.8.0_201 setting. > > Best of luck! > Mark Waite > > On Fri, Jun 7, 2019 at 12:44 PM ABostonGal ABostonGal > wrote: > >> Thank you Mark. Yes, I checked for that the Environment Variab

Re: Failed ANT build: Unable to locate tools.jar

2019-06-07 Thread ABostonGal ABostonGal
be looking for this before I do anymore "experimenting"... On Friday, June 7, 2019 at 10:48:58 AM UTC-4, ABostonGal ABostonGal wrote: > > I have an ANT build that has been working just fine for quite a while and > suddenly it has stopped working and I am trying to figure out w

Failed ANT build: Unable to locate tools.jar

2019-06-07 Thread ABostonGal ABostonGal
I have an ANT build that has been working just fine for quite a while and suddenly it has stopped working and I am trying to figure out why. Here is what the Jenkins console displays and my notes about it. I've obscure the actual site name, directory values, and Jenkins job name, etc. "uvwx" is

Re: Jenkins does not restart on restarting Windows machine

2019-04-20 Thread ABostonGal ABostonGal
.. On Sat, Apr 20, 2019 at 11:39 AM niristotle okram wrote: > I would look into the general settings for any windows service to start > automatically. Jenkins will be no different. > > GoogLe it, if not share the screenshots of the service settings > > > On Sat, Apr 20, 2

Jenkins does not restart on restarting Windows machine

2019-04-20 Thread ABostonGal ABostonGal
I have Jenkins installed as a Windows service and the service set to restart automatically; I thought that this means that when Windows restarts, the service would restart. But what I am seeing is that the service does not restart on Windows restart and I must go into Services and start it. W

Plugin for NEW failures between builds

2019-04-16 Thread ABostonGal ABostonGal
I'm looking for a plugin that would create a report of only NEW failures between builds. In other words, if there were three builds (three being the last build), the report should tell me about only about new failures between builds 2 and 3, not things that failed between builds 1 and 2. ? T

Re: Jenkins slave goes offline: caused by difference ins java verssion...java minor version?

2018-01-28 Thread ABostonGal ABostonGal
other locations to look. > > Mark Waite > > On Sun, Jan 28, 2018 at 8:58 AM ABostonGal ABostonGal > wrote: > >> Problem: Jenkins slave going offline and can't get it back online via >> "Launch" in Jenkins. >> >> Is a difference in the minor v

Re: Jenkins slave goes offline: caused by difference ins java verssion...java minor version?

2018-01-28 Thread ABostonGal ABostonGal
t;> Unfortunately, I don't have suggestions for other locations to look. >> >> Mark Waite >> >> On Sun, Jan 28, 2018 at 8:58 AM ABostonGal ABostonGal > > wrote: >> >>> Problem: Jenkins slave going offline and can't get it back online via >>

Jenkins slave goes offline: caused by difference ins java verssion...java minor version?

2018-01-28 Thread ABostonGal ABostonGal
Problem: Jenkins slave going offline and can't get it back online via "Launch" in Jenkins. Is a difference in the minor version of Java enough to cause this? I read that a difference in the Java version could cause this but I don't know if a difference in the minor version counts. Iava version

Re: How to Update Jenkins Plugins

2018-01-14 Thread ABostonGal ABostonGal
I do agree with you! Thanks again! On Saturday, January 13, 2018 at 3:26:40 PM UTC-5, Victor Martinez wrote: > > I meant to run a local jenkins instance 'out of the box' > using docker, > although it's quite specific about the docker tec

Re: How to Update Jenkins Plugins

2018-01-12 Thread ABostonGal ABostonGal
Thank you! It sounds like a great idea but you lost me on "bumping a docker instance." That's ok - I'll be adventurous and update them though the command line after I update Jenkins itself. I don't think I can get in too much trouble... :) On Friday, January 12, 2018 at 9:22:04 AM UTC-5, Vict

Re: How to Update Jenkins Plugins

2018-01-12 Thread ABostonGal ABostonGal
techniques that would let me do this faster, more efficiently, etc. Thanks again! On Friday, January 12, 2018 at 6:12:18 AM UTC-5, Dirk Heinrichs wrote: > > Am 12.01.2018 um 12:08 schrieb ABostonGal ABostonGal: > > Yes really! That's what I was asking: if I *could* update the pl

Re: How to Update Jenkins Plugins

2018-01-12 Thread ABostonGal ABostonGal
ichs wrote: > > Am 11.01.2018 um 00:59 schrieb ABostonGal ABostonGal: > > What part is wrong? Can you elaborate on how to update the plugins then? > > > Errh, really? OK, go to *Manage Jenkins* -> *Manage Plugins* (you will be > right in the *Update* tab), select the ones y

Re: How to Update Jenkins Plugins

2018-01-10 Thread ABostonGal ABostonGal
What part is wrong? Can you elaborate on how to update the plugins then? Thanks! On Wednesday, January 10, 2018 at 8:14:53 AM UTC-5, Dirk Heinrichs wrote: > > Am 10.01.2018 um 14:12 schrieb ABostonGal ABostonGal: > > Since I can't update Jenkins from the UI, I can't u

Re: How to Update Jenkins Plugins

2018-01-10 Thread ABostonGal ABostonGal
ugins there does it? Thanks again. On Wednesday, January 10, 2018 at 8:12:12 AM UTC-5, ABostonGal ABostonGal wrote: > > I'm new to Jenkins maintenance. > > My Jenkins is installed on a unix machine. > > I've figured out how to update Jenkins to 2.89 (the LTS - tha

How to Update Jenkins Plugins

2018-01-10 Thread ABostonGal ABostonGal
I'm new to Jenkins maintenance. My Jenkins is installed on a unix machine. I've figured out how to update Jenkins to 2.89 (the LTS - that's what I want) on unix (sudo command line). But what I don't know: how to update all the interdependent plugins (there are many) that are listed by Jenkins

Re: Is there a Jenkins Plug In for this Or Can I Create My Own Or ...

2017-12-08 Thread ABostonGal ABostonGal
I see I can add a freestyle project and add a windows batch file command... looking into but welcome ideas! On Thursday, December 7, 2017 at 8:38:39 PM UTC-5, ABostonGal ABostonGal wrote: > > Hi all - wondering if there is or if I could create a Jenkins plugin that > could do datab

Re: Is there a Jenkins Plug In for this Or Can I Create My Own Or ...

2017-12-07 Thread ABostonGal ABostonGal
, December 7, 2017 at 8:38:39 PM UTC-5, ABostonGal ABostonGal wrote: > > Hi all - wondering if there is or if I could create a Jenkins plugin that > could do database admin tasks such as restore, backup and archive > databases? Right now this is a semi-automated process that depends on

Is there a Jenkins Plug In for this Or Can I Create My Own Or ...

2017-12-07 Thread ABostonGal ABostonGal
Hi all - wondering if there is or if I could create a Jenkins plugin that could do database admin tasks such as restore, backup and archive databases? Right now this is a semi-automated process that depends on the user having a Eclipse workspace with the test source code. Also the current scrip

Re: Stopping pipeline builds easily and question on architecture

2017-10-22 Thread ABostonGal ABostonGal
jobs are simple enough, freestyle might be the > way to go. > > On Saturday, October 21, 2017 at 6:19:44 AM UTC-6, ABostonGal ABostonGal > wrote: >> >> 1. Two types of architecture exist on a Jenkins build server I inherited: >> pipeline builds (building from groov

Stopping pipeline builds easily and question on architecture

2017-10-21 Thread ABostonGal ABostonGal
1. Two types of architecture exist on a Jenkins build server I inherited: pipeline builds (building from groovy files) and jobs building from just a build xml file. I find the pipeline builds very difficult to abort: I have to take multiple steps starting from clicking on a red x in the Executor