Can't find recommended version 2.222.2.1 rev2

2020-05-13 Thread Andrew Smith
Looking at this 
 security 
advisory, it recommends upgrading to version 2.222.2.1 rev2, and I also see 
a warning in my Jenkins admin UI.

But I've already run "sudo apt-get update" and "sudo apt-get upgrade" and I 
don't see that version available.

Output of "apt-cache policy cloudbees-jenkins-distribution" is:

cloudbees-jenkins-distribution:
  Installed: 2.222.2.1
  Candidate: 2.222.2.1
  Version table:
 *** 2.222.2.1 500
500 
https://downloads.cloudbees.com/cloudbees-jenkins-distribution/rolling/debian 
binary/ Packages
100 /var/lib/dpkg/status
 2.222.1.1 500
500 
https://downloads.cloudbees.com/cloudbees-jenkins-distribution/rolling/debian 
binary/ Packages


Can anyone advise how I can get this latest version, or point me to correct 
place to ask?

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/48b34dc4-4b4c-4ae0-8231-a5d2d5032835%40googlegroups.com.


Git Sparse Checkout and notifyCommit

2015-03-18 Thread Andrew Smith
Hi

I'm using Git Sparse Checkout (through the jenkins git plugin) to allow me
to checkout only 1 directory from a git repo.

I am also using /git/notifyCommit to notify Jenkins of git changes and
allow automatic rebuilds when they occur.

My problem is that I have repo1:

repo1
.
..
dir_a/
dir_b/

And jenkins project a building only dir_a, project b building only dir_b
(thought sparse checkout).

But If I make changes to dir_b, and send a notifyCommit to jenkins my Git
Polling Log for project a says Changes found and project a is rebuilt
(even though none of the files have changed).

Is there a way to force the git has it changed mechanism to consider the
git sparse checkout option?

Thanks
-- 
Andy Smith
http://andrewmichaelsmith.com | @bingleybeep

-- 
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/CALfgT%3DoP3t%3DATCFaq9tAQb64tpw6MnAYQp3gnp08nBOEeE4b5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Git Sparse Checkout and notifyCommit

2015-03-18 Thread Andrew Smith
To answer my own question:

The poll does not care about your sparse checkout settings. But you can add
an additional git option to achieve this:

*Polling ignores commits in certain paths*

On 18 March 2015 at 13:26, Andrew Smith m...@andrewmichaelsmith.com wrote:

 Hi

 I'm using Git Sparse Checkout (through the jenkins git plugin) to allow me
 to checkout only 1 directory from a git repo.

 I am also using /git/notifyCommit to notify Jenkins of git changes and
 allow automatic rebuilds when they occur.

 My problem is that I have repo1:

 repo1
 .
 ..
 dir_a/
 dir_b/

 And jenkins project a building only dir_a, project b building only dir_b
 (thought sparse checkout).

 But If I make changes to dir_b, and send a notifyCommit to jenkins my Git
 Polling Log for project a says Changes found and project a is rebuilt
 (even though none of the files have changed).

 Is there a way to force the git has it changed mechanism to consider the
 git sparse checkout option?

 Thanks
 --
 Andy Smith
 http://andrewmichaelsmith.com | @bingleybeep




-- 
Andy Smith
http://andrewmichaelsmith.com | @bingleybeep

-- 
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/CALfgT%3Dph133J5iRDMk1edO8QO1JXgXAza5UR9kvJ%2BEYKY8dnaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Intermittent Hangs on Jenkins

2015-01-20 Thread Andrew Smith
Hi

We've had another hang with a more suspicious looking output from jstack /
jmap

jstack - https://paste.ee/p/4Ny9t
jmap -heap - https://paste.ee/p/yMuNr

Any input greatly appreciated!
Thanks


On 19 January 2015 at 11:07, Andrew Smith m...@andrewmichaelsmith.com wrote:

 Looks like my attachments got stripped, files are:

 jstack - http://dpaste.com/1DZ44P7
 jmap - http://dpaste.com/1FQJC3N



 On 16 January 2015 at 17:46, Andrew Smith m...@andrewmichaelsmith.com
 wrote:

 Hi

 We're getting intermittent hangs on our jenkins server. Basically it just
 stops responding completely. We see our access attempts in the access.log
 but the jenkins log is no longer updated.

 The only way to rectify the issue seems to be to restart jenkins.

 I've followed
 https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging and have
 attached our jstack and jmap outputs.

 Any ideas?

 Thanks




 --
 Andy Smith
 http://andrewmichaelsmith.com | @bingleybeep




-- 
Andy Smith
http://andrewmichaelsmith.com | @bingleybeep

-- 
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/CALfgT%3Dr3xsvB0x6ZAvm8EJxjvCAstW%3DMf09bYP0sV%2BHpwTtDyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Intermittent Hangs on Jenkins

2015-01-19 Thread Andrew Smith
Looks like my attachments got stripped, files are:

jstack - http://dpaste.com/1DZ44P7
jmap - http://dpaste.com/1FQJC3N



On 16 January 2015 at 17:46, Andrew Smith m...@andrewmichaelsmith.com wrote:

 Hi

 We're getting intermittent hangs on our jenkins server. Basically it just
 stops responding completely. We see our access attempts in the access.log
 but the jenkins log is no longer updated.

 The only way to rectify the issue seems to be to restart jenkins.

 I've followed
 https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging and have
 attached our jstack and jmap outputs.

 Any ideas?

 Thanks




-- 
Andy Smith
http://andrewmichaelsmith.com | @bingleybeep

-- 
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/CALfgT%3DoD%3Dyc8TC7_aXwTOGLpmmLWSjqZCPdhm11fs_WAb%3DTdzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Intermittent Hangs on Jenkins

2015-01-16 Thread Andrew Smith
Hi

We're getting intermittent hangs on our jenkins server. Basically it just
stops responding completely. We see our access attempts in the access.log
but the jenkins log is no longer updated.

The only way to rectify the issue seems to be to restart jenkins.

I've followed https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging
and have attached our jstack and jmap outputs.

Any ideas?

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/CALfgT%3Dqspwsz9oPZExsRS-Ert3WYw7h6ZPiDytKB_DPk%2BOd2Gg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


jstack
Description: Binary data


jmap
Description: Binary data


Weekly E-mail Reports

2014-11-20 Thread Andrew Smith
Hi

We're looking to use jenkins more at work and we want to increase it's
visibility (of things like code coverage, number of tests, etc.).

One way I thought to do this was to have a weekly jenkins report. Listing
the projects, alongside some graphs and metrics.

Are there any projects out there that do this? Or has anyone got any
experience whipping up a script to do it?

Thanks
Andy

-- 
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.com/d/optout.


Jenkins dependencies and setup.py

2014-09-29 Thread Andrew Smith
Hi

I'm looking to set up jenkins to build a bunch of different python modules 
that are dependent upon each other.

Let's say I have a module app (Web App) that is dependent upon another 
module (Library).  I would like Web App
to be re-built whenever Library is rebuilt. 

In Jenkins I can achieve this with the Build after other projects are 
built build trigger.

However - I've already defined that dependency in my setup.py for my Web 
App module. What I'd really like to do is have Jenkins
understand the setup.py and set up the build triggers that way. This way 
if a developer changes a dependency they only need to
change it once.

Has anyone come across as similar problem? 

Thanks
Andy

-- 
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.com/d/optout.