Re: 2.277.1, always upgrading

2021-03-18 Thread alan.l...@gmail.com
So I did find the file "/var/lib/jenkins/jenkins.install.InstallUtil.lastExecVersion: $ ls -l jenkins.install.InstallUtil.lastExecVersion -rw-r--r-- 1 jenkins jenkins 7 Feb 10 19:00 jenkins.install.InstallUtil.lastExecVersion jenkins.install.InstallUtil.lastExecVersion:2.263.4 Note: there

2.277.1, always upgrading

2021-03-18 Thread Alan Sparks
Something I do not recall seeing before... I have LTS Jenkins installed on my Ubuntu 18.04 AWS instance. Every time I stop/start Jenkins, the logs say: 2021-03-18 17:58:32.679+ [id=27]INFO hudson.PluginManager#loadDetachedPlugins: Upgrading Jenkins. The last running version was

Ubuntu 20.04 Jenkins upgrage issue

2021-03-18 Thread Čamo
I made an apt upgrade today on my Ubuntu 20.04 which runs Jenkins. This action throws me this error: root@:~# apt upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages were automatically

Re: sparse checkout multiple repositories

2021-03-18 Thread Mark Waite
Yes, it is possible. You'll need to use the "checkout" step rather than the "git" step. The documentation for the "git" step (in the online help of your Jenkins installation and on jenkins.io ) says: NOTE: The checkout step is the preferred SCM

sparse checkout multiple repositories

2021-03-18 Thread Manoj Chander
Hi Is it possible to sparse checkout multiple repositories from git . i want to check out specific folder alone from each project ? node('ATLAS && Linux') { dir('CalibrationResults') { git url: 'https://github.com/AtlasBID/CalibrationResults.git' } dir('Combination')