Support PostgreSQL database in addition to MySQL
Download: https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/pipeline-maven/3.6.15-beta-1/pipeline-maven-3.6.15-beta-1.hpi
benoit guerin as you "liked" https://github.com/jenkinsci/pipeline-maven-plugin/pull/214, could you test the PostgreSQL support using pipeline-maven-3.7.0-beta-1.hpi. Please don't forget to install the PostgreSQL API plugin to load the postgresql driver in the classpath of Jenkins.
Of course I will
Just a question, is there any automatic migration path from embedded H2 to external MySQL / PostGreSQL ?
benoit guerin unfortunately, we don't have a migration tool for the moment.
Delivered in 3.7.0
Install Configuration (warning that PG 9.6 not officially supported, but connection successfull)
I need to figure out a migration path, before switching
Thanks benoit guerin, I didn't test PostgreSQL 9 but we use very very standard features. I found https://github.com/dimitri/pgloader to migrate data from MySQL to PostgreSQL but I didn't test.
Documentation: https://wiki.jenkins.io/display/JENKINS/Pipeline+Maven+Plugin#PipelineMavenPlugin-UsingaPostgreSQLDatabase(since3.7.0)