Giter Club home page Giter Club logo

Comments (5)

marcelloromani avatar marcelloromani commented on August 15, 2024

What worked in my experience is performing the build before attempting to start CC with the shell script.

from cruise-control.

sappusaketh avatar sappusaketh commented on August 15, 2024

ya currently doing that but trying to see if I can reduce my build time by downloading already built jar

from cruise-control.

marcelloromani avatar marcelloromani commented on August 15, 2024

I don't think build time is the issue here. How many times do you need to build CC's jars? Once per version. If you need to re-build CC every time you deploy then you have an issue in your pipeline.
Just build CC, store the resulting jars somewhere and consume them.

from cruise-control.

sappusaketh avatar sappusaketh commented on August 15, 2024

How many times do you need to build CC's jars? Once per version

Its once per version but My docker file do have other components like CC UI and nginx and if I have to change anything in dockerfile I m building the jars

Other option I considered is building CC in to its own docker image and reference it in my docker file which has other components but that will add additional things to manage in my cicd so planning to see if there is a way I can reduce build times during docker build using existing jars published to jfrog

from cruise-control.

marcelloromani avatar marcelloromani commented on August 15, 2024

We solved the issue by having one repository build and publishing the jars.
Another repo uses those jars and adds CC UI and other minor bits that we need in our specific use case.
In other words, separate building CC and building other stuff.

from cruise-control.

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.