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

          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>

          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.

          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.

          Sascha added a comment -

          I can confim that the issue correlates with the Gerrit-Trigger-Plugin, see also error.log

           

          Sascha added a comment - I can confim that the issue correlates with the Gerrit-Trigger-Plugin, see also error.log  

          Jim D added a comment -

          FWIW, we had the same Git Parameter "Retrieving Git references" issue after upgrading Jenkins (CloudBees) to 2.426.1.3.  We found that upgrading to Git Parameter Plug-In version 0.9.19 resolved the issue.

           

          Specifically, 0.9.17 had JS code that no longer worked after the Jenkins upgrade, see https://github.com/jenkinsci/git-parameter-plugin/blob/git-parameter-0.9.17/src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/javascript/git-parameter-select.js#L7 We would see the following in the browser JS console before the front-end could request /fillValueItems and replace "Retrieving Git references":

           

           TypeError: $ is not a function
              at gitParameterUpdateSelect (git-parameter-select.js:7:13)
              at git-parameter-select.js:97:9
              at h (hudson-behavior.js:1883:5)
              at refillOnChange (hudson-behavior.js:1907:3)
              at git-parameter-select.js:95:5
              at Array.forEach (<anonymous>)
              at behavior.js:135:22
              at Array.forEach (<anonymous>)
              at behavior.js:126:21
              at Array.forEach (<anonymous>)  

          Jim D added a comment - FWIW, we had the same Git Parameter "Retrieving Git references" issue after upgrading Jenkins (CloudBees) to 2.426.1.3.  We found that upgrading to Git Parameter Plug-In version 0.9.19 resolved the issue.   Specifically, 0.9.17 had JS code that no longer worked after the Jenkins upgrade, see https://github.com/jenkinsci/git-parameter-plugin/blob/git-parameter-0.9.17/src/main/resources/net/uaznia/lukanus/hudson/plugins/gitparameter/javascript/git-parameter-select.js#L7 We would see the following in the browser JS console before the front-end could request /fillValueItems and replace "Retrieving Git references":   TypeError: $ is not a function at gitParameterUpdateSelect (git-parameter-select.js:7:13) at git-parameter-select.js:97:9 at h (hudson-behavior.js:1883:5) at refillOnChange (hudson-behavior.js:1907:3) at git-parameter-select.js:95:5 at Array.forEach (<anonymous>) at behavior.js:135:22 at Array.forEach (<anonymous>) at behavior.js:126:21 at Array.forEach (<anonymous>)

          Sascha added a comment -

          We are using 0.9.19 in conjunction with Gerit Trigger Plugin 2.9.34 (latest version) and the problem still exists.

          Sascha added a comment - We are using 0.9.19 in conjunction with Gerit Trigger Plugin 2.9.34 (latest version) and the problem still exists.

          Basil Crow added a comment -

          Duplicates JENKINS-72409.

          Basil Crow added a comment - Duplicates JENKINS-72409 .

          Chris Tobey added a comment - - edited

          I am also seeing this issue on Jenkins 2.440.1 with plugin version 0.9.19.

          We do not have Gerrit-Trigger-Plugin.

          All other plugins are currently updated as of 2024/03/09.

          Jenkins: 2.440.1
          OS: Linux - 3.10.0-1062.9.1.el7.x86_64
          Java: 11.0.17 - Red Hat, Inc. (OpenJDK 64-Bit Server VM)
          ---
          Office-365-Connector:4.21.0
          ace-editor:1.1
          active-directory:2.35
          analysis-core:1.96
          ant:497.v94e7d9fffa_b_9
          antisamy-markup-formatter:162.v0e6ec0fcfcf6
          any-buildstep:14.ve115ec1484f0
          apache-httpcomponents-client-4-api:4.5.14-208.v438351942757
          authentication-tokens:1.53.v1c90fd9191a_b_
          bootstrap4-api:4.6.0-6
          bootstrap5-api:5.3.3-1
          bouncycastle-api:2.30.1.77-225.v26ea_c9455fd9
          branch-api:2.1152.v6f101e97dd77
          build-name-setter:2.4.1
          build-symlink:1.1
          build-timeout:1.32
          caffeine-api:3.1.8-133.v17b_1ff2e0599
          changelog-history:1.7
          changes-since-last-success:0.6
          checks-api:2.0.2
          cloudbees-folder:6.901.vb_4c7a_da_75da_3
          command-launcher:107.v773860566e2e
          commons-httpclient3-api:3.1-3
          commons-lang3-api:3.13.0-62.v7d18e55f51e2
          commons-text-api:1.11.0-95.v22a_d30ee5d36
          conditional-buildstep:1.4.3
          copyartifact:722.v0662a_9b_e22a_c
          credentials:1337.v60b_d7b_c7b_c9f
          credentials-binding:657.v2b_19db_7d6e6d
          cvs:2.19.1
          data-tables-api:2.0.1-1
          description-setter:239.vd0a_6b_785f92d
          display-url-api:2.200.vb_9327d658781
          docker-commons:439.va_3cb_0a_6a_fb_29
          docker-workflow:572.v950f58993843
          durable-task:550.v0930093c4b_a_6
          echarts-api:5.5.0-1
          email-ext:2.105
          envinject:2.908.v66a_774b_31d93
          envinject-api:1.199.v3ce31253ed13
          extended-read-permission:53.v6499940139e5
          external-monitor-job:215.v2e88e894db_f8
          flexible-publish:0.16.1
          font-awesome-api:6.5.1-3
          git:5.2.1
          git-changelog:3.38
          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
          gradle:2.10
          gson-api:2.10.1-15.v0d99f670e0a_7
          handlebars:3.0.8
          instance-identity:185.v303dc7c645f9
          ionicons-api:56.v1b_1c8c49374e
          jackson2-api:2.16.1-373.ve709c6871598
          jakarta-activation-api:2.1.3-1
          jakarta-mail-api:2.1.3-1
          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
          jdk-tool:73.vddf737284550
          jjwt-api:0.11.5-77.v646c772fddb_0
          job-poll-action-plugin:1.0
          jobConfigHistory:1229.v3039470161a_d
          joda-time-api:2.12.7-29.v5a_b_e3a_82269a_
          jquery:1.12.4-1
          jquery-detached:1.2.1
          jquery3-api:3.7.1-2
          jsch:0.2.16-86.v42e010d9484b_
          json-path-api:2.9.0-33.v2527142f2e1d
          junit:1259.v65ffcef24a_88
          ldap:711.vb_d1a_491714dc
          lockable-resources:1243.v346d600eea_24
          mailer:470.vc91f60c5d8e2
          mapdb-api:1.0.9-28.vf251ce40855d
          matrix-auth:3.2.2
          matrix-project:822.824.v14451b_c0fd42
          maven-plugin:3.23
          mina-sshd-api-common:2.12.0-90.v9f7fb_9fa_3d3b_
          mina-sshd-api-core:2.12.0-90.v9f7fb_9fa_3d3b_
          modernstatus:1.3
          momentjs:1.1.1
          monitoring:1.98.0
          naginator:1.436.vb_e769dcb_cdf6
          okhttp-api:4.11.0-172.vda_da_1feeb_c6e
          pam-auth:1.10
          pipeline-build-step:540.vb_e8849e1a_b_d8
          pipeline-github-lib:42.v0739460cda_c4
          pipeline-graph-analysis:216.vfd8b_ece330ca_
          pipeline-groovy-lib:704.vc58b_8890a_384
          pipeline-input-step:491.vb_07d21da_1a_fb_
          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
          plain-credentials:179.vc5cb_98f6db_38
          plot:2.1.12
          plugin-util-api:4.1.0
          popper-api:1.16.1-3
          popper2-api:2.11.6-4
          postbuild-task:1.9
          preSCMbuildstep:71.v1f2990a_37e27
          project-inheritance:21.04.03
          rebuild:330.v645b_7df10e2a_
          resource-disposer:0.23
          run-condition:1.7
          scm-api:683.vb_16722fb_b_80b_
          script-security:1326.vdb_c154de8669
          simple-theme-plugin:176.v39740c03a_a_f5
          snakeyaml-api:2.2-111.vc6598e30cc65
          ssh-credentials:322.v124df57ed808
          ssh-slaves:2.948.vb_8050d697fec
          sshd:3.322.v159e91f6a_550
          stashNotifier:1.464.va_9203f84a_417
          structs:337.v1b_04ea_4df7c8
          subversion:2.17.3
          template-project:1.5.2
          text-finder-run-condition:6.vdf94e6f8d2c3
          thinBackup:1.18
          timestamper:1.26
          token-macro:400.v35420b_922dcb_
          trilead-api:2.141.v284120fd0c46
          variant:60.v7290fc0eb_b_cd
          windows-slaves:1.8.1
          workflow-aggregator:596.v8c21c963d92d
          workflow-api:1291.v51fd2a_625da_7
          workflow-basic-steps:1049.v257a_e6b_30fb_d
          workflow-cps:3883.vb_3ff2a_e3eea_f
          workflow-cps-global-lib:612.v55f2f80781ef
          workflow-durable-task-step:1331.vc8c2fed35334
          workflow-job:1400.v7fd111b_ec82f
          workflow-multibranch:773.vc4fe1378f1d5
          workflow-scm-step:415.v434365564324
          workflow-step-api:657.v03b_e8115821b_
          workflow-support:865.v43e78cc44e0d
          ws-cleanup:0.45
          zentimestamp:4.2 

          System Log Error:

          Mar 09, 2024 6:32:30 PM WARNING org.eclipse.jetty.server.handler.ContextHandler$Context logError while serving http://jenkins/view/myview/job/myjob/descriptorByName/net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition/fillValueItems
          java.lang.AbstractMethodError: you must override the new overload of isApplicable in hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor
          	at com.sonyericsson.rebuild.RebuildValidator.isApplicable(RebuildValidator.java:50)
          	at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:69)
          	at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:42)
          	at hudson.model.Actionable.createFor(Actionable.java:115)
          	at hudson.model.Actionable.getAction(Actionable.java:332)
          	at com.cloudbees.plugins.credentials.builds.CredentialsParameterBinder.getOrCreate(CredentialsParameterBinder.java:58)
          	at com.cloudbees.plugins.credentials.CredentialsProvider.findCredentialById(CredentialsProvider.java:915)
          	at hudson.plugins.git.GitSCM.lookupScanCredentials(GitSCM.java:952)
          	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:927)
          	at hudson.plugins.git.GitSCM.createClient(GitSCM.java:847)
          	at net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition.getGitClient(GitParameterDefinition.java:551)
          	at net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition.generateContents(GitParameterDefinition.java:287)
          	at net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition$DescriptorImpl.doFillValueItems(GitParameterDefinition.java:622)
          	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
          	at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:397)
          Caused: java.lang.reflect.InvocationTargetException
          	at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:401)
          	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:409)
          	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:207)
          	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:140)
          	at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:558)
          	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59)
          	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770)
          	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900)
          	at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289)
          	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59)
          	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770)
          	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900)
          	at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289)
          	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59)
          	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770)
          	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900)
          	at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289)
          	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59)
          	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770)
          	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900)
          	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:698)
          	at org.kohsuke.stapler.Stapler.service(Stapler.java:248)
          	at javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
          	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764)
          	at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665)
          	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:163)
          	at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:239)
          	at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:215)
          	at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:88)
          	at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:121)
          	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160)
          	at jenkins.util.HttpServletFilter$1.doFilter(HttpServletFilter.java:76)
          	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160)
          	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:166)
          	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
          	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
          	at jenkins.ErrorAttributeFilter.doFilter(ErrorAttributeFilter.java:29)
          	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
          	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
          	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:154)
          	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
          	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:94)
          	at jenkins.security.AcegiSecurityExceptionFilter.doFilter(AcegiSecurityExceptionFilter.java:52)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99)
          	at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:54)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99)
          	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126)
          	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99)
          	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99)
          	at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:110)
          	at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:101)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99)
          	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:227)
          	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:221)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99)
          	at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:97)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99)
          	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:117)
          	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
          	at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:63)
          	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99)
          	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:111)
          	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:172)
          	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
          	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
          	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:53)
          	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
          	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
          	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:86)
          	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
          	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
          	at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
          	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
          	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
          	at jenkins.security.SuspiciousRequestFilter.doFilter(SuspiciousRequestFilter.java:38)
          	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202)
          	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635)
          	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527)
          	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131)
          	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:569)
          	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
          	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223)
          	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570)
          	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221)
          	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384)
          	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176)
          	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484)
          	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1543)
          	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174)
          	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306)
          	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129)
          	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122)
          	at org.eclipse.jetty.server.Server.handle(Server.java:563)
          	at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598)
          	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753)
          	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501)
          	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287)
          	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314)
          	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)
          	at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
          	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421)
          	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390)
          	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277)
          	at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199)
          	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411)
          	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969)
          	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194)
          	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149)
          	at java.base/java.lang.Thread.run(Thread.java:829) 

          Chris Tobey added a comment - - edited I am also seeing this issue on Jenkins 2.440.1 with plugin version 0.9.19. We do not have Gerrit-Trigger-Plugin. All other plugins are currently updated as of 2024/03/09. Jenkins: 2.440.1 OS: Linux - 3.10.0-1062.9.1.el7.x86_64 Java: 11.0.17 - Red Hat, Inc. (OpenJDK 64-Bit Server VM) --- Office-365-Connector:4.21.0 ace-editor:1.1 active-directory:2.35 analysis-core:1.96 ant:497.v94e7d9fffa_b_9 antisamy-markup-formatter:162.v0e6ec0fcfcf6 any-buildstep:14.ve115ec1484f0 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 authentication-tokens:1.53.v1c90fd9191a_b_ bootstrap4-api:4.6.0-6 bootstrap5-api:5.3.3-1 bouncycastle-api:2.30.1.77-225.v26ea_c9455fd9 branch-api:2.1152.v6f101e97dd77 build-name-setter:2.4.1 build-symlink:1.1 build-timeout:1.32 caffeine-api:3.1.8-133.v17b_1ff2e0599 changelog-history:1.7 changes-since-last-success:0.6 checks-api:2.0.2 cloudbees-folder:6.901.vb_4c7a_da_75da_3 command-launcher:107.v773860566e2e commons-httpclient3-api:3.1-3 commons-lang3-api:3.13.0-62.v7d18e55f51e2 commons-text-api:1.11.0-95.v22a_d30ee5d36 conditional-buildstep:1.4.3 copyartifact:722.v0662a_9b_e22a_c credentials:1337.v60b_d7b_c7b_c9f credentials-binding:657.v2b_19db_7d6e6d cvs:2.19.1 data-tables-api:2.0.1-1 description-setter:239.vd0a_6b_785f92d display-url-api:2.200.vb_9327d658781 docker-commons:439.va_3cb_0a_6a_fb_29 docker-workflow:572.v950f58993843 durable-task:550.v0930093c4b_a_6 echarts-api:5.5.0-1 email-ext:2.105 envinject:2.908.v66a_774b_31d93 envinject-api:1.199.v3ce31253ed13 extended-read-permission:53.v6499940139e5 external-monitor-job:215.v2e88e894db_f8 flexible-publish:0.16.1 font-awesome-api:6.5.1-3 git:5.2.1 git-changelog:3.38 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 gradle:2.10 gson-api:2.10.1-15.v0d99f670e0a_7 handlebars:3.0.8 instance-identity:185.v303dc7c645f9 ionicons-api:56.v1b_1c8c49374e jackson2-api:2.16.1-373.ve709c6871598 jakarta-activation-api:2.1.3-1 jakarta-mail-api:2.1.3-1 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 jdk-tool:73.vddf737284550 jjwt-api:0.11.5-77.v646c772fddb_0 job-poll-action-plugin:1.0 jobConfigHistory:1229.v3039470161a_d joda-time-api:2.12.7-29.v5a_b_e3a_82269a_ jquery:1.12.4-1 jquery-detached:1.2.1 jquery3-api:3.7.1-2 jsch:0.2.16-86.v42e010d9484b_ json-path-api:2.9.0-33.v2527142f2e1d junit:1259.v65ffcef24a_88 ldap:711.vb_d1a_491714dc lockable-resources:1243.v346d600eea_24 mailer:470.vc91f60c5d8e2 mapdb-api:1.0.9-28.vf251ce40855d matrix-auth:3.2.2 matrix-project:822.824.v14451b_c0fd42 maven-plugin:3.23 mina-sshd-api-common:2.12.0-90.v9f7fb_9fa_3d3b_ mina-sshd-api-core:2.12.0-90.v9f7fb_9fa_3d3b_ modernstatus:1.3 momentjs:1.1.1 monitoring:1.98.0 naginator:1.436.vb_e769dcb_cdf6 okhttp-api:4.11.0-172.vda_da_1feeb_c6e pam-auth:1.10 pipeline-build-step:540.vb_e8849e1a_b_d8 pipeline-github-lib:42.v0739460cda_c4 pipeline-graph-analysis:216.vfd8b_ece330ca_ pipeline-groovy-lib:704.vc58b_8890a_384 pipeline-input-step:491.vb_07d21da_1a_fb_ 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 plain-credentials:179.vc5cb_98f6db_38 plot:2.1.12 plugin-util-api:4.1.0 popper-api:1.16.1-3 popper2-api:2.11.6-4 postbuild-task:1.9 preSCMbuildstep:71.v1f2990a_37e27 project-inheritance:21.04.03 rebuild:330.v645b_7df10e2a_ resource-disposer:0.23 run-condition:1.7 scm-api:683.vb_16722fb_b_80b_ script-security:1326.vdb_c154de8669 simple-theme-plugin:176.v39740c03a_a_f5 snakeyaml-api:2.2-111.vc6598e30cc65 ssh-credentials:322.v124df57ed808 ssh-slaves:2.948.vb_8050d697fec sshd:3.322.v159e91f6a_550 stashNotifier:1.464.va_9203f84a_417 structs:337.v1b_04ea_4df7c8 subversion:2.17.3 template-project:1.5.2 text-finder-run-condition:6.vdf94e6f8d2c3 thinBackup:1.18 timestamper:1.26 token-macro:400.v35420b_922dcb_ trilead-api:2.141.v284120fd0c46 variant:60.v7290fc0eb_b_cd windows-slaves:1.8.1 workflow-aggregator:596.v8c21c963d92d workflow-api:1291.v51fd2a_625da_7 workflow-basic-steps:1049.v257a_e6b_30fb_d workflow-cps:3883.vb_3ff2a_e3eea_f workflow-cps-global-lib:612.v55f2f80781ef workflow-durable-task-step:1331.vc8c2fed35334 workflow-job:1400.v7fd111b_ec82f workflow-multibranch:773.vc4fe1378f1d5 workflow-scm-step:415.v434365564324 workflow-step-api:657.v03b_e8115821b_ workflow-support:865.v43e78cc44e0d ws-cleanup:0.45 zentimestamp:4.2 System Log Error: Mar 09, 2024 6:32:30 PM WARNING org.eclipse.jetty.server.handler.ContextHandler$Context logError while serving http: //jenkins/view/myview/job/myjob/descriptorByName/net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition/fillValueItems java.lang.AbstractMethodError: you must override the new overload of isApplicable in hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor at com.sonyericsson.rebuild.RebuildValidator.isApplicable(RebuildValidator.java:50) at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:69) at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:42) at hudson.model.Actionable.createFor(Actionable.java:115) at hudson.model.Actionable.getAction(Actionable.java:332) at com.cloudbees.plugins.credentials.builds.CredentialsParameterBinder.getOrCreate(CredentialsParameterBinder.java:58) at com.cloudbees.plugins.credentials.CredentialsProvider.findCredentialById(CredentialsProvider.java:915) at hudson.plugins.git.GitSCM.lookupScanCredentials(GitSCM.java:952) at hudson.plugins.git.GitSCM.createClient(GitSCM.java:927) at hudson.plugins.git.GitSCM.createClient(GitSCM.java:847) at net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition.getGitClient(GitParameterDefinition.java:551) at net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition.generateContents(GitParameterDefinition.java:287) at net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition$DescriptorImpl.doFillValueItems(GitParameterDefinition.java:622) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710) at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:397) Caused: java.lang.reflect.InvocationTargetException at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:401) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:409) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:207) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:140) at org.kohsuke.stapler.MetaClass$11.doDispatch(MetaClass.java:558) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:289) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:59) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:770) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:900) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:698) at org.kohsuke.stapler.Stapler.service(Stapler.java:248) at javax.servlet.http.HttpServlet.service(HttpServlet.java:590) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:163) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:239) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:215) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:88) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:121) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160) at jenkins.util.HttpServletFilter$1.doFilter(HttpServletFilter.java:76) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:160) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:166) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at jenkins.ErrorAttributeFilter.doFilter(ErrorAttributeFilter.java:29) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:154) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:94) at jenkins.security.AcegiSecurityExceptionFilter.doFilter(AcegiSecurityExceptionFilter.java:52) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:54) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:126) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:120) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:110) at org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:101) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:227) at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:221) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:97) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:117) at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87) at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:63) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:99) at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:111) at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:172) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:53) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:86) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at jenkins.security.SuspiciousRequestFilter.doFilter(SuspiciousRequestFilter.java:38) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:131) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:569) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:223) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:287) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang. Thread .run( Thread .java:829)

          Mark Waite added a comment - - edited

          tobeychris when I tried to run my sample job, a stack trace was reported that suggests the issue is with the rebuilder plugin, as described in JENKINS-72409. The stack trace suggests that the problem in your case is the project inheritance plugin. You can either downgrade the rebuilder plugin or remove the project inheritance plugin. The stack trace reports:

          2024-03-10 00:37:37.238+0000 [id=15]    WARNING h.ExpressionFactory2$JexlExpression#evaluate: Caught exception evaluating: build.badgeActions in /job/JENKINS-72677-pipeline/. Reason: java.lang.reflect.InvocationTargetException
          java.lang.AbstractMethodError: you must override the new overload of isApplicable in hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor
                  at com.sonyericsson.rebuild.RebuildValidator.isApplicable(RebuildValidator.java:50)
                  at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:69)
                  at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:42)
                  at hudson.model.Actionable.createFor(Actionable.java:115)
                  at hudson.model.Actionable.getActions(Actionable.java:140)
                  at hudson.model.Run.getBadgeActions(Run.java:519)
          Caused: java.lang.reflect.InvocationTargetException
          

          The plugins that you have installed are causing stack trace warnings during startup, deprecation warnings, and security warnings. The stack trace, deprecation warnings, and security warnings are all indicators of changes you should make.

          The multiple-scms stack trace at startup is caused by the template-project plugin. If that plugin is removed, the stack trace is not generated at startup.

          Mark Waite added a comment - - edited tobeychris when I tried to run my sample job, a stack trace was reported that suggests the issue is with the rebuilder plugin, as described in JENKINS-72409 . The stack trace suggests that the problem in your case is the project inheritance plugin. You can either downgrade the rebuilder plugin or remove the project inheritance plugin. The stack trace reports: 2024-03-10 00:37:37.238+0000 [id=15] WARNING h.ExpressionFactory2$JexlExpression#evaluate: Caught exception evaluating: build.badgeActions in /job/JENKINS-72677-pipeline/. Reason: java.lang.reflect.InvocationTargetException java.lang.AbstractMethodError: you must override the new overload of isApplicable in hudson.plugins.project_inheritance.projects.rebuild.RebuildValidatorSuppressor at com.sonyericsson.rebuild.RebuildValidator.isApplicable(RebuildValidator.java:50) at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:69) at com.sonyericsson.rebuild.RebuildActionFactory.createFor(RebuildActionFactory.java:42) at hudson.model.Actionable.createFor(Actionable.java:115) at hudson.model.Actionable.getActions(Actionable.java:140) at hudson.model.Run.getBadgeActions(Run.java:519) Caused: java.lang.reflect.InvocationTargetException The plugins that you have installed are causing stack trace warnings during startup, deprecation warnings, and security warnings. The stack trace, deprecation warnings, and security warnings are all indicators of changes you should make. The multiple-scms stack trace at startup is caused by the template-project plugin. If that plugin is removed, the stack trace is not generated at startup.

          Chris Tobey added a comment -

          Disabling the project _inheritance plugin appears to have fixed this issue.

          Chris Tobey added a comment - Disabling the project _inheritance plugin appears to have fixed this issue.

          Mark Waite added a comment -

          tobeychris the project inheritance plugin bug report is JENKINS-72635. The plugin health score of that plugin is 39%, pretty much the lowest health score I've ever seen. Good to avoid that plugin.

          Mark Waite added a comment - tobeychris the project inheritance plugin bug report is JENKINS-72635 . The plugin health score of that plugin is 39%, pretty much the lowest health score I've ever seen. Good to avoid that plugin.

          Sascha added a comment -

          We are not using the project inheritance plugin and still have this issue.

          Sascha added a comment - We are not using the project inheritance plugin and still have this issue.

          Mark Waite added a comment -

          I'm sorry to hear that sasa1983. You mentioned earlier that you have the gerrit trigger plugin installed. Have you upgraded to release 2.40.0 that was released 2 days ago with a fix for JENKINS-72409? If not, does that upgrade resolve the issue?

          If you have upgraded to the most recent release of the gerrit trigger plugin and it did not resolve the issue, please attach your list of plugins to the issue report as generated by the plugin version report script..

          Mark Waite added a comment - I'm sorry to hear that sasa1983 . You mentioned earlier that you have the gerrit trigger plugin installed. Have you upgraded to release 2.40.0 that was released 2 days ago with a fix for JENKINS-72409 ? If not, does that upgrade resolve the issue? If you have upgraded to the most recent release of the gerrit trigger plugin and it did not resolve the issue, please attach your list of plugins to the issue report as generated by the plugin version report script ..

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

              Created:
              Updated:
              Resolved: