๐ <jenkins>: <need support multi-host jenkins>
Opened this issue ยท 2 comments
Plugin Name
jenkins
๐ Feature description
this plugin only support get jenkins info from one host
๐ค Context
our company has two jenkins host for different public cloud service. but now this plugin only support get jenkins info from one host
โ๏ธ Possible Implementation
No response
๐ Have you spent some time to check if this feature request has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
None
The Jenkins plugin supports multiple Jenkins hosts with the instances
configuration attribute.
https://github.com/backstage/community-plugins/blob/main/workspaces/jenkins/plugins/jenkins-backend/config.d.ts#L37
Does this not work for your use case?
The Jenkins plugin supports multiple Jenkins hosts with the
instances
configuration attribute. https://github.com/backstage/community-plugins/blob/main/workspaces/jenkins/plugins/jenkins-backend/config.d.ts#L37Does this not work for your use case?
I just read the source code and know how to config instance in catalog-info.yaml file. the 'jenkins.io/job-full-name' should start with "${instance_name}:", is that right? this should be add in this readme file: https://github.com/backstage/community-plugins/blob/main/workspaces/jenkins/plugins/jenkins/README.md