Coder Social home page Coder Social logo

bamboo-specs-dsl's People

Contributors

thecodesmith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bamboo-specs-dsl's Issues

Remote builds?

Is it possible to have Bamboo build & execute the specs after checking them in? I'm trying to replicate the sort of system we see with Travis or CircleCI where my specs are in my project repository and the build plan is adjusted based on them.

I initially tried using Maven + Kotlin, but it seems that Bamboo replaces the plugin section of the POM & I can't seem to get it to work. I was curious, has anyone been able to use this project in such a manner?

Support for Plugin Configuration?

Hi,

Bamboo seems not having support for code coverage reports except clover. On Job level in tab "Miscellaneous" you can adjust clover to take a "clover.xml" and it then is displaying graphs about line coverage and so on.

Would be great if you could add this to your DSL.
We are (currently) evaluating your library and it looks very promising.

Best Regards,
Thomas

Support of docker runner

For example a job with docker runner in java specs

new Job("Default Job", 
new BambooKey("DR"))
.tasks(new VcsCheckoutTask()
.description("Checkout Default Repository")
.checkoutItems(new CheckoutItem().defaultRepository())
.cleanCheckout(true), 
new ScriptTask()
        .description("build and push")
        .location(ScriptTaskProperties.Location.FILE)
        .fileFromPath("${bamboo.working.directory}/build.sh"))
.dockerConfiguration(new DockerConfiguration()
.image("golang")
.volume("/var/run/docker.sock", "/var/run/docker.sock")
.volume("/root/.docker/config.json", "/root/.docker/config.json"))

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.