This changes everything!
Pre-release
Pre-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'
}
}