Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-72677

Git parameter plugin is broken after I updated to version LTS 2.426.3

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • git-parameter-plugin

        1. plugin-issues-for-chris-tobey.png
          plugin-issues-for-chris-tobey.png
          96 kB
        2. error.log
          83 kB
        3. config1.xml
          3 kB
        4. config.xml
          4 kB
        5. image-2024-02-07-15-23-55-171.png
          image-2024-02-07-15-23-55-171.png
          18 kB

          [JENKINS-72677] Git parameter plugin is broken after I updated to version LTS 2.426.3

          Rogério Colferai created issue -

          We have the same issue with 2.426.3 LTS

          Christian Köberl added a comment - We have the same issue with 2.426.3 LTS

          Mark Waite added a comment -

          I can't duplicate the issue as reported. Please provide enough details so that others can duplicate the issue. "How to report an issue" includes a groovy script that will list all the plugins and their versions. Please provide the job definition that you are using as well. Job definitions are available by appending /config.xml to the URL of the job.

          I tested with Jenkins 2.426.3 with plugin versions as listed in my plugins.txt file. I created a freestyle project using the git client plugin repository that uses a git parameter to select from the list of tags and assigned the result to a parameter SELECTED_TAG. When I run the job it prompts with the list of tags from that repository. I changed the parameter to accept branches and tags and its showed the combined list of tags and branches.

          The job definition that I used was:

          <project>
          <actions/>
          <description/>
          <keepDependencies>false</keepDependencies>
          <properties>
          <hudson.plugins.jira.JiraProjectProperty plugin="jira@3.12">
          <siteName>https://issues.jenkins.io/</siteName>
          </hudson.plugins.jira.JiraProjectProperty>
          <hudson.plugins.buildblocker.BuildBlockerProperty plugin="build-blocker-plugin@1.7.9">
          <useBuildBlocker>false</useBuildBlocker>
          <blockLevel>GLOBAL</blockLevel>
          <scanQueueFor>DISABLED</scanQueueFor>
          <blockingJobs/>
          </hudson.plugins.buildblocker.BuildBlockerProperty>
          <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.8.0">
          <gitLabConnection>gitlab-connection-1</gitLabConnection>
          <jobCredentialId/>
          <useAlternativeCredential>false</useAlternativeCredential>
          </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty>
          <com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty plugin="naginator@1.436.vb_e769dcb_cdf6">
          <optOut>false</optOut>
          </com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty>
          <hudson.model.ParametersDefinitionProperty>
          <parameterDefinitions>
          <net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition plugin="git-parameter@0.9.19">
          <name>SELECTED_TAG</name>
          <description>Choose a tag from the list</description>
          <uuid>459432ec-3321-4a5d-889d-30ec9b20d057</uuid>
          <type>PT_BRANCH_TAG</type>
          <branch/>
          <tagFilter>*</tagFilter>
          <branchFilter>.*</branchFilter>
          <sortMode>DESCENDING_SMART</sortMode>
          <defaultValue>git-client-4.6.0</defaultValue>
          <selectedValue>NONE</selectedValue>
          <quickFilterEnabled>false</quickFilterEnabled>
          <listSize>8</listSize>
          <requiredParameter>false</requiredParameter>
          </net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition>
          </parameterDefinitions>
          </hudson.model.ParametersDefinitionProperty>
          <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@2.14">
          <maxConcurrentPerNode>0</maxConcurrentPerNode>
          <maxConcurrentTotal>0</maxConcurrentTotal>
          <categories class="java.util.concurrent.CopyOnWriteArrayList"/>
          <throttleEnabled>false</throttleEnabled>
          <throttleOption>project</throttleOption>
          <limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams>
          <paramsToUseForLimit/>
          </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
          </properties>
          <scm class="hudson.plugins.git.GitSCM" plugin="git@5.2.1">
          <configVersion>2</configVersion>
          <userRemoteConfigs>
          <hudson.plugins.git.UserRemoteConfig>
          <url>https://github.com/jenkinsci/git-client-plugin.git</url>
          </hudson.plugins.git.UserRemoteConfig>
          </userRemoteConfigs>
          <branches>
          <hudson.plugins.git.BranchSpec>
          <name>*/master</name>
          </hudson.plugins.git.BranchSpec>
          </branches>
          <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
          <gitTool>Default</gitTool>
          <submoduleCfg class="empty-list"/>
          <extensions/>
          </scm>
          <assignedNode>!windows</assignedNode>
          <canRoam>false</canRoam>
          <disabled>false</disabled>
          <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
          <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
          <jdk>(System)</jdk>
          <triggers/>
          <concurrentBuild>false</concurrentBuild>
          <builders>
          <hudson.tasks.Shell>
          <command>env | sort</command>
          <configuredLocalRules/>
          </hudson.tasks.Shell>
          </builders>
          <publishers/>
          <buildWrappers/>
          </project>
          

          Mark Waite added a comment - I can't duplicate the issue as reported. Please provide enough details so that others can duplicate the issue. "How to report an issue" includes a groovy script that will list all the plugins and their versions. Please provide the job definition that you are using as well. Job definitions are available by appending /config.xml to the URL of the job. I tested with Jenkins 2.426.3 with plugin versions as listed in my plugins.txt file . I created a freestyle project using the git client plugin repository that uses a git parameter to select from the list of tags and assigned the result to a parameter SELECTED_TAG . When I run the job it prompts with the list of tags from that repository. I changed the parameter to accept branches and tags and its showed the combined list of tags and branches. The job definition that I used was: <project> <actions/> <description/> <keepDependencies> false </keepDependencies> <properties> <hudson.plugins.jira.JiraProjectProperty plugin= "jira@3.12" > <siteName>https: //issues.jenkins.io/</siteName> </hudson.plugins.jira.JiraProjectProperty> <hudson.plugins.buildblocker.BuildBlockerProperty plugin= "build-blocker-plugin@1.7.9" > <useBuildBlocker> false </useBuildBlocker> <blockLevel>GLOBAL</blockLevel> <scanQueueFor>DISABLED</scanQueueFor> <blockingJobs/> </hudson.plugins.buildblocker.BuildBlockerProperty> <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin= "gitlab-plugin@1.8.0" > <gitLabConnection>gitlab-connection-1</gitLabConnection> <jobCredentialId/> <useAlternativeCredential> false </useAlternativeCredential> </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> <com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty plugin= "naginator@1.436.vb_e769dcb_cdf6" > <optOut> false </optOut> </com.chikli.hudson.plugin.naginator.NaginatorOptOutProperty> <hudson.model.ParametersDefinitionProperty> <parameterDefinitions> <net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition plugin= "git-parameter@0.9.19" > <name>SELECTED_TAG</name> <description>Choose a tag from the list</description> <uuid>459432ec-3321-4a5d-889d-30ec9b20d057</uuid> <type>PT_BRANCH_TAG</type> <branch/> <tagFilter>*</tagFilter> <branchFilter>.*</branchFilter> <sortMode>DESCENDING_SMART</sortMode> <defaultValue>git-client-4.6.0</defaultValue> <selectedValue>NONE</selectedValue> <quickFilterEnabled> false </quickFilterEnabled> <listSize>8</listSize> <requiredParameter> false </requiredParameter> </net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition> </parameterDefinitions> </hudson.model.ParametersDefinitionProperty> <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin= "throttle-concurrents@2.14" > <maxConcurrentPerNode>0</maxConcurrentPerNode> <maxConcurrentTotal>0</maxConcurrentTotal> <categories class= "java.util.concurrent.CopyOnWriteArrayList" /> <throttleEnabled> false </throttleEnabled> <throttleOption>project</throttleOption> <limitOneJobWithMatchingParams> false </limitOneJobWithMatchingParams> <paramsToUseForLimit/> </hudson.plugins.throttleconcurrents.ThrottleJobProperty> </properties> <scm class= "hudson.plugins.git.GitSCM" plugin= "git@5.2.1" > <configVersion>2</configVersion> <userRemoteConfigs> <hudson.plugins.git.UserRemoteConfig> <url>https: //github.com/jenkinsci/git-client-plugin.git</url> </hudson.plugins.git.UserRemoteConfig> </userRemoteConfigs> <branches> <hudson.plugins.git.BranchSpec> <name>*/master</name> </hudson.plugins.git.BranchSpec> </branches> <doGenerateSubmoduleConfigurations> false </doGenerateSubmoduleConfigurations> <gitTool>Default</gitTool> <submoduleCfg class= "empty-list" /> <extensions/> </scm> <assignedNode>!windows</assignedNode> <canRoam> false </canRoam> <disabled> false </disabled> <blockBuildWhenDownstreamBuilding> false </blockBuildWhenDownstreamBuilding> <blockBuildWhenUpstreamBuilding> false </blockBuildWhenUpstreamBuilding> <jdk>( System )</jdk> <triggers/> <concurrentBuild> false </concurrentBuild> <builders> <hudson.tasks.Shell> <command>env | sort</command> <configuredLocalRules/> </hudson.tasks.Shell> </builders> <publishers/> <buildWrappers/> </project>
          Rogério Colferai made changes -
          Environment Original: I'm using the Docker image jenkins/jenkins:2.426.3-jdk11

          Plugins:
          Git client plugin 4.6.0
          Git Parameter Plug-In 0.9.19
          Git plugin 5.2.1
          Git server Plugin 114.v068a_c7cc2574

          I'm using Bitbucket as the Git server.
          New: I'm using the Docker image jenkins/jenkins:2.426.3-jdk11

          Jenkins: 2.426.3
          OS: Linux - 5.15.0-1039-oracle
          Java: 11.0.21 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
          ---
          URLSCM:1.6
          active-directory:2.34
          all-changes:1.5
          analysis-model-api:11.15.0
          ansible:307.va_1f3ef06575a_
          ansicolor:1.0.4
          ant:497.v94e7d9fffa_b_9
          antisamy-markup-formatter:162.v0e6ec0fcfcf6
          apache-httpcomponents-client-4-api:4.5.14-208.v438351942757
          apache-httpcomponents-client-5-api:5.3.1-1.0
          artifactory:4.0.3
          atlassian-bitbucket-server-integration:4.0.0
          authentication-tokens:1.53.v1c90fd9191a_b_
          authorize-project:1.7.1
          aws-credentials:218.v1b_e9466ec5da_
          aws-java-sdk:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-cloudformation:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-codebuild:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-ec2:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-ecr:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-ecs:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-efs:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-elasticbeanstalk:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-iam:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-kinesis:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-logs:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-minimal:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-secretsmanager:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-sns:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-sqs:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-ssm:1.12.633-430.vf9a_e567a_244f
          backup:1.6.1
          basic-branch-build-strategies:81.v05e333931c7d
          blueocean:1.27.10
          blueocean-autofavorite:1.2.5
          blueocean-bitbucket-pipeline:1.27.10
          blueocean-commons:1.27.10
          blueocean-config:1.27.10
          blueocean-core-js:1.27.10
          blueocean-dashboard:1.27.10
          blueocean-display-url:2.4.2
          blueocean-events:1.27.10
          blueocean-git-pipeline:1.27.10
          blueocean-github-pipeline:1.27.10
          blueocean-i18n:1.27.10
          blueocean-jira:1.27.10
          blueocean-jwt:1.27.10
          blueocean-personalization:1.27.10
          blueocean-pipeline-api-impl:1.27.10
          blueocean-pipeline-editor:1.27.10
          blueocean-pipeline-scm-api:1.27.10
          blueocean-rest:1.27.10
          blueocean-rest-impl:1.27.10
          blueocean-web:1.27.10
          bootstrap5-api:5.3.2-3
          bouncycastle-api:2.30.1.77-225.v26ea_c9455fd9
          branch-api:2.1144.v1425d1c3d5a_7
          build-monitor-plugin:1.14-826.vb_a_c11536174d
          build-name-setter:2.4.1
          build-pipeline-plugin:2.0.1
          build-timeout:1.32
          build-user-vars-plugin:1.9
          buildgraph-view:1.8
          caffeine-api:3.1.8-133.v17b_1ff2e0599
          checks-api:2.0.2
          claim:516.v36293563731d
          cloud-stats:336.v788e4055508b_
          cloudbees-bitbucket-branch-source:866.vdea_7dcd3008e
          cloudbees-disk-usage-simple:203.v3f46a_7462b_1a_
          cloudbees-folder:6.858.v898218f3609d
          cobertura:1.17
          code-coverage-api:4.99.0
          command-launcher:107.v773860566e2e
          commons-lang3-api:3.13.0-62.v7d18e55f51e2
          commons-text-api:1.11.0-95.v22a_d30ee5d36
          conditional-buildstep:1.4.3
          config-file-provider:968.ve1ca_eb_913f8c
          configuration-as-code:1775.v810dc950b_514
          copyartifact:722.v0662a_9b_e22a_c
          coverage:1.10.0
          credentials:1319.v7eb_51b_3a_c97b_
          credentials-binding:657.v2b_19db_7d6e6d
          cron_column:1.7
          cucumber-reports:5.8.1
          cvs:2.19.1
          dashboard-view:2.495.v07e81500c3f2
          data-tables-api:1.13.8-2
          delivery-pipeline-plugin:1.4.2
          depgraph-view:1.0.5
          deploy:1.16
          display-url-api:2.200.vb_9327d658781
          docker-commons:439.va_3cb_0a_6a_fb_29
          docker-java-api:3.3.4-86.v39b_a_5ede342c
          docker-plugin:1.5
          docker-workflow:572.v950f58993843
          dos-trigger:1.23
          doxygen:178.v6ea_ef5f7dfdb
          dtkit-api:3.0.2
          durable-task:547.vd1ea_007d100c
          ec2:1648.vf3d852e00486
          echarts-api:5.4.3-2
          email-ext:2.104
          envinject:2.908.v66a_774b_31d93
          envinject-api:1.199.v3ce31253ed13
          extended-choice-parameter:376.v2e02857547b_a_
          extended-read-permission:53.v6499940139e5
          extensible-choice-parameter:1.8.1
          external-monitor-job:215.v2e88e894db_f8
          favorite:2.208.v91d65b_7792a_c
          files-found-trigger:1.5
          fitnesse:1.36
          font-awesome-api:6.5.1-2
          forensics-api:2.3.0
          fortify:23.1.40
          gerrit-trigger:2.39.4
          git:5.2.1
          git-client:4.6.0
          git-parameter:0.9.19
          git-server:114.v068a_c7cc2574
          github:1.38.0
          github-api:1.318-461.v7a_c09c9fa_d63
          github-branch-source:1772.va_69eda_d018d4
          global-build-stats:288.vb_2c4a_0f138b_b_
          google-chat-notification:1.8.3
          gradle:2.9
          groovy:457.v99900cb_85593
          gson-api:2.10.1-15.v0d99f670e0a_7
          handy-uri-templates-2-api:2.1.8-30.v7e777411b_148
          htmlpublisher:1.32
          hudson-wsclean-plugin:1.0.8
          instance-identity:185.v303dc7c645f9
          ionicons-api:56.v1b_1c8c49374e
          ivy:2.5
          jackson2-api:2.16.1-373.ve709c6871598
          jakarta-activation-api:2.0.1-3
          jakarta-mail-api:2.0.1-3
          javadoc:243.vb_b_503b_b_45537
          javax-activation-api:1.2.0-6
          javax-mail-api:1.6.2-9
          jaxb:2.3.9-1
          jboss:1.0.5
          jdk-tool:73.vddf737284550
          jenkins-design-language:1.27.10
          jenkinswalldisplay:0.6.34
          jersey2-api:2.41-133.va_03323b_a_1396
          jira:3.12
          jjwt-api:0.11.5-77.v646c772fddb_0
          job-dsl:1.87
          job-import-plugin:3.6
          job-poll-action-plugin:1.0
          jobConfigHistory:1229.v3039470161a_d
          jobtype-column:1.3
          joda-time-api:2.12.6-21.vca_fd74418fb_7
          join:1.21
          jquery:1.12.4-1
          jquery3-api:3.7.1-1
          jsch:0.2.16-86.v42e010d9484b_
          json-api:20231013-17.v1c97069404b_e
          json-path-api:2.9.0-33.v2527142f2e1d
          junit:1259.v65ffcef24a_88
          ldap:711.vb_d1a_491714dc
          locale:431.v3435fa_8f8445
          lockable-resources:1232.v512d6c434eb_d
          log-parser:2.3.3
          mailer:463.vedf8358e006b_
          mapdb-api:1.0.9-28.vf251ce40855d
          mask-passwords:173.v6a_077a_291eb_5
          matrix-auth:3.2.1
          matrix-project:822.824.v14451b_c0fd42
          maven-plugin:3.23
          mercurial:1260.vdfb_723cdcc81
          metrics:4.2.21-449.v6960d7c54c69
          mina-sshd-api-common:2.12.0-90.v9f7fb_9fa_3d3b_
          mina-sshd-api-core:2.12.0-90.v9f7fb_9fa_3d3b_
          monitoring:1.95.0
          naginator:1.436.vb_e769dcb_cdf6
          node-iterator-api:55.v3b_77d4032326
          nodelabelparameter:1.12.0
          okhttp-api:4.11.0-172.vda_da_1feeb_c6e
          oracle-cloud-infrastructure-compute:1.0.17
          pam-auth:1.10
          parameter-separator:166.vd0120849b_386
          parameterized-trigger:787.v665fcf2a_830b_
          performance:951.v5600a_c6422ed
          pipeline-build-step:540.vb_e8849e1a_b_d8
          pipeline-github-lib:42.v0739460cda_c4
          pipeline-graph-analysis:202.va_d268e64deb_3
          pipeline-groovy-lib:704.vc58b_8890a_384
          pipeline-input-step:477.v339683a_8d55e
          pipeline-milestone-step:111.v449306f708b_7
          pipeline-model-api:2.2175.v76a_fff0a_2618
          pipeline-model-definition:2.2175.v76a_fff0a_2618
          pipeline-model-extensions:2.2175.v76a_fff0a_2618
          pipeline-rest-api:2.34
          pipeline-stage-step:305.ve96d0205c1c6
          pipeline-stage-tags-metadata:2.2175.v76a_fff0a_2618
          pipeline-stage-view:2.34
          pipeline-utility-steps:2.16.1
          plain-credentials:143.v1b_df8b_d3b_e48
          plugin-util-api:3.8.0
          pollscm:1.5
          port-allocator:1.10
          powershell:2.1
          prism-api:1.29.0-10
          prometheus:2.5.1
          promoted-builds:945.v597f5c6a_d3fd
          promoted-builds-simple:1.9
          publish-over:0.22
          publish-over-ftp:1.17
          pubsub-light:1.18
          quality-gates:2.5
          rebuild:330.v645b_7df10e2a_
          resource-disposer:0.23
          role-strategy:689.v731678c3e0eb_
          run-condition:1.7
          saml:4.464.vea_cb_75d7f5e0
          scm-api:683.vb_16722fb_b_80b_
          script-security:1321.va_73c0795b_923
          secure-post-script:0.1
          sidebar-link:2.4.1
          simple-theme-plugin:176.v39740c03a_a_f5
          slave-status:56.v1798df8ff586
          snakeyaml-api:2.2-111.vc6598e30cc65
          sonar:2.17.1
          sqlplus-script-runner:3.0.0
          sse-gateway:1.26
          ssh-agent:346.vda_a_c4f2c8e50
          ssh-credentials:308.ve4497b_ccd8f4
          ssh-slaves:2.948.vb_8050d697fec
          sshd:3.322.v159e91f6a_550
          stashNotifier:1.464.va_9203f84a_417
          statusmonitor:1.3
          structs:337.v1b_04ea_4df7c8
          subversion:2.17.3
          template-project:1.5.2
          testlink:3.16
          testng-plugin:835.v51ed3da_fcc35
          throttle-concurrents:2.14
          timestamper:1.26
          token-macro:400.v35420b_922dcb_
          trilead-api:2.133.vfb_8a_7b_9c5dd1
          uno-choice:2.8.1
          update-sites-manager:2.0.0
          validating-string-parameter:183.v3748e79b_9737
          variant:60.v7290fc0eb_b_cd
          versionnumber:1.11
          view-job-filters:369.ve0513a_a_f5524
          viewVC:1.7
          warnings-ng:10.7.0
          websphere-deployer:1.6.1
          workflow-aggregator:596.v8c21c963d92d
          workflow-api:1291.v51fd2a_625da_7
          workflow-basic-steps:1042.ve7b_140c4a_e0c
          workflow-cps:3853.vb_a_490d892963
          workflow-durable-task-step:1327.ve57634fb_09ce
          workflow-job:1385.vb_58b_86ea_fff1
          workflow-multibranch:773.vc4fe1378f1d5
          workflow-scm-step:415.v434365564324
          workflow-step-api:657.v03b_e8115821b_
          workflow-support:865.v43e78cc44e0d
          ws-cleanup:0.45
          xfpanel:2.0.1
          xframe-filter-plugin:1.2
          xunit:3.1.3
          xvfb:1.2


          I'm using Bitbucket as the Git server.


          Configuration used in Nginx which stands in front of Jenkins.

          # Jenkins urano

          server {
            listen 80;
            server_name jenkins-urano.cpqd.com.br jenkins-urano;
            return 301 https://jenkins-urano.cpqd.com.br$request_uri;
          }

          server {
            listen 443 ssl;
            server_name jenkins-urano;
            return 301 https://jenkins-urano.cpqd.com.br$request_uri;
          }

          server {
            listen 443 ssl;
            server_name jenkins-urano.cpqd.com.br;
            ignore_invalid_headers off;
            client_max_body_size 100M;

            access_log /var/log/nginx/jenkins-urano-access.log json_analytics if=$log_user;
            error_log /var/log/nginx/jenkins-urano-error.log;

            location /urano {
                     if ($request_uri ~* "/blue(/.*)") {
                        proxy_pass http://127.0.0.1:11004/urano/blue$1;
                        break;
                     }
                     proxy_pass http://localhost:11004/urano;
                     proxy_set_header X-Forwarded-For $remote_addr;
                     proxy_set_header Host $host;
                     proxy_redirect http://$http_host/ https://$http_host/;
            }

            location / {
              return 301 https://jenkins-urano.cpqd.com.br/urano$request_uri;
            }

            location /reports {
              alias /home/cds/jenkins/.reports/urano;
              autoindex on;
            }
          }
          Rogério Colferai made changes -
          Attachment New: config.xml [ 62059 ]

          Here is the config.xmlfile with the configuration of the pipeline-type job.

           

          Thank you

          Rogério Colferai added a comment - Here is the config.xml file with the configuration of the pipeline-type job.   Thank you

          Mark Waite added a comment -

          I can duplicate a failure if I use your list of plugins and your config.xml file for a job definition. I can avoid that failure by making the following changes:

          • Remove all plugins that have an unresolved security vulnerability reported. That includes
            • build-pipeline-plugin
            • buildgraph-view
            • extended-choice-parameter
            • files-found-trigger
            • ivy
            • jenkinswalldisplay
            • port-allocator
            • promoted-builds-simple
            • quality-gates
            • testlink
            • websphere-deployer
            • xfpanel
          • Remove the plugin that reports a Guice warning during startup (last plugin release was 8 years ago)
            • template-project
          • Remove the deprecated coverage plugins
            • cobertura
            • code-coverage-api

          I've not done further research to identify which of those plugins is the root of the issue. I consider it bad practice to have plugins installed with open security vulnerabilities. I recommend that you remove them.

          Mark Waite added a comment - I can duplicate a failure if I use your list of plugins and your config.xml file for a job definition. I can avoid that failure by making the following changes: Remove all plugins that have an unresolved security vulnerability reported. That includes build-pipeline-plugin buildgraph-view extended-choice-parameter files-found-trigger ivy jenkinswalldisplay port-allocator promoted-builds-simple quality-gates testlink websphere-deployer xfpanel Remove the plugin that reports a Guice warning during startup (last plugin release was 8 years ago) template-project Remove the deprecated coverage plugins cobertura code-coverage-api I've not done further research to identify which of those plugins is the root of the issue. I consider it bad practice to have plugins installed with open security vulnerabilities. I recommend that you remove them.
          Rogério Colferai made changes -
          Attachment New: config1.xml [ 62063 ]

          Mark,

             I cleaned up the plugins as you instructed, but the issue persists .      I am using another Jenkins instance for validation.

           

           

          Jenkins: 2.426.3
          OS: Linux - 5.15.0-1039-oracle
          Java: 11.0.21 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
          ---
          URLSCM:1.6
          active-directory:2.34
          all-changes:1.5
          allure-jenkins-plugin:2.31.1
          analysis-model-api:11.15.0
          ansible:307.va_1f3ef06575a_
          ansicolor:1.0.4
          ant:497.v94e7d9fffa_b_9
          antisamy-markup-formatter:162.v0e6ec0fcfcf6
          apache-httpcomponents-client-4-api:4.5.14-208.v438351942757
          artifactory:4.0.3
          atlassian-bitbucket-server-integration:4.0.0
          authentication-tokens:1.53.v1c90fd9191a_b_
          authorize-project:1.7.1
          aws-credentials:218.v1b_e9466ec5da_
          aws-java-sdk:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-cloudformation:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-codebuild:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-ec2:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-ecr:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-ecs:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-efs:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-elasticbeanstalk:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-iam:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-kinesis:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-logs:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-minimal:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-secretsmanager:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-sns:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-sqs:1.12.633-430.vf9a_e567a_244f
          aws-java-sdk-ssm:1.12.633-430.vf9a_e567a_244f
          backup:1.6.1
          basic-branch-build-strategies:81.v05e333931c7d
          blueocean:1.27.10
          blueocean-autofavorite:1.2.5
          blueocean-bitbucket-pipeline:1.27.10
          blueocean-commons:1.27.10
          blueocean-config:1.27.10
          blueocean-core-js:1.27.10
          blueocean-dashboard:1.27.10
          blueocean-display-url:2.4.2
          blueocean-events:1.27.10
          blueocean-git-pipeline:1.27.10
          blueocean-github-pipeline:1.27.10
          blueocean-i18n:1.27.10
          blueocean-jira:1.27.10
          blueocean-jwt:1.27.10
          blueocean-personalization:1.27.10
          blueocean-pipeline-api-impl:1.27.10
          blueocean-pipeline-editor:1.27.10
          blueocean-pipeline-scm-api:1.27.10
          blueocean-rest:1.27.10
          blueocean-rest-impl:1.27.10
          blueocean-web:1.27.10
          bootstrap5-api:5.3.2-3
          bouncycastle-api:2.30.1.77-225.v26ea_c9455fd9
          branch-api:2.1144.v1425d1c3d5a_7
          build-monitor-plugin:1.14-826.vb_a_c11536174d
          build-name-setter:2.4.1
          build-timeout:1.32
          build-timestamp:1.0.3
          build-user-vars-plugin:1.9
          caffeine-api:3.1.8-133.v17b_1ff2e0599
          checks-api:2.0.2
          claim:516.v36293563731d
          cloudbees-bitbucket-branch-source:866.vdea_7dcd3008e
          cloudbees-disk-usage-simple:203.v3f46a_7462b_1a_
          cloudbees-folder:6.858.v898218f3609d
          command-launcher:107.v773860566e2e
          commons-lang3-api:3.13.0-62.v7d18e55f51e2
          commons-text-api:1.11.0-95.v22a_d30ee5d36
          conditional-buildstep:1.4.3
          config-file-provider:968.ve1ca_eb_913f8c
          configuration-as-code:1775.v810dc950b_514
          copyartifact:722.v0662a_9b_e22a_c
          coverage:1.10.0
          credentials:1319.v7eb_51b_3a_c97b_
          credentials-binding:657.v2b_19db_7d6e6d
          cron_column:1.7
          cucumber-reports:5.8.1
          cvs:2.19.1
          dashboard-view:2.508.va_74654f026d1
          data-tables-api:1.13.8-2
          delivery-pipeline-plugin:1.4.2
          depgraph-view:1.0.5
          deploy:1.16
          display-url-api:2.200.vb_9327d658781
          docker-commons:439.va_3cb_0a_6a_fb_29
          docker-custom-build-environment:1.7.3
          docker-workflow:572.v950f58993843
          dos-trigger:1.23
          doxygen:178.v6ea_ef5f7dfdb
          dtkit-api:3.0.2
          durable-task:550.v0930093c4b_a_6
          dynamic-axis:1.0.3
          ec2:1648.vf3d852e00486
          echarts-api:5.4.3-2
          email-ext:2.104
          envinject:2.908.v66a_774b_31d93
          envinject-api:1.199.v3ce31253ed13
          extended-read-permission:53.v6499940139e5
          extensible-choice-parameter:1.8.1
          external-monitor-job:215.v2e88e894db_f8
          favorite:2.208.v91d65b_7792a_c
          file-parameters:316.va_83a_1221db_a_7
          fitnesse:1.36
          folder-auth:1.4
          font-awesome-api:6.5.1-2
          forensics-api:2.3.0
          fortify:23.1.40
          gerrit-trigger:2.39.4
          git:5.2.1
          git-client:4.6.0
          git-parameter:0.9.19
          git-server:114.v068a_c7cc2574
          github:1.38.0
          github-api:1.318-461.v7a_c09c9fa_d63
          github-branch-source:1772.va_69eda_d018d4
          global-build-stats:288.vb_2c4a_0f138b_b_
          google-chat-notification:1.8.3
          google-login:109.v022b_cf87b_e5b_
          gradle:2.9
          groovy:457.v99900cb_85593
          gson-api:2.10.1-15.v0d99f670e0a_7
          handy-uri-templates-2-api:2.1.8-30.v7e777411b_148
          hashicorp-vault-plugin:364.vf5d54b_3dc313
          htmlpublisher:1.32
          hudson-wsclean-plugin:1.0.8
          instance-identity:185.v303dc7c645f9
          ionicons-api:56.v1b_1c8c49374e
          jackson2-api:2.16.1-373.ve709c6871598
          jakarta-activation-api:2.0.1-3
          jakarta-mail-api:2.0.1-3
          javadoc:243.vb_b_503b_b_45537
          javax-activation-api:1.2.0-6
          javax-mail-api:1.6.2-9
          jaxb:2.3.9-1
          jboss:1.0.5
          jdk-tool:73.vddf737284550
          jenkins-design-language:1.27.10
          jersey2-api:2.41-133.va_03323b_a_1396
          jira:3.12
          jjwt-api:0.11.5-77.v646c772fddb_0
          jnr-posix-api:3.1.18-1
          job-dsl:1.87
          job-import-plugin:3.6
          job-poll-action-plugin:1.0
          job-restrictions:0.8
          jobConfigHistory:1229.v3039470161a_d
          jobtype-column:1.3
          joda-time-api:2.12.7-29.v5a_b_e3a_82269a_
          join:1.21
          jquery:1.12.4-1
          jquery3-api:3.7.1-1
          jsch:0.2.16-86.v42e010d9484b_
          json-api:20231013-17.v1c97069404b_e
          json-path-api:2.9.0-33.v2527142f2e1d
          junit:1259.v65ffcef24a_88
          kubernetes:4186.v1d804571d5d4
          kubernetes-client-api:6.10.0-240.v57880ce8b_0b_2
          kubernetes-credentials:0.11
          ldap:711.vb_d1a_491714dc
          locale:431.v3435fa_8f8445
          lockable-resources:1232.v512d6c434eb_d
          log-parser:2.3.3
          login-theme:136.v72b_a_7098f53a_
          mailer:463.vedf8358e006b_
          mapdb-api:1.0.9-28.vf251ce40855d
          mask-passwords:173.v6a_077a_291eb_5
          matrix-auth:3.2.1
          matrix-project:822.824.v14451b_c0fd42
          maven-plugin:3.23
          metrics:4.2.21-449.v6960d7c54c69
          mina-sshd-api-common:2.12.0-90.v9f7fb_9fa_3d3b_
          mina-sshd-api-core:2.12.0-90.v9f7fb_9fa_3d3b_
          monitoring:1.95.0
          naginator:1.436.vb_e769dcb_cdf6
          node-iterator-api:55.v3b_77d4032326
          nodejs:1.6.1
          nodelabelparameter:1.12.0
          okhttp-api:4.11.0-172.vda_da_1feeb_c6e
          oracle-cloud-infrastructure-compute:1.0.17
          oracle-cloud-infrastructure-devops:1.0.1
          pam-auth:1.10
          parameter-separator:166.vd0120849b_386
          parameterized-trigger:787.v665fcf2a_830b_
          performance:951.v5600a_c6422ed
          pipeline-build-step:540.vb_e8849e1a_b_d8
          pipeline-github-lib:42.v0739460cda_c4
          pipeline-graph-analysis:202.va_d268e64deb_3
          pipeline-graph-view:215.vc0ea_557e4d6f
          pipeline-groovy-lib:704.vc58b_8890a_384
          pipeline-input-step:477.v339683a_8d55e
          pipeline-milestone-step:111.v449306f708b_7
          pipeline-model-api:2.2175.v76a_fff0a_2618
          pipeline-model-definition:2.2175.v76a_fff0a_2618
          pipeline-model-extensions:2.2175.v76a_fff0a_2618
          pipeline-npm:204.v4dc4c2202625
          pipeline-rest-api:2.34
          pipeline-stage-step:305.ve96d0205c1c6
          pipeline-stage-tags-metadata:2.2175.v76a_fff0a_2618
          pipeline-stage-view:2.34
          pipeline-utility-steps:2.16.2
          plain-credentials:143.v1b_df8b_d3b_e48
          plugin-usage-plugin:4.2
          plugin-util-api:3.8.0
          pollscm:1.5
          powershell:2.1
          prism-api:1.29.0-10
          prometheus:2.5.1
          promoted-builds:945.v597f5c6a_d3fd
          publish-over:0.22
          publish-over-ftp:1.17
          pubsub-light:1.18
          rebuild:330.v645b_7df10e2a_
          resource-disposer:0.23
          role-strategy:689.v731678c3e0eb_
          run-condition:1.7
          saml:4.464.vea_cb_75d7f5e0
          scm-api:683.vb_16722fb_b_80b_
          script-security:1321.va_73c0795b_923
          secure-post-script:0.1
          shelve-project-plugin:3.2
          sidebar-link:2.4.1
          slave-status:56.v1798df8ff586
          snakeyaml-api:2.2-111.vc6598e30cc65
          sonar:2.17.1
          sqlplus-script-runner:3.0.0
          sse-gateway:1.26
          ssh-agent:346.vda_a_c4f2c8e50
          ssh-credentials:308.ve4497b_ccd8f4
          ssh-slaves:2.948.vb_8050d697fec
          sshd:3.322.v159e91f6a_550
          stashNotifier:1.464.va_9203f84a_417
          statusmonitor:1.3
          structs:337.v1b_04ea_4df7c8
          subversion:2.17.3
          terraform:1.0.10
          testng-plugin:835.v51ed3da_fcc35
          throttle-concurrents:2.14
          timestamper:1.26
          token-macro:400.v35420b_922dcb_
          trilead-api:2.133.vfb_8a_7b_9c5dd1
          uno-choice:2.8.1
          update-sites-manager:2.0.0
          validating-string-parameter:183.v3748e79b_9737
          variant:60.v7290fc0eb_b_cd
          versionnumber:1.11
          view-job-filters:369.ve0513a_a_f5524
          viewVC:1.7
          warnings-ng:10.7.0
          workflow-aggregator:596.v8c21c963d92d
          workflow-api:1291.v51fd2a_625da_7
          workflow-basic-steps:1042.ve7b_140c4a_e0c
          workflow-cps:3853.vb_a_490d892963
          workflow-durable-task-step:1331.vc8c2fed35334
          workflow-job:1385.vb_58b_86ea_fff1
          workflow-multibranch:773.vc4fe1378f1d5
          workflow-scm-step:415.v434365564324
          workflow-step-api:657.v03b_e8115821b_
          workflow-support:865.v43e78cc44e0d
          ws-cleanup:0.45
          xframe-filter-plugin:1.2
          xunit:3.1.3
          xvfb:1.2
           
          

           

          The  config1.xmlfile of my test job.

           

           

           

          Rogério Colferai added a comment - Mark,    I cleaned up the plugins as you instructed, but the issue persists .      I am using another Jenkins instance for validation.     Jenkins: 2.426.3 OS: Linux - 5.15.0-1039-oracle Java: 11.0.21 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- URLSCM:1.6 active-directory:2.34 all-changes:1.5 allure-jenkins-plugin:2.31.1 analysis-model-api:11.15.0 ansible:307.va_1f3ef06575a_ ansicolor:1.0.4 ant:497.v94e7d9fffa_b_9 antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 artifactory:4.0.3 atlassian-bitbucket-server-integration:4.0.0 authentication-tokens:1.53.v1c90fd9191a_b_ authorize-project:1.7.1 aws-credentials:218.v1b_e9466ec5da_ aws-java-sdk:1.12.633-430.vf9a_e567a_244f aws-java-sdk-cloudformation:1.12.633-430.vf9a_e567a_244f aws-java-sdk-codebuild:1.12.633-430.vf9a_e567a_244f aws-java-sdk-ec2:1.12.633-430.vf9a_e567a_244f aws-java-sdk-ecr:1.12.633-430.vf9a_e567a_244f aws-java-sdk-ecs:1.12.633-430.vf9a_e567a_244f aws-java-sdk-efs:1.12.633-430.vf9a_e567a_244f aws-java-sdk-elasticbeanstalk:1.12.633-430.vf9a_e567a_244f aws-java-sdk-iam:1.12.633-430.vf9a_e567a_244f aws-java-sdk-kinesis:1.12.633-430.vf9a_e567a_244f aws-java-sdk-logs:1.12.633-430.vf9a_e567a_244f aws-java-sdk-minimal:1.12.633-430.vf9a_e567a_244f aws-java-sdk-secretsmanager:1.12.633-430.vf9a_e567a_244f aws-java-sdk-sns:1.12.633-430.vf9a_e567a_244f aws-java-sdk-sqs:1.12.633-430.vf9a_e567a_244f aws-java-sdk-ssm:1.12.633-430.vf9a_e567a_244f backup:1.6.1 basic-branch-build-strategies:81.v05e333931c7d blueocean:1.27.10 blueocean-autofavorite:1.2.5 blueocean-bitbucket-pipeline:1.27.10 blueocean-commons:1.27.10 blueocean-config:1.27.10 blueocean-core-js:1.27.10 blueocean-dashboard:1.27.10 blueocean-display-url:2.4.2 blueocean-events:1.27.10 blueocean-git-pipeline:1.27.10 blueocean-github-pipeline:1.27.10 blueocean-i18n:1.27.10 blueocean-jira:1.27.10 blueocean-jwt:1.27.10 blueocean-personalization:1.27.10 blueocean-pipeline-api-impl:1.27.10 blueocean-pipeline-editor:1.27.10 blueocean-pipeline-scm-api:1.27.10 blueocean-rest:1.27.10 blueocean-rest-impl:1.27.10 blueocean-web:1.27.10 bootstrap5-api:5.3.2-3 bouncycastle-api:2.30.1.77-225.v26ea_c9455fd9 branch-api:2.1144.v1425d1c3d5a_7 build-monitor-plugin:1.14-826.vb_a_c11536174d build-name-setter:2.4.1 build-timeout:1.32 build-timestamp:1.0.3 build-user-vars-plugin:1.9 caffeine-api:3.1.8-133.v17b_1ff2e0599 checks-api:2.0.2 claim:516.v36293563731d cloudbees-bitbucket-branch-source:866.vdea_7dcd3008e cloudbees-disk-usage-simple:203.v3f46a_7462b_1a_ cloudbees-folder:6.858.v898218f3609d command-launcher:107.v773860566e2e commons-lang3-api:3.13.0-62.v7d18e55f51e2 commons-text-api:1.11.0-95.v22a_d30ee5d36 conditional-buildstep:1.4.3 config-file-provider:968.ve1ca_eb_913f8c configuration-as-code:1775.v810dc950b_514 copyartifact:722.v0662a_9b_e22a_c coverage:1.10.0 credentials:1319.v7eb_51b_3a_c97b_ credentials-binding:657.v2b_19db_7d6e6d cron_column:1.7 cucumber-reports:5.8.1 cvs:2.19.1 dashboard-view:2.508.va_74654f026d1 data-tables-api:1.13.8-2 delivery-pipeline-plugin:1.4.2 depgraph-view:1.0.5 deploy:1.16 display-url-api:2.200.vb_9327d658781 docker-commons:439.va_3cb_0a_6a_fb_29 docker-custom-build-environment:1.7.3 docker-workflow:572.v950f58993843 dos-trigger:1.23 doxygen:178.v6ea_ef5f7dfdb dtkit-api:3.0.2 durable-task:550.v0930093c4b_a_6 dynamic-axis:1.0.3 ec2:1648.vf3d852e00486 echarts-api:5.4.3-2 email-ext:2.104 envinject:2.908.v66a_774b_31d93 envinject-api:1.199.v3ce31253ed13 extended-read-permission:53.v6499940139e5 extensible-choice-parameter:1.8.1 external-monitor-job:215.v2e88e894db_f8 favorite:2.208.v91d65b_7792a_c file-parameters:316.va_83a_1221db_a_7 fitnesse:1.36 folder-auth:1.4 font-awesome-api:6.5.1-2 forensics-api:2.3.0 fortify:23.1.40 gerrit-trigger:2.39.4 git:5.2.1 git-client:4.6.0 git-parameter:0.9.19 git-server:114.v068a_c7cc2574 github:1.38.0 github-api:1.318-461.v7a_c09c9fa_d63 github-branch-source:1772.va_69eda_d018d4 global-build-stats:288.vb_2c4a_0f138b_b_ google-chat-notification:1.8.3 google-login:109.v022b_cf87b_e5b_ gradle:2.9 groovy:457.v99900cb_85593 gson-api:2.10.1-15.v0d99f670e0a_7 handy-uri-templates-2-api:2.1.8-30.v7e777411b_148 hashicorp-vault-plugin:364.vf5d54b_3dc313 htmlpublisher:1.32 hudson-wsclean-plugin:1.0.8 instance-identity:185.v303dc7c645f9 ionicons-api:56.v1b_1c8c49374e jackson2-api:2.16.1-373.ve709c6871598 jakarta-activation-api:2.0.1-3 jakarta-mail-api:2.0.1-3 javadoc:243.vb_b_503b_b_45537 javax-activation-api:1.2.0-6 javax-mail-api:1.6.2-9 jaxb:2.3.9-1 jboss:1.0.5 jdk-tool:73.vddf737284550 jenkins-design-language:1.27.10 jersey2-api:2.41-133.va_03323b_a_1396 jira:3.12 jjwt-api:0.11.5-77.v646c772fddb_0 jnr-posix-api:3.1.18-1 job-dsl:1.87 job-import-plugin:3.6 job-poll-action-plugin:1.0 job-restrictions:0.8 jobConfigHistory:1229.v3039470161a_d jobtype-column:1.3 joda-time-api:2.12.7-29.v5a_b_e3a_82269a_ join:1.21 jquery:1.12.4-1 jquery3-api:3.7.1-1 jsch:0.2.16-86.v42e010d9484b_ json-api:20231013-17.v1c97069404b_e json-path-api:2.9.0-33.v2527142f2e1d junit:1259.v65ffcef24a_88 kubernetes:4186.v1d804571d5d4 kubernetes-client-api:6.10.0-240.v57880ce8b_0b_2 kubernetes-credentials:0.11 ldap:711.vb_d1a_491714dc locale:431.v3435fa_8f8445 lockable-resources:1232.v512d6c434eb_d log-parser:2.3.3 login-theme:136.v72b_a_7098f53a_ mailer:463.vedf8358e006b_ mapdb-api:1.0.9-28.vf251ce40855d mask-passwords:173.v6a_077a_291eb_5 matrix-auth:3.2.1 matrix-project:822.824.v14451b_c0fd42 maven-plugin:3.23 metrics:4.2.21-449.v6960d7c54c69 mina-sshd-api-common:2.12.0-90.v9f7fb_9fa_3d3b_ mina-sshd-api-core:2.12.0-90.v9f7fb_9fa_3d3b_ monitoring:1.95.0 naginator:1.436.vb_e769dcb_cdf6 node-iterator-api:55.v3b_77d4032326 nodejs:1.6.1 nodelabelparameter:1.12.0 okhttp-api:4.11.0-172.vda_da_1feeb_c6e oracle-cloud-infrastructure-compute:1.0.17 oracle-cloud-infrastructure-devops:1.0.1 pam-auth:1.10 parameter-separator:166.vd0120849b_386 parameterized-trigger:787.v665fcf2a_830b_ performance:951.v5600a_c6422ed pipeline-build-step:540.vb_e8849e1a_b_d8 pipeline-github-lib:42.v0739460cda_c4 pipeline-graph-analysis:202.va_d268e64deb_3 pipeline-graph-view:215.vc0ea_557e4d6f pipeline-groovy-lib:704.vc58b_8890a_384 pipeline-input-step:477.v339683a_8d55e pipeline-milestone-step:111.v449306f708b_7 pipeline-model-api:2.2175.v76a_fff0a_2618 pipeline-model-definition:2.2175.v76a_fff0a_2618 pipeline-model-extensions:2.2175.v76a_fff0a_2618 pipeline-npm:204.v4dc4c2202625 pipeline-rest-api:2.34 pipeline-stage-step:305.ve96d0205c1c6 pipeline-stage-tags-metadata:2.2175.v76a_fff0a_2618 pipeline-stage-view:2.34 pipeline-utility-steps:2.16.2 plain-credentials:143.v1b_df8b_d3b_e48 plugin-usage-plugin:4.2 plugin-util-api:3.8.0 pollscm:1.5 powershell:2.1 prism-api:1.29.0-10 prometheus:2.5.1 promoted-builds:945.v597f5c6a_d3fd publish-over:0.22 publish-over-ftp:1.17 pubsub-light:1.18 rebuild:330.v645b_7df10e2a_ resource-disposer:0.23 role-strategy:689.v731678c3e0eb_ run-condition:1.7 saml:4.464.vea_cb_75d7f5e0 scm-api:683.vb_16722fb_b_80b_ script-security:1321.va_73c0795b_923 secure-post-script:0.1 shelve-project-plugin:3.2 sidebar-link:2.4.1 slave-status:56.v1798df8ff586 snakeyaml-api:2.2-111.vc6598e30cc65 sonar:2.17.1 sqlplus-script-runner:3.0.0 sse-gateway:1.26 ssh-agent:346.vda_a_c4f2c8e50 ssh-credentials:308.ve4497b_ccd8f4 ssh-slaves:2.948.vb_8050d697fec sshd:3.322.v159e91f6a_550 stashNotifier:1.464.va_9203f84a_417 statusmonitor:1.3 structs:337.v1b_04ea_4df7c8 subversion:2.17.3 terraform:1.0.10 testng-plugin:835.v51ed3da_fcc35 throttle-concurrents:2.14 timestamper:1.26 token-macro:400.v35420b_922dcb_ trilead-api:2.133.vfb_8a_7b_9c5dd1 uno-choice:2.8.1 update-sites-manager:2.0.0 validating-string-parameter:183.v3748e79b_9737 variant:60.v7290fc0eb_b_cd versionnumber:1.11 view-job-filters:369.ve0513a_a_f5524 viewVC:1.7 warnings-ng:10.7.0 workflow-aggregator:596.v8c21c963d92d workflow-api:1291.v51fd2a_625da_7 workflow-basic-steps:1042.ve7b_140c4a_e0c workflow-cps:3853.vb_a_490d892963 workflow-durable-task-step:1331.vc8c2fed35334 workflow-job:1385.vb_58b_86ea_fff1 workflow-multibranch:773.vc4fe1378f1d5 workflow-scm-step:415.v434365564324 workflow-step-api:657.v03b_e8115821b_ workflow-support:865.v43e78cc44e0d ws-cleanup:0.45 xframe-filter-plugin:1.2 xunit:3.1.3 xvfb:1.2     The   config1.xml file of my test job.      

          Mark, 

          The issue was resolved after removing the Gerrit Trigger plugin.

          Rogério Colferai added a comment - Mark,  The issue was resolved after removing the Gerrit Trigger plugin.

            Unassigned Unassigned
            rogeriocolferai Rogério Colferai
            Votes:
            2 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: