"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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5880cb9f-30a9-4e0e-ba64-990ed0c963ab%40googlegroups.com.


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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/accaa206-178a-4a76-8c4d-e7b70ff9f7a8%40googlegroups.com.


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 slow up 
to the point that the longest running job (optimally at 8 hours) will take 
up to 20 hours or so!

So, I reboot again and things speed up for a while and then bog down.

Last Friday, I noted the hang ups again and this time I noticed on the 
Jenkins dashboard that it is during compiles there is a hideous slowdown. I 
don't know this is always true and I will look at prior builds today to see 
if there is a pattern.

Before running the tests, there are jobs that compile the code and clean 
out "gunk" from output directories. 

Any general guidance as to debugging this? I lack the experience and 
knowledge still to be able to organize and target my debugging efforts as 
well as I should. 

I don't think I should have to depend on random reboots to maximize Jenkins 
performance.

Oh, here's the other big problem and this may a very large part of the 
problem. I 'm working in a changing environment where I have been limited 
in what I can do to update software as I should because of upper level 
decisions. I should be running the latest stable build of Jenkins and all 
software but I am not. That should be my first effort in solving the 
performance issue, right? I am just going to try to update all software 
myself at this point. 


Thanks for listening.


-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1ded4fac-ced5-410a-8f9b-a88a079e5aed%40googlegroups.com.


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 machines.

In this case, there are developer machines and then the machine on which 
the code compiles.

So I find a build.xml for the project and on the machine that builds, the 
ant batch file which will use the build.xml...

Help?

Thanks.

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a32b6c52-cf78-49b0-bd15-c378424c79de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-07 Thread ABostonGal ABostonGal
Thank you Mark. Ya' I've been looking all over the place...there is one 
file referenced that looks promising, but for the life of me, I cannot find 
it either!

build.properties

Here's where I saw it in the build.xml:







but from the comments in the above...maybe it does not exist...





On Friday, June 7, 2019 at 3:08:20 PM UTC-4, Mark Waite wrote:
>
> Most interesting.
>
> Ant expects to have a full JDK available.  It depends on the tools.jar 
> file which is provided by the JDK but is not available with the JRE.  The 
> directory name "jre1.8.0_201" indicates that it is not a JDK, but a JRE.  
> You indicated that even that directory does not exist on the agent running 
> the build.  It might also indicate that the job is running on a Windows 
> agent that has the Oracle script in its path which attempts to dynamically 
> determine the path to the Java program.
>
> The path that is being used to run ant indicates that you have a Jenkins 
> build tool defined for Ant 1.9.6.  That may indicate you also have a JDK 
> tool defined for JRE 1.8.0_201.  The Jenkins tool definitions are available 
> from 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 Variables but 
>> unfortunately: nothing! I've tried adding a JAVA_HOME variable pointing to 
>> the place where the tools.jar is and the build failed.
>> I'd really like to understand how the build files "think" they should 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 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 the Jenkins job that is failing to build
>>>
>>> In Jenkins console:
>>>
>>> No changes for svn://ab/cd/ef/gh/ijk since the previous build
>>>
>>> Copied 3 artifacts from "lmnop" build number 137
>>>
>>> Copied 2 artifacts from "qrst" build number 2700
>>>
>>> [uvwx] $ cmd.exe /C 
>>> "C:\Users\jenkins\jenkins_home\tools\hudson.tasks.Ant_AntInstallation\Ant_1.9.6\bin\ant.bat
>>>  
>>> get-revision compile-tests compile-javadoc package-jar package-javadoc && 
>>> exit %%ERRORLEVEL%%"
>>> Unable to locate tools.jar. Expected to find it in C:\Program 
>>> Files\Java\jre1.8.0_201\lib\tools.jar
>>>
>>>
>>> My notes about this: 
>>>
>>> What I want to know is: WHY does the build "expect" to find it in 
>>> "c:\Program Files\Java\jre1.8.0_201"? There IS no such path on the machine 
>>> on which the job is building...
>>>
>>> How can I find out WHERE that value is coming from? I've been looking at 
>>> the ant, build files and source code and don't see where that value would 
>>> be set.
>>>
>>> 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 it, send an 
>> email to jenkins...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/bd6b7015-91fa-4e87-9543-2b6b4f3d4b4d%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/bd6b7015-91fa-4e87-9543-2b6b4f3d4b4d%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Thanks!
> Mark Waite
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e2b7609d-460e-4082-9e3b-46a720d40c8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-06-07 Thread ABostonGal ABostonGal
Thank you Mark. Yes, I checked for that the Environment Variables but 
unfortunately: nothing! I've tried adding a JAVA_HOME variable pointing to 
the place where the tools.jar is and the build failed.
I'd really like to understand how the build files "think" they should 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 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 
> the Jenkins job that is failing to build
>
> In Jenkins console:
>
> No changes for svn://ab/cd/ef/gh/ijk since the previous build
>
> Copied 3 artifacts from "lmnop" build number 137
>
> Copied 2 artifacts from "qrst" build number 2700
>
> [uvwx] $ cmd.exe /C 
> "C:\Users\jenkins\jenkins_home\tools\hudson.tasks.Ant_AntInstallation\Ant_1.9.6\bin\ant.bat
>  
> get-revision compile-tests compile-javadoc package-jar package-javadoc && 
> exit %%ERRORLEVEL%%"
> Unable to locate tools.jar. Expected to find it in C:\Program 
> Files\Java\jre1.8.0_201\lib\tools.jar
>
>
> My notes about this: 
>
> What I want to know is: WHY does the build "expect" to find it in 
> "c:\Program Files\Java\jre1.8.0_201"? There IS no such path on the machine 
> on which the job is building...
>
> How can I find out WHERE that value is coming from? I've been looking at 
> the ant, build files and source code and don't see where that value would 
> be set.
>
> 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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/bd6b7015-91fa-4e87-9543-2b6b4f3d4b4d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
the Jenkins job that is failing to build

