• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical

      currently, we are unable to update our production jenkins server due to the fact that configuration which is saved correctly in the config.xml file is not displayed correctly on the configure screen.

      steps to reproduce:

      1. create a folder.
      2. enter folder configuration
      3. add folder properties (set key to any string, value to any string)
      4. save the folder configuration.
      5. re-enter folder configuration -> folder properties are NOT displayed.

      additional info:

      1. the configuration is saved properly to the config.xml file of the folder (I checked on the server).
      2. the jenkins controller loads the config.xml file properly (I checked using the jekinsControllerAddress/job/folderName/config.xml - all the configuration is in tact)
      3. no error or exception appears in the controller log file., not while saving the configuration and not while loading it.
      4. if needed i can provide any additional information and perform additional tests.

       

      we currently don't update our production server due to this issue. if it would help, I can provide the production configuration to see the difference between them.

          [JENKINS-69136] job and folder configuration not displayed.

          Mark Waite added a comment -

          Thanks for providing the plugins and their versions. I can duplicate the issue with the set of plugins you described and can even duplicate the issue after following the instructions at https://community.jenkins.io/t/migrating-jenkins/894/5 (remove plugins with security warnings, remove deprecated plugins, etc.)

          I'm not able to do more exploring right now, but was using this script with your plugin list as plugins.txt:

          #!/bin/bash
          
          # Configuration form fails to save
          
          JENKINS_WAR_VERSION=2.346.2
          JENKINS_WAR=jenkins-${JENKINS_WAR_VERSION}.war
          PLUGIN_MANAGER_VERSION=2.12.8
          PLUGIN_MANAGER_JAR=jenkins-plugin-manager-${PLUGIN_MANAGER_VERSION}.jar
          
          if [ ! -f ../$PLUGIN_MANAGER_JAR ]; then
            wget https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_MANAGER_VERSION}/$PLUGIN_MANAGER_JAR
            mv $PLUGIN_MANAGER_JAR ..
          fi
          if [ ! -d plugins ]; then
            mkdir plugins
          fi
          java -jar ../$PLUGIN_MANAGER_JAR --jenkins-version $JENKINS_WAR_VERSION --latest false --plugin-download-directory plugins --plugin-file plugins.txt
          
          if [ ! -f ../$JENKINS_WAR ]; then
            wget https://get.jenkins.io/war-stable/${JENKINS_WAR_VERSION}/jenkins.war
            mv jenkins.war ../$JENKINS_WAR
          fi
          
          JENKINS_HOME=. java -jar ../$JENKINS_WAR
          

          Mark Waite added a comment - Thanks for providing the plugins and their versions. I can duplicate the issue with the set of plugins you described and can even duplicate the issue after following the instructions at https://community.jenkins.io/t/migrating-jenkins/894/5 (remove plugins with security warnings, remove deprecated plugins, etc.) I'm not able to do more exploring right now, but was using this script with your plugin list as plugins.txt: #!/bin/bash # Configuration form fails to save JENKINS_WAR_VERSION=2.346.2 JENKINS_WAR=jenkins-${JENKINS_WAR_VERSION}.war PLUGIN_MANAGER_VERSION=2.12.8 PLUGIN_MANAGER_JAR=jenkins-plugin-manager-${PLUGIN_MANAGER_VERSION}.jar if [ ! -f ../$PLUGIN_MANAGER_JAR ]; then wget https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/${PLUGIN_MANAGER_VERSION}/$PLUGIN_MANAGER_JAR mv $PLUGIN_MANAGER_JAR .. fi if [ ! -d plugins ]; then mkdir plugins fi java -jar ../$PLUGIN_MANAGER_JAR --jenkins-version $JENKINS_WAR_VERSION --latest false --plugin-download-directory plugins --plugin-file plugins.txt if [ ! -f ../$JENKINS_WAR ]; then wget https://get.jenkins.io/war-stable/${JENKINS_WAR_VERSION}/jenkins.war mv jenkins.war ../$JENKINS_WAR fi JENKINS_HOME=. java -jar ../$JENKINS_WAR

          Amit Dar added a comment - - edited

          markewaite , your help is greatly appreciated. if there is anything I can do or provide in order to solve this issue, please let me know. I was not able to identify the culprit my self due to lack of error/exception anywhere (all seems to be working "fine").

          once again, thanks

           

          BTW - the issue is not 

          #Configuration form fails to save

          its - Configuration form fails to display saved configuration.

          like I said, the configuration is saved properly in the config.xml file, and also accessing the file directly through the jenkins /job url is showing the file with the proper configuration in it.

          Amit Dar added a comment - - edited markewaite , your help is greatly appreciated. if there is anything I can do or provide in order to solve this issue, please let me know. I was not able to identify the culprit my self due to lack of error/exception anywhere (all seems to be working "fine"). once again, thanks   BTW - the issue is not  #Configuration form fails to save its - Configuration form fails to display saved configuration. like I said, the configuration is saved properly in the config.xml file, and also accessing the file directly through the jenkins /job url is showing the file with the proper configuration in it.

          Mark Waite added a comment -

          amidar I think you can do the guessing that I was doing in an attempt to identify the root cause of the issue. Combining that shell script that I provided with a plugins.txt file in a git repository will allow you to narrow the set of plugins that are required in order to see the issue. I don't see the problem on my installation because I don't use the folder properties plugin. You may want to try with just the folders plugin and the folder properties plugin in order to see if the problem is visible in even the simplest configuration.

          I agree that your description of the problem is more correct than mine. Configuration form fails to display saved configuration makes sense based on what you found in the config file.

          Mark Waite added a comment - amidar I think you can do the guessing that I was doing in an attempt to identify the root cause of the issue. Combining that shell script that I provided with a plugins.txt file in a git repository will allow you to narrow the set of plugins that are required in order to see the issue. I don't see the problem on my installation because I don't use the folder properties plugin. You may want to try with just the folders plugin and the folder properties plugin in order to see if the problem is visible in even the simplest configuration. I agree that your description of the problem is more correct than mine. Configuration form fails to display saved configuration makes sense based on what you found in the config file.

          Amit Dar added a comment -

          markewaite , i was able to reproduce the bug using the following plugins:

          Jenkins: 2.346.2
          OS: Linux - 5.10.102.1-microsoft-standard-WSL2

          ace-editor:1.1
          active-directory:2.25.1
          ansicolor:1.0.2
          apache-httpcomponents-client-4-api:4.5.13-1.0
          authentication-tokens:1.4
          blueocean:1.25.5
          blueocean-autofavorite:1.2.5
          blueocean-bitbucket-pipeline:1.25.5
          blueocean-commons:1.25.5
          blueocean-config:1.25.5
          blueocean-core-js:1.25.5
          blueocean-dashboard:1.25.5
          blueocean-display-url:2.4.1
          blueocean-events:1.25.5
          blueocean-git-pipeline:1.25.5
          blueocean-github-pipeline:1.25.5
          blueocean-i18n:1.25.5
          blueocean-jwt:1.25.5
          blueocean-personalization:1.25.5
          blueocean-pipeline-api-impl:1.25.5
          blueocean-pipeline-editor:1.25.5
          blueocean-pipeline-scm-api:1.25.5
          blueocean-rest:1.25.5
          blueocean-rest-impl:1.25.5
          blueocean-web:1.25.5
          bootstrap5-api:5.1.3-7
          bouncycastle-api:2.26
          branch-api:2.1046.v0ca_37783ecc5
          caffeine-api:2.9.3-65.v6a_47d0f4d1fe
          checks-api:1.7.4
          clearcase:1.6.8
          cloudbees-bitbucket-branch-source:784.v7fcdc7c670f6
          cloudbees-folder:6.736.v5f554b_b_a_52b_3
          command-launcher:84.v4a_97f2027398
          credentials:1139.veb_9579fca_33b_
          credentials-binding:523.vd859a_4b_122e6
          display-url-api:2.3.6
          docker-commons:1.19
          docker-workflow:1.29
          dotnet-sdk:1.4.0
          durable-task:496.va67c6f9eefa7
          echarts-api:5.3.3-1
          favorite:2.4.1
          folder-properties:1.2.1
          font-awesome-api:6.1.1-1
          git:4.11.4
          git-client:3.11.1
          github:1.34.5
          github-api:1.303-400.v35c2d8258028
          github-branch-source:1677.v731f745ea_0cf
          handy-uri-templates-2-api:2.1.8-22.v77d5b_75e6953
          hp-application-automation-tools-plugin:7.4
          htmlpublisher:1.30
          jackson2-api:2.13.3-285.vc03c0256d517
          jakarta-activation-api:2.0.0-3
          jakarta-mail-api:2.0.0-6
          javadoc:217.v905b_86277a_2a_
          javax-activation-api:1.2.0-4
          javax-mail-api:1.6.2-7
          jaxb:2.3.6-1
          jdk-tool:1.5
          jenkins-design-language:1.25.5
          jjwt-api:0.11.5-77.v646c772fddb_0
          jquery3-api:3.6.0-4
          jsch:0.1.55.2
          junit:1119.1121.vc43d0fc45561
          kubernetes:3670.v6ca_059233222
          kubernetes-client-api:5.12.2-193.v26a_6078f65a_9
          kubernetes-credentials:0.9.0
          mailer:435.v79ef3972b_5c7
          matrix-auth:3.1.5
          matrix-project:772.v494f19991984
          maven-plugin:3.19
          metrics:4.2.10-389.v93143621b_050
          mina-sshd-api-common:2.8.0-36.v8e25ce90d4b_1
          mina-sshd-api-core:2.8.0-36.v8e25ce90d4b_1
          msbuild:1.30
          mstest:1.0.0
          okhttp-api:4.9.3-105.vb96869f8ac3a
          pipeline-build-step:2.18
          pipeline-graph-analysis:195.v5812d95a_a_2f9
          pipeline-groovy-lib:598.vcd66b_a_336510
          pipeline-input-step:449.v77f0e8b_845c4
          pipeline-milestone-step:101.vd572fef9d926
          pipeline-model-api:2.2114.v2654ca_721309
          pipeline-model-definition:2.2114.v2654ca_721309
          pipeline-model-extensions:2.2114.v2654ca_721309
          pipeline-stage-step:293.v200037eefcd5
          pipeline-stage-tags-metadata:2.2114.v2654ca_721309
          plain-credentials:1.8
          plugin-util-api:2.17.0
          popper2-api:2.11.5-2
          pubsub-light:1.16
          scm-api:616.ve67136f6c77d
          script-security:1175.v4b_d517d6db_f0
          snakeyaml-api:1.30.2-76.vc104f7ce9870
          sse-gateway:1.25
          ssh-credentials:295.vced876c18eb_4
          sshd:3.242.va_db_9da_b_26a_c3
          structs:324.va_f5d6774f3a_d
          templating-engine:2.5.2
          token-macro:308.v4f2b_ed62b_b_16
          trilead-api:1.67.vc3938a_35172f
          variant:59.vf075fe829ccb
          workflow-api:1188.v0016b_4f29881
          workflow-basic-steps:986.v6b_9c830a_6b_37
          workflow-cps:2759.v87459c4eea_ca_
          workflow-durable-task-step:1199.v02b_9244f8064
          workflow-job:1207.ve6191ff089f8
          workflow-multibranch:716.vc692a_e52371b_
          workflow-scm-step:400.v6b_89a_1317c9a_
          workflow-step-api:639.v6eca_cd8c04a_a_
          workflow-support:833.va_1c71061486b_

           

          Amit Dar added a comment - markewaite , i was able to reproduce the bug using the following plugins: Jenkins: 2.346.2 OS: Linux - 5.10.102.1-microsoft-standard-WSL2 — ace-editor:1.1 active-directory:2.25.1 ansicolor:1.0.2 apache-httpcomponents-client-4-api:4.5.13-1.0 authentication-tokens:1.4 blueocean:1.25.5 blueocean-autofavorite:1.2.5 blueocean-bitbucket-pipeline:1.25.5 blueocean-commons:1.25.5 blueocean-config:1.25.5 blueocean-core-js:1.25.5 blueocean-dashboard:1.25.5 blueocean-display-url:2.4.1 blueocean-events:1.25.5 blueocean-git-pipeline:1.25.5 blueocean-github-pipeline:1.25.5 blueocean-i18n:1.25.5 blueocean-jwt:1.25.5 blueocean-personalization:1.25.5 blueocean-pipeline-api-impl:1.25.5 blueocean-pipeline-editor:1.25.5 blueocean-pipeline-scm-api:1.25.5 blueocean-rest:1.25.5 blueocean-rest-impl:1.25.5 blueocean-web:1.25.5 bootstrap5-api:5.1.3-7 bouncycastle-api:2.26 branch-api:2.1046.v0ca_37783ecc5 caffeine-api:2.9.3-65.v6a_47d0f4d1fe checks-api:1.7.4 clearcase:1.6.8 cloudbees-bitbucket-branch-source:784.v7fcdc7c670f6 cloudbees-folder:6.736.v5f554b_b_a_52b_3 command-launcher:84.v4a_97f2027398 credentials:1139.veb_9579fca_33b_ credentials-binding:523.vd859a_4b_122e6 display-url-api:2.3.6 docker-commons:1.19 docker-workflow:1.29 dotnet-sdk:1.4.0 durable-task:496.va67c6f9eefa7 echarts-api:5.3.3-1 favorite:2.4.1 folder-properties:1.2.1 font-awesome-api:6.1.1-1 git:4.11.4 git-client:3.11.1 github:1.34.5 github-api:1.303-400.v35c2d8258028 github-branch-source:1677.v731f745ea_0cf handy-uri-templates-2-api:2.1.8-22.v77d5b_75e6953 hp-application-automation-tools-plugin:7.4 htmlpublisher:1.30 jackson2-api:2.13.3-285.vc03c0256d517 jakarta-activation-api:2.0.0-3 jakarta-mail-api:2.0.0-6 javadoc:217.v905b_86277a_2a_ javax-activation-api:1.2.0-4 javax-mail-api:1.6.2-7 jaxb:2.3.6-1 jdk-tool:1.5 jenkins-design-language:1.25.5 jjwt-api:0.11.5-77.v646c772fddb_0 jquery3-api:3.6.0-4 jsch:0.1.55.2 junit:1119.1121.vc43d0fc45561 kubernetes:3670.v6ca_059233222 kubernetes-client-api:5.12.2-193.v26a_6078f65a_9 kubernetes-credentials:0.9.0 mailer:435.v79ef3972b_5c7 matrix-auth:3.1.5 matrix-project:772.v494f19991984 maven-plugin:3.19 metrics:4.2.10-389.v93143621b_050 mina-sshd-api-common:2.8.0-36.v8e25ce90d4b_1 mina-sshd-api-core:2.8.0-36.v8e25ce90d4b_1 msbuild:1.30 mstest:1.0.0 okhttp-api:4.9.3-105.vb96869f8ac3a pipeline-build-step:2.18 pipeline-graph-analysis:195.v5812d95a_a_2f9 pipeline-groovy-lib:598.vcd66b_a_336510 pipeline-input-step:449.v77f0e8b_845c4 pipeline-milestone-step:101.vd572fef9d926 pipeline-model-api:2.2114.v2654ca_721309 pipeline-model-definition:2.2114.v2654ca_721309 pipeline-model-extensions:2.2114.v2654ca_721309 pipeline-stage-step:293.v200037eefcd5 pipeline-stage-tags-metadata:2.2114.v2654ca_721309 plain-credentials:1.8 plugin-util-api:2.17.0 popper2-api:2.11.5-2 pubsub-light:1.16 scm-api:616.ve67136f6c77d script-security:1175.v4b_d517d6db_f0 snakeyaml-api:1.30.2-76.vc104f7ce9870 sse-gateway:1.25 ssh-credentials:295.vced876c18eb_4 sshd:3.242.va_db_9da_b_26a_c3 structs:324.va_f5d6774f3a_d templating-engine:2.5.2 token-macro:308.v4f2b_ed62b_b_16 trilead-api:1.67.vc3938a_35172f variant:59.vf075fe829ccb workflow-api:1188.v0016b_4f29881 workflow-basic-steps:986.v6b_9c830a_6b_37 workflow-cps:2759.v87459c4eea_ca_ workflow-durable-task-step:1199.v02b_9244f8064 workflow-job:1207.ve6191ff089f8 workflow-multibranch:716.vc692a_e52371b_ workflow-scm-step:400.v6b_89a_1317c9a_ workflow-step-api:639.v6eca_cd8c04a_a_ workflow-support:833.va_1c71061486b_  

          Mark Waite added a comment -

          Now the challenge is to find a combination of plugins and Jenkins core that does not duplicate the problem, then compare the differences between the two so that the plugin or core version with the issue can be identified.

          Mark Waite added a comment - Now the challenge is to find a combination of plugins and Jenkins core that does not duplicate the problem, then compare the differences between the two so that the plugin or core version with the issue can be identified.

          Amit Dar added a comment -

          now with a shorter plugin list - problem still occurs!

           

           

          Jenkins: 2.346.2
          OS: Linux - 5.10.102.1-microsoft-standard-WSL2

          ace-editor:1.1
          apache-httpcomponents-client-4-api:4.5.13-1.0
          bootstrap5-api:5.1.3-7
          bouncycastle-api:2.26
          branch-api:2.1046.v0ca_37783ecc5
          caffeine-api:2.9.3-65.v6a_47d0f4d1fe
          checks-api:1.7.4
          cloudbees-folder:6.736.v5f554b_b_a_52b_3
          command-launcher:84.v4a_97f2027398
          credentials:1139.veb_9579fca_33b_
          credentials-binding:523.vd859a_4b_122e6
          display-url-api:2.3.6
          dotnet-sdk:1.4.0
          durable-task:496.va67c6f9eefa7
          echarts-api:5.3.3-1
          folder-properties:1.2.1
          font-awesome-api:6.1.1-1
          git-client:3.11.1
          hp-application-automation-tools-plugin:7.4
          jackson2-api:2.13.3-285.vc03c0256d517
          jakarta-activation-api:2.0.0-3
          jakarta-mail-api:2.0.0-6
          javadoc:217.v905b_86277a_2a_
          javax-activation-api:1.2.0-4
          javax-mail-api:1.6.2-7
          jaxb:2.3.6-1
          jdk-tool:1.5
          jquery3-api:3.6.0-4
          jsch:0.1.55.2
          junit:1119.1121.vc43d0fc45561
          mailer:435.v79ef3972b_5c7
          matrix-project:772.v494f19991984
          maven-plugin:3.19
          mina-sshd-api-common:2.8.0-36.v8e25ce90d4b_1
          mina-sshd-api-core:2.8.0-36.v8e25ce90d4b_1
          msbuild:1.30
          mstest:1.0.0
          pipeline-build-step:2.18
          pipeline-groovy-lib:598.vcd66b_a_336510
          pipeline-input-step:449.v77f0e8b_845c4
          pipeline-model-api:2.2114.v2654ca_721309
          pipeline-model-definition:2.2114.v2654ca_721309
          pipeline-model-extensions:2.2114.v2654ca_721309
          pipeline-stage-step:293.v200037eefcd5
          pipeline-stage-tags-metadata:2.2114.v2654ca_721309
          plain-credentials:1.8
          plugin-util-api:2.17.0
          popper2-api:2.11.5-2
          scm-api:616.ve67136f6c77d
          script-security:1175.v4b_d517d6db_f0
          snakeyaml-api:1.30.2-76.vc104f7ce9870
          ssh-credentials:295.vced876c18eb_4
          sshd:3.242.va_db_9da_b_26a_c3
          structs:324.va_f5d6774f3a_d
          templating-engine:2.5.2
          trilead-api:1.67.vc3938a_35172f
          variant:59.vf075fe829ccb
          workflow-api:1188.v0016b_4f29881
          workflow-basic-steps:986.v6b_9c830a_6b_37
          workflow-cps:2759.v87459c4eea_ca_
          workflow-durable-task-step:1199.v02b_9244f8064
          workflow-job:1207.ve6191ff089f8
          workflow-multibranch:716.vc692a_e52371b_
          workflow-scm-step:400.v6b_89a_1317c9a_
          workflow-step-api:639.v6eca_cd8c04a_a_
          workflow-support:833.va_1c71061486b_

          Amit Dar added a comment - now with a shorter plugin list - problem still occurs!     Jenkins: 2.346.2 OS: Linux - 5.10.102.1-microsoft-standard-WSL2 — ace-editor:1.1 apache-httpcomponents-client-4-api:4.5.13-1.0 bootstrap5-api:5.1.3-7 bouncycastle-api:2.26 branch-api:2.1046.v0ca_37783ecc5 caffeine-api:2.9.3-65.v6a_47d0f4d1fe checks-api:1.7.4 cloudbees-folder:6.736.v5f554b_b_a_52b_3 command-launcher:84.v4a_97f2027398 credentials:1139.veb_9579fca_33b_ credentials-binding:523.vd859a_4b_122e6 display-url-api:2.3.6 dotnet-sdk:1.4.0 durable-task:496.va67c6f9eefa7 echarts-api:5.3.3-1 folder-properties:1.2.1 font-awesome-api:6.1.1-1 git-client:3.11.1 hp-application-automation-tools-plugin:7.4 jackson2-api:2.13.3-285.vc03c0256d517 jakarta-activation-api:2.0.0-3 jakarta-mail-api:2.0.0-6 javadoc:217.v905b_86277a_2a_ javax-activation-api:1.2.0-4 javax-mail-api:1.6.2-7 jaxb:2.3.6-1 jdk-tool:1.5 jquery3-api:3.6.0-4 jsch:0.1.55.2 junit:1119.1121.vc43d0fc45561 mailer:435.v79ef3972b_5c7 matrix-project:772.v494f19991984 maven-plugin:3.19 mina-sshd-api-common:2.8.0-36.v8e25ce90d4b_1 mina-sshd-api-core:2.8.0-36.v8e25ce90d4b_1 msbuild:1.30 mstest:1.0.0 pipeline-build-step:2.18 pipeline-groovy-lib:598.vcd66b_a_336510 pipeline-input-step:449.v77f0e8b_845c4 pipeline-model-api:2.2114.v2654ca_721309 pipeline-model-definition:2.2114.v2654ca_721309 pipeline-model-extensions:2.2114.v2654ca_721309 pipeline-stage-step:293.v200037eefcd5 pipeline-stage-tags-metadata:2.2114.v2654ca_721309 plain-credentials:1.8 plugin-util-api:2.17.0 popper2-api:2.11.5-2 scm-api:616.ve67136f6c77d script-security:1175.v4b_d517d6db_f0 snakeyaml-api:1.30.2-76.vc104f7ce9870 ssh-credentials:295.vced876c18eb_4 sshd:3.242.va_db_9da_b_26a_c3 structs:324.va_f5d6774f3a_d templating-engine:2.5.2 trilead-api:1.67.vc3938a_35172f variant:59.vf075fe829ccb workflow-api:1188.v0016b_4f29881 workflow-basic-steps:986.v6b_9c830a_6b_37 workflow-cps:2759.v87459c4eea_ca_ workflow-durable-task-step:1199.v02b_9244f8064 workflow-job:1207.ve6191ff089f8 workflow-multibranch:716.vc692a_e52371b_ workflow-scm-step:400.v6b_89a_1317c9a_ workflow-step-api:639.v6eca_cd8c04a_a_ workflow-support:833.va_1c71061486b_

          Amit Dar added a comment - - edited

          it looks like some combination of the following plugins (latest versions) or one of their dependencies is causing the problem:

           

          folders
          folder properties
          mstest
          javadoc
          maven-plugin
          hp-application-automation-tools-plugin
          dotnet-sdk
          msbuild
          templating-engine

          Amit Dar added a comment - - edited it looks like some combination of the following plugins (latest versions) or one of their dependencies is causing the problem:   folders folder properties mstest javadoc maven-plugin hp-application-automation-tools-plugin dotnet-sdk msbuild templating-engine

          Amit Dar added a comment -

          update - I narrowed it down to the following plugins (or their dependencies):

          folders
          folder properties

          hp-application-automation-tools-plugin
          dotnet-sdk

          Amit Dar added a comment - update - I narrowed it down to the following plugins (or their dependencies): folders folder properties hp-application-automation-tools-plugin dotnet-sdk

          Amit Dar added a comment - - edited

          culprit found!

          Micro Focus Application Automation Tools plugin version 7.4 is causing the problem.

          removing the plugin or downgrading to version 7.3 restores proper configure page behavior.

          bug was reproduced using the following docker image: jenkins/jenkins:2.346.2-lts-jdk11

          Amit Dar added a comment - - edited culprit found! Micro Focus Application Automation Tools plugin version 7.4 is causing the problem. removing the plugin or downgrading to version 7.3 restores proper configure page behavior. bug was reproduced using the following docker image: jenkins/jenkins:2.346.2-lts-jdk11

          Hilda added a comment -

          Hello,

          Indeed with MF plugin version 7.4 the issue is reproducible.

          We had similar problem with the Pipeline config, so we created a beta version to fix this issue.

          I have checked the behavior with the new beta version and apparently this issue is fixed as well.

          Beta version: 7.4.2 https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/hp-application-automation-tools-plugin/

          or from https://www.jenkins.io/doc/developer/publishing/releasing-experimental-updates/

          Thank you,

          Hilda Both

           

          Hilda added a comment - Hello, Indeed with MF plugin version 7.4 the issue is reproducible. We had similar problem with the Pipeline config, so we created a beta version to fix this issue. I have checked the behavior with the new beta version and apparently this issue is fixed as well. Beta version: 7.4.2 https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/hp-application-automation-tools-plugin/ or from https://www.jenkins.io/doc/developer/publishing/releasing-experimental-updates/ Thank you, Hilda Both  

            Unassigned Unassigned
            amidar Amit Dar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: