Relative Content

Tag Archive for jenkins

Conventions for revision control with Maven/Jenkins

For a software project I am working on, we have a ‘dev => QA => production’ methodology. That is, we create a release candidate (deployed to Artifactory), give it to QA (deploy to QA systems and a QA backend/application server) who takes a week or so to look at it, and if they it’s ok, we make a production release.

migrating jenkins from older version to newer version and doing it on another server

For some reasons we have to move Jenkins from 2.176.2 which is running in centos 7 to new jenkins version 2.440.3 on debian12 different server. As we are on a old version so a updated is also need on same time. What are things we should consider. Also not sure if we need to configure all jobs in new instance manually or there is faster way to clone them from existing instance. We have around 5 jobs
and we have script to deploy the old plugins from old server