Open vdelendik opened 6 years ago
Jenkins.instance.pluginManager.plugins.each{ plugin -> println ("${plugin.getShortName()}:${plugin.getVersion()}") }
ghprb:1.42.1 github-api:1.111 ^^ are latest They're installed
Already installed plugins: pipeline-utility-steps:2.5.0 sonar:2.11 build-user-vars-plugin:1.5 http_request:1.8.26
Need to be installed: s3:0.11.5
How to check:
On your machine:
cd jenkins-master
git chekout develop
git pull
docker build -t qaprosoft/jenkins-master:
The number of version for build-user-vars-plugin is not too clear for user:
Tested on qaprosoft/jenkins-master:test localy.
Fixed
this ticket can't be closed as we always should jump to the latest jenkins versions
259 jenkins version applied, latest plugins propagated. please test using zebrunner/zebrunner branch: develop - just sanity check and reopen again the ticket
skip for 1.2 release and assigned to 1.3
done for 1.3 and moved to 1.4. for testing in 1.3 #317 submitted
in 1.5 upgraded 2.267-jdk11 to 2.282-jdk11. changes pushed as jenkins-master:1.5-beta2 to zebrunner develop branch. Do sanity check after setup and reopen again the ticket if everything is ok
Verified on develop branch. Sanity passed.
upgraded to 2.286 version. Also make sure to keep swarm plugin v2.34 otherwise it can't connect due to the https://issues.jenkins.io/browse/JENKINS-65119
Verified. Fixed.
new set of plugins upgraded: https://github.com/zebrunner/jenkins-master/commit/670865b563bbce13de9240159bdeba2b0e1652ed
need to re-test using basic acceptance scenario
Verified. Fixed.
done, jenkins-master upgraded 2.286 -> 2.301. do basic acceptance using zebrunner from branch: develop
Verified on develop branch. Sanity passed.
upgraded to the 306 and adjusted plugins. do basic acceptance using develop CE community-edition(zebrunner) branch
Verified on develop branch: jenkins version is 306.
done, required upgrades ported to 1.8-beta1. just setup CE from develop and do basic acceptance
Updated groovy script to print sorted plugins (pay attention to case-sensitive letters)
def pluginList = new ArrayList(Jenkins.instance.pluginManager.plugins)
pluginList.sort { it.getShortName() }.each{
plugin ->
println ("${plugin.getShortName()}:${plugin.getVersion()}")
}
@okamara - if all good, put notes and reopen so we reassign for future milestone
verified, some plugins show warnings http://3.126.150.168/jenkins/manage/pluginManager/installed:
Starting from jenkins 2.414.1
we have java memory exception on Ubuntu 16 server. So we have to update our server OS first.
[!NOTE] Jenkins LTS Upgrade Guide https://www.jenkins.io/doc/upgrade-guide/
418 jenkins version update up to 2.452.1-lts-jdk11
these changes were reverted
latest: GitHub Pull Request Builder github-api
install: pipeline-utility-steps SonarQube Scanner for Jenkins S3 Publish user build vars plugin HTTP Request Plugin
also: https://wiki.jenkins.io/display/JENKINS/Build+User+Vars+Plugin