jenkinsci / configuration-as-code-plugin

Jenkins Configuration as Code Plugin
https://plugins.jenkins.io/configuration-as-code
MIT License
2.69k stars 720 forks source link

JiraTestResultReporter configuration not showed in Jsac Configuration-as-code plugin #1930

Open shiv8080 opened 2 years ago

shiv8080 commented 2 years ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

What Operating System are you using (both controller, and any agents involved in the problem)?

K8s cluster

Reproduction steps

We are using Jenkins Jcasc to deploy and configure jenkins. This is working fine, with every deployment all required plugins and integration of different tools with credentials is working fine. I want to add JiraTestReusltReporter configuration using Jcasc. But the details regarding this tool is not found in Configuration as Code.

  1. Go to Manage Jenkins->ConfigureSysytem->Add JiraTestResultReporter details and save it
  2. Go to Manage Jenkins->Configuration as Code Here, I would like to know How JiraTestReusltReporter configuration saved, But the details are not showed here.

Expected Results

  1. Go to Manage Jenkins->ConfigureSysytem->Add JiraTestResultReporter details and save it
  2. Go to Manage Jenkins->Configuration as Code

Here JiraTestReusltReporter configuration details should be shown here.

Actual Results

  1. Go to Manage Jenkins->ConfigureSysytem->Add JiraTestResultReporter details and save it
  2. Go to Manage Jenkins->Configuration as Code

Here JiraTestReusltReporter configuration details are NOT shown here.

Anything else?

No response

vemulaanvesh commented 6 months ago

@shiv8080 i do face the same issue, do you have any alternative fix for this ?