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

ETag/MTime saved in config.xml but there is no flag in job web page.

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • urltrigger-plugin
    • None

      Jenkins 1.540
      Plugin 0.36

      checkETag value is true in "config.xml":
      find ./ -type f -exec grep -HIn "ETag" {} \;
      ./jobs/testing_job/config.xml:64: <checkETag>true</checkETag>

      but falg is not presented at the job web page and therefore on the second save action sets to false in config.xml

          [JENKINS-20712] ETag/MTime saved in config.xml but there is no flag in job web page.

          Lev Mishin added a comment -

          The same issue manifests for the "Check the last modification Date" checkbox

          Lev Mishin added a comment - The same issue manifests for the "Check the last modification Date" checkbox

          Code changed in jenkins
          User: Leo
          Path:
          src/main/resources/org/jenkinsci/plugins/urltrigger/URLTrigger/config.jelly
          http://jenkins-ci.org/commit/urltrigger-plugin/d7b4334bcecd69ef22f688d7c2a09e106f9c173f
          Log:
          fix for bug JENKINS-20712

          https://issues.jenkins-ci.org/browse/JENKINS-20712
          "Check ETag" (and "Check the last modification Date") was always unchecked on the web page by default

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Leo Path: src/main/resources/org/jenkinsci/plugins/urltrigger/URLTrigger/config.jelly http://jenkins-ci.org/commit/urltrigger-plugin/d7b4334bcecd69ef22f688d7c2a09e106f9c173f Log: fix for bug JENKINS-20712 https://issues.jenkins-ci.org/browse/JENKINS-20712 "Check ETag" (and "Check the last modification Date") was always unchecked on the web page by default

          Code changed in jenkins
          User: Gregory Boissinot
          Path:
          src/main/resources/org/jenkinsci/plugins/urltrigger/URLTrigger/config.jelly
          http://jenkins-ci.org/commit/urltrigger-plugin/5047ab6345f384af3128bbedecf70f08cae75641
          Log:
          Merge pull request #10 from Le0Michine/master

          Fix for bug JENKINS-20712

          Compare: https://github.com/jenkinsci/urltrigger-plugin/compare/6c55364c9819...5047ab6345f3

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Gregory Boissinot Path: src/main/resources/org/jenkinsci/plugins/urltrigger/URLTrigger/config.jelly http://jenkins-ci.org/commit/urltrigger-plugin/5047ab6345f384af3128bbedecf70f08cae75641 Log: Merge pull request #10 from Le0Michine/master Fix for bug JENKINS-20712 Compare: https://github.com/jenkinsci/urltrigger-plugin/compare/6c55364c9819...5047ab6345f3

            le0 Lev Mishin
            intervoice Andrey Chergik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: