Code Monkey home page Code Monkey logo

Comments (1)

bluesliverx avatar bluesliverx commented on July 20, 2024

You probably could do this with pipeline scripts as it is today if you setup a build to build after any comment (.*) and then change the configuration through the properties call (not sure what this looks like in declarative pipeline since we don't use it). Alternatively, if you have a global pipeline library set up, you could use it to add an additional Action to the raw build itself, and then check for that action on subsequent builds to see if anything needs to be done.

In our usage of our, we actually use two different multibranch pipeline jobs for each module in our system. The first multibranch job takes care of the heavy lifting of the build itself, and is only triggered from commit changes or a very specific message like "REBUILD". The second multibranch job runs a very quick, very small job on every PR comment that does some other things for us. You could use a similar setup to prevent comments from causing too many builds.

from github-pr-comment-build-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.