Giter Site home page Giter Site logo

bamboo-docker's People

Contributors

geoghegan avatar matisku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bamboo-docker's Issues

Support for custom agent homedir

The agent should support arbitrary BAMBOO_AGENT_HOME directories passed in as an environmental variable.

Currently the BAMBOO_AGENT_HOME defaults to /root/. With an arbitrary homedir, we can mount this from the Docker host and preform actions on it outside the container

Support for bamboo-capabilities.properties

Bamboo supports setting arbitrary variables in the bamboo-capabilities.properties file of the agent. The format of the file is in the form key=value separated by a return char.

This is useful, for example, to set environment specific variables on the agent. Using these environment specific variables, one can ensure that only certain agents can run certain build and/or deploy jobs. These build and/or deploy jobs can be further restricted down to certain users or groups of Bamboo Server thanks to RBAC.

This means that only certain users can run certain builds/deploys, and these builds/deploys can only happen on certain servers.

It would be nice for this project to support the use of the bamboo-capabilities.properties file

Support for Agent security token verification

Bamboo supports "Security Token Verification" - where the agent passes a, static, token to the server for authentication.

It would be nice for the agent scripts to support these security tokens.

The format for launching with a security token is

java -jar atlassian-bamboo-agent-installer-${AGENT_VERSION}.jar http://${BAMBOO_SERVER}:${BAMBOO_SERVER_PORT}/agentServer/ -t ${BAMBOO_SECURITY_TOKEN}

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.