No "plugins" in the plugin's groupId: io.jenkins.configuration-as-code
See original GitHub issueI would like to discuss it, because the most of the plugins are using locations likeio.jenkins.plugins
. For JCasC plugin there is no “plugin” next neither in groupId nor in artifactId. It would be preferable to have it IMHO
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Configuration as Code - Jenkins Plugins
The Configuration as Code plugin is an opinionated way to configure Jenkins based on human-readable declarative configuration files.
Read more >When using configuration-as-code-tests on project ... - GitHub
[ 2.107.1 ] Jenkins version [ 1.7, 1.8 ] Plugin version [ Mac (but ... OS When adding configuration-as-code with classifier tests into...
Read more >jenkinsci/configuration-as-code-plugin - Gitter
I do, I just noticed I needed to install jobs-dsl I'm now onto another No io.jenkins.plugins.casc.support.jobdsl.ScriptSource implementation found for ...
Read more >Hosting Plugins - Jenkins
Plugin pages are hosted on https://plugins.jenkins.io/, these pages are being generated automatically using the metadata from the latest plugin ...
Read more >jenkins/custom-war-packager - Docker Image
Configuration as Code - configuring WAR with Configuration-as-Code Plugin via YAML ... <plugin> <groupId>io.jenkins.tools.custom-war-packager</groupId> ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
as jenkins doesn’t use groupId, but only artifactId, we could publish with groupId x.y.z without impact, so who care ?
Some features (plugin installer) and issues (init race condition with job loading) seems to be hard to implement by a plugin. At some point casc could become an extension to jenkins-core (to be added in /lib).