Giter VIP home page Giter VIP logo

Comments (3)

Deepakkothandan avatar Deepakkothandan commented on August 16, 2024

@arunssasidhar I am facing the same issue.. Did you manage to resolve this issue ?

from scm-sync-configuration-plugin.

arunssasidhar avatar arunssasidhar commented on August 16, 2024

not yet.

from scm-sync-configuration-plugin.

Deepakkothandan avatar Deepakkothandan commented on August 16, 2024

@arunssasidhar This is how I managed to do this.

The problem:
SCM plugin overrides Jenkins start method, and the groovy script is executed only after the plugin initialises, so the config file is overwritten already.

The solution: (provisioning with ansible)

  1. Install jenkins
  2. two separate groovy files, one for plugin installation and one for scm config reload.
  3. First, place the plugin installation script in the init.groovy.d and restart jenkins
  4. Wait for jenkins to be online again
  5. Now clone the actual config repo somewhere (may be in /tmp)
  6. Replace /var/lib/jenkins/config.xml with the config.xml from the cloned repository.
  7. Place the scm-configuration xml in jenkins
  8. Place the groovy script for scm config reload in init.groovy.d
  9. Restart jenkins

from scm-sync-configuration-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.