-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.249.1
org.jenkins-ci.main:maven-plugin:3.7
-
-
pipeline-maven-3.11.0
I followed the "Using a PostgreSQL database" guide on https://plugins.jenkins.io/pipeline-maven/ to replace my current H2 database. It seems that everything is set up properly, but still I get a warning
Non tested PostgreSQL version 12.2. MySQL Server version 5.7+ or Amazon Aurora MySQL 5.6+ or MariaDB 10.2+ or PostgreSQL 10+ is required
I indeed have PostgreSQL version 12.2, so why is Jenkins complaining and telling me PostgreSQL 10+ is required? Isn't 12.2 more than 10?
> psql --version psql (PostgreSQL) 12.2
Here a screenshot of my current configuration:
- links to