In Jenkins console:

No changes for svn://ab/cd/ef/gh/ijk since the previous build

Copied 3 artifacts from "lmnop" build number 137

Copied 2 artifacts from "qrst" build number 2700

[uvwx] $ cmd.exe /C 
"C:\Users\jenkins\jenkins_home\tools\hudson.tasks.Ant_AntInstallation\Ant_1.9.6\bin\ant.bat
 
get-revision compile-tests compile-javadoc package-jar package-javadoc && 
exit %%ERRORLEVEL%%"
Unable to locate tools.jar. Expected to find it in C:\Program 
Files\Java\jre1.8.0_201\lib\tools.jar


My notes about this: 

What I want to know is: WHY does the build "expect" to find it in 
"c:\Program Files\Java\jre1.8.0_201"? There IS no such path on the machine 
on which the job is building...

How can I find out WHERE that value is coming from? I've been looking at 
the ant, build files and source code and don't see where that value would 
be set.

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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/794e1399-0d52-42d9-b805-0e197667d3c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins does not restart on restarting Windows machine

2019-04-20 Thread ABostonGal ABostonGal
Thank you - I did check of course and it says "automatic"! I'll have to
play around with this. Now let me tell you, I think it might be my machine
now that I think of it...my machine has trouble starting because of a weak
battery and I wonder if this is what is causing the trouble...

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, 2019 at 8:17 AM ABostonGal ABostonGal <
> abostong...@gmail.com> wrote:
>
>> 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.
>>
>> What did I miss?
>>
>> --
>> 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 the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/c6eec9a7-a5fd-4f02-9724-3903749d9fee%40googlegroups.com
>> <https://groups.google.com/d/msgid/jenkinsci-users/c6eec9a7-a5fd-4f02-9724-3903749d9fee%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Sent from mobile device, excuse typos if any.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/pZq9duGtWyQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAPzcO4jchB%2BeUwtVNeaM%3D9r8cTdb7uRMvkcR8ZOzAWmS6%3D15fA%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CAPzcO4jchB%2BeUwtVNeaM%3D9r8cTdb7uRMvkcR8ZOzAWmS6%3D15fA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CACSamdBV2rwodpLudxCAW-qdtEmNRgf68QuZDXEpHxOkirKcxw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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. 

