Skip to content

This changes everything!

Pre-release
Pre-release
Compare
Choose a tag to compare
@rmg rmg released this 27 Jul 00:31
· 1 commit to master since this release

Massive renaming of classes and fields.

In addition to making things easier to develop, this also improves the user experience when using the Workflow plugin:

node {
    wrap([$class: 'Mktmpio', dbType: 'mysql']) {
        sh 'make config-db MYSQL_HOST=$MKTMPIO_HOST MYSQL_PORT=$MKTMPIO_PORT MYSQL_USER=$MKTMPIO_USERNAME MYSQL_PASSWORD=$MKTMPIO_PASSWORD'
        sh 'make test'
    }
}