-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
any
Rely on 'database' plugin instead of jdbc configuration (like is done on the junit plugin)
To have configration like this
pipelineMaven:
storage: "database"
Instead of
pipelineMaven: daoClass: "org.jenkinsci.plugins.pipeline.maven.db.PipelineMavenPluginPostgreSqlDao" globalTraceability: false jdbcCredentialsId: "postgresql" jdbcUrl: "jdbc:postgresql://postgresql-jenkins:5432/jenkins"
`
Global configuration is done from 'Manage System'
Current maven config is done from 'Tools'
A good example is the junit plugin
junitTestResultStorage:
storage: "database"
And it's UI configuration
Regards,
- blocks
-
JENKINS-71761 pipeline-maven-plugin causing error for database has been closed
- Open
-
JENKINS-70406 Add support for SQL Server database
- Open