What did I miss?

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c6eec9a7-a5fd-4f02-9724-3903749d9fee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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. 

?

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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2d3fc97c-cf82-4bb0-ab56-fcdf0afc18d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-01-28 Thread ABostonGal ABostonGal
Ok - I wasn't sure; I wonder why the "Launch " button in the Jenkins UI 
(Manage Nodes) doesn't seem to be working then...
Tough situation for me: complicated inherited environment with need to 
update both Jenkins and plugins. Tried it once and thought I was successful 
but ended up having to revert because of errors.



On Sunday, January 28, 2018 at 4:25:16 PM UTC-5, Mark Waite wrote:
>
> That difference in Java versions if not likely he cause of the agent going 
> offline,  Need to look elsewhere.
>
> 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 
>> "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 versions on my machines:
>>
>> Java version on the “Jenkins master” (on unix virtual machine) is: 
>>  1.8.0_111 
>>
>>  
>>
>> Java version on the “Jenkins slave” (on a windows 7 professional machine) 
>> is: 1.8.0.112
>>
>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/eac232c7-b3f5-4d2d-acce-5d70fa9baeb3%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/eac232c7-b3f5-4d2d-acce-5d70fa9baeb3%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0c924520-fd42-400b-8f3a-b62997145314%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-01-28 Thread ABostonGal ABostonGal
Thank you - yes I'll be looking at all you suggest.


On Sunday, January 28, 2018 at 4:43:27 PM UTC-5, slide wrote:
>
> Have you checked the logs on the agent machine? There should be some logs 
> there which might give you some more information about the failure. Has 
> anything changed on the machines recently? Firewall settings updates, OS 
> updates, etc? 
>
> On Sun, Jan 28, 2018 at 2:25 PM Mark Waite  > wrote:
>
>> That difference in Java versions if not likely he cause of the agent 
>> going offline,  Need to look elsewhere.
>>
>> 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 
>>> "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 versions on my machines:
>>>
>>> Java version on the “Jenkins master” (on unix virtual machine) is: 
>>>  1.8.0_111 
>>>
>>>  
>>>
>>> Java version on the “Jenkins slave” (on a windows 7 professional 
>>> machine) is: 1.8.0.112
>>>
>>>
>>> -- 
>>> 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-use...@googlegroups.com .
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/eac232c7-b3f5-4d2d-acce-5d70fa9baeb3%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/jenkinsci-users/eac232c7-b3f5-4d2d-acce-5d70fa9baeb3%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEsZ2VRVEH8Eys3EpwKQycHka9vjEJdA%2BcueY4aTxnXgw%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEsZ2VRVEH8Eys3EpwKQycHka9vjEJdA%2BcueY4aTxnXgw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/83303627-08aa-4d7b-b7b0-12c3776e8f2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 versions on my machines:

Java version on the “Jenkins master” (on unix virtual machine) is: 
 1.8.0_111 

 

Java version on the “Jenkins slave” (on a windows 7 professional machine) 
is: 1.8.0.112


-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/eac232c7-b3f5-4d2d-acce-5d70fa9baeb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 technology, in any case, I 
> wanted to highlight it's worth testing those upgraded plugins somewhere 
> else.
>
> Cheers
>
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/12f14aa2-30e1-4d13-a43c-ef8e7f0a6185%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, Victor Martinez wrote:
>
> Just to clarify the Manage Plugins UI looks after those dependencies too, 
> but to be in a safe position, it's worth to try those upgrades somewhere 
> else beforehand, to avoid any issues, probably bumping a docker instance 
> locally with the same jenknis version and list of plugins might help you 
> out to test those plugins before uploading them, although it's not 100% 
> safe but a bit less intrusive in case no similar testing jenkins instance.
>
> Cheers
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/74ebd80d-d124-4dfe-af8d-fb828aad21a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Update Jenkins Plugins

