Giter Site home page Giter Site logo

Plugin Tools about my-bloody-jenkins HOT 3 CLOSED

odavid avatar odavid commented on July 28, 2024
Plugin Tools

from my-bloody-jenkins.

Comments (3)

odavid avatar odavid commented on July 28, 2024

Hi,
I've added the following plugins to the image itself. As for configuration, here is an example of custom-tool and sbt using configuration_as_code section. Any other plugins can be configured in the same manner.

configuration_as_code:
  tool:
    customTool:
      installations:
      - name: "tool-name"
        home: /x/y/z
        properties:
        - installSource:
            installers:
            - command:
                command: >
                  curl -o tool-name.tar. -L | ...
    sbtInstallation:
      installations:
      - name: my-sbt
        sbtArguments: -Dxyz=zzz
        home: "" ## Jenkins will take care, since it is auto installer
        properties:
        - installSource:
            installers:
            - sbtInstaller:
                id: '1.2.8'

from my-bloody-jenkins.

marky-mark avatar marky-mark commented on July 28, 2024

Great. Thanks

from my-bloody-jenkins.

marky-mark avatar marky-mark commented on July 28, 2024

also can do

    configuration_as_code:
       tool:
          customTool:
              installations:
              - name: "cassandra-installer-3.10"
                home: ""
                properties:
                - installSource:
                    installers:
                      - zipExtractionInstaller:
                          label: "linux&&x64"
                          subdir: "cassandra-installer-3.10"
                          url: "http://mirrors.whoishostingthis.com/apache/cassandra/3.11.3/apache-cassandra-3.11.3-bin.tar.gz"

from my-bloody-jenkins.

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.