Skip to content

Releases: mktmpio/mktmpio-jenkins-plugin

This changes everything!

27 Jul 00:31
@rmg rmg
Compare
Choose a tag to compare
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'
    }
}

Works for me!

26 Jul 05:52
@rmg rmg
Compare
Choose a tag to compare
Works for me! Pre-release
Pre-release

This is an alpha "Works for me!" release before this plugin gets hosted on the jenkinsci org.