2018-01-12 Thread ABostonGal ABostonGal
Yes the plugins are on the unix machine.

I will try to do this manually  from the command line. The Manage Plugins 
UI does tell me what the dependencies are for each plugin so if I take note 
and pay attention - I will probably get something done. I just wish I had a 
better grasp of tools and 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 plugins from 
> the UI Manage Plugins page. And again, what I'm concerned about is that 
> that they are installed on a unix machine NOT my machine.
>
>
> ??? They are installed on the machine your Jenkins runs on. Where else?
>
> Bye...
>
> Dirk
> -- 
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenTextTM Discovery | Recommind
> *Email*: dirk.he...@recommind.com 
> *Website*: www.recommind.de
>
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
>
> Vertretungsberechtigte Geschäftsführer John Marshall Doolittle, Gordon 
> Davies, Roger Illing, Registergericht Amtsgericht Bonn, Registernummer HRB 
> 10646
>
> This e-mail may contain confidential and/or privileged information. If you 
> are not the intended recipient (or have received this e-mail in error) 
> please notify the sender immediately and destroy this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden
>
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und 
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte 
> Weitergabe dieser Mail sind nicht gestattet.
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f440088c-e95a-417c-addd-4e658dd6b4a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Update Jenkins Plugins

2018-01-12 Thread ABostonGal ABostonGal
Yes really! That's what I was asking: if I *could* update the plugins from 
the UI Manage Plugins page. And again, what I'm concerned about is that 
that they are installed on a unix machine NOT my machine.
Thanks again.

On Thursday, January 11, 2018 at 1:35:51 AM UTC-5, Dirk Heinrichs 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 you want to update, click 
> *Download 
> now and install after restart*, restart Jenkins when appropriate.
>
> Should also be in the docs, btw.
>
> HTH...
>
> Dirk
> -- 
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenTextTM Discovery | Recommind
> *Email*: dirk.he...@recommind.com 
> *Website*: www.recommind.de
>
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
>
> Vertretungsberechtigte Geschäftsführer John Marshall Doolittle, Gordon 
> Davies, Roger Illing, Registergericht Amtsgericht Bonn, Registernummer HRB 
> 10646
>
> This e-mail may contain confidential and/or privileged information. If you 
> are not the intended recipient (or have received this e-mail in error) 
> please notify the sender immediately and destroy this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden
>
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und 
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte 
> Weitergabe dieser Mail sind nicht gestattet.
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/913edfa4-aaf1-4ba8-b84f-868f916cdd81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 update the plugins from 
> there either - right? 
>
>
> Wrong.
>
> Bye...
>
> Dirk
> -- 
> *Dirk Heinrichs*
> Senior Systems Engineer, Delivery Pipeline
> OpenTextTM Discovery | Recommind
> *Email*: dirk.he...@recommind.com 
> *Website*: www.recommind.de
>
> Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
>
> Vertretungsberechtigte Geschäftsführer John Marshall Doolittle, Gordon 
> Davies, Roger Illing, Registergericht Amtsgericht Bonn, Registernummer HRB 
> 10646
>
> This e-mail may contain confidential and/or privileged information. If you 
> are not the intended recipient (or have received this e-mail in error) 
> please notify the sender immediately and destroy this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden
>
> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte 
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
> irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und 
> vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte 
> Weitergabe dieser Mail sind nicht gestattet.
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/908a23b0-6e3b-401c-a130-cf46cdf54174%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Update Jenkins Plugins

2018-01-10 Thread ABostonGal ABostonGal
Adding to the first post: I see in the configuration for the plugins in 
Jenkins the name of the unix machine and the directory for the plugins - 
but that doesn't mean that if I try to update them from the plugin manager 
that I will be able to connect to the unix machine and update the plugins 
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 - 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 on the plugin manager. Since I can't 
> update Jenkins from the UI, I can't update the plugins from there either - 
> right? 
>
> Is my only option updating each plugin from a sudo command line in unix?
>
> Is there an expedited way that someone who is not well-versed or 
> experienced in this environment (unix and all related) yet can do this?
>
> 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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b6e4120b-d4dc-4dc7-bde5-d257e7cbbfd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 on the plugin manager. Since I can't 
update Jenkins from the UI, I can't update the plugins from there either - 
right? 

