jenkinsci / label-linked-jobs-plugin

LabelPluginSettings
https://plugins.jenkins.io/label-linked-jobs/
2 stars 13 forks source link

JENKINS-38342 - Including also the labels defined in Cloud templates to be shown in LabelDashboard. #5

Closed andyuk1986 closed 7 years ago

andyuk1986 commented 8 years ago

https://issues.jenkins-ci.org/browse/JENKINS-38342 Prehistory: My team sometimes faces the problem when the job should be attached to label which is linked to a cloud template. The "label expression" may be auto-filled in job configuration page, but it is not convenient when you don't know what labels are available.

The purpose of this pull request is to show also the labels linked to Cloud Templates (in the Labels Dashboard), so that later when the user creates a job he knows what are the available labels and to which clouds they are connected.

dominiquebrice commented 8 years ago

hi @andyuk1986, thanks for your interest in this plugin!

In addition to small remarks in your code, I have two other requests for you:

Thanks!

andyuk1986 commented 8 years ago

Hi @dominiquebrice , thanks a lot for your review. I have fixed your comments, as well as changed a bit the Linked Jobs page to show the provisioning cloud information. Also I have created and Improvement Jira with corresponding screenshots. You can find it here: https://issues.jenkins-ci.org/browse/JENKINS-38342

Thanks in advance, Anna.