Is my only option updating each plugin from a sudo command line in unix?

Is there an expedited way that someone who is not well-versed or 
experienced in this environment (unix and all related) yet can do this?

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 it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/499a6216-586e-4451-acff-8dd8483724eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 
> script in the source code only allows alteration of one database at a time; 
> I want to be able to run this process from Jenkins and also do restores, 
> backups and archives on multiple databases...
> Thanks!
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2b63a005-7a6b-465d-80ac-d584a45220df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2017-12-07 Thread ABostonGal ABostonGal
I should clarify that when the tests run in Jenkins there is a script that 
restores the databases when the tests are done using their specific 
database; however I want something in Jenkins users can use to trigger a 
batch restore process AND  a batch backup and archive process...

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 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 
> script in the source code only allows alteration of one database at a time; 
> I want to be able to run this process from Jenkins and also do restores, 
> backups and archives on multiple databases...
> Thanks!
>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c04ac355-cd22-4502-aa27-6baf5b2fb958%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
script in the source code only allows alteration of one database at a time; 
I want to be able to run this process from Jenkins and also do restores, 
backups and archives on multiple databases...
Thanks!

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c53fc66f-f9a0-42b4-bf5f-3e70fdaa12c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Stopping pipeline builds easily and question on architecture

2017-10-22 Thread ABostonGal ABostonGal
Thank you! I did look at the version and while I cannot remember exactly 
what it is, I seem to recall it's due for an update. Think I'll keep 
pipeline because there is talk about making all our processes as integrated 
as possible.
Your answer is so well written and easy to understand - thank you again.
Alison

On Saturday, October 21, 2017 at 7:14:31 PM UTC-4, Robert Hales wrote:
>
> You are probably talking freestyle vs. pipeline jobs. Pipeline are the 
> groovy scripted ones.  
>
> Really, the pipeline jobs SHOULD only be doing some simple logic and 
> running the a build script (such as an ant build.xml). The pipeline code is 
> a newer way to do it, and is a much more flexible way to chain different 
> jobs. i.e. you can pull code from a repo, build it, test it, and deploy it, 
> all in one job, all written as code that can be kept in version control. 
>
> If the jobs are doing something very simple like just running and ant 
> build.xml, then you should be able to easily rebuild those into a freestyle 
> job. If they have used the pipeline code to actually perform the build, you 
> would have to write and and build script. 
>
> As to the question of aborting the jobs... What version of Jenkins do you 
> have? Depending on what the pipeline scripts are doing, there were some 
> bugs that caused different problems with aborting in earlier versions. It 
> may be that you just need to upgrade your Jenkins to a newer version, or 
> upgrade some plugins. . From my experience, the upgrades are easy.  
>
> Scripted pipeline jobs are usually better for all but the most simple of 
> jobs, but if you don't want to invest the time to learn how to write and 
> maintain them, and all your 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 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 
>> panel for the job through to clicking on two links in the console. The jobs 
>> that run from a build xml are easy: click once on the red x in the Executor 
>> panel, and I'm done.
>>
>> Is there a easier way to stop the pipeline builds?
>>
>> 2. Can I change the pipeline builds back to the architecture that just 
>> uses the build xml files? 
>>
>>
>>

-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b8034887-a8e4-4894-87e1-c7de33a253ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
panel for the job through to clicking on two links in the console. The jobs 
that run from a build xml are easy: click once on the red x in the Executor 
panel, and I'm done.

Is there a easier way to stop the pipeline builds?

2. Can I change the pipeline builds back to the architecture that just uses 
the build xml files? 


-- 
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 the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5e803972-3678-4745-b5d2-ca9876a797e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.