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

Properties are disappearing from job configurations

      Properties are disappearing from job configurations automatically. Please check the attachment and let me know the possible solutions.

          [JENKINS-65925] Properties are disappearing from job configurations

          Andres added a comment -

          any news on this issue?

          I experienced the same but it wasn't a big deal so the issues were dismissed. thanks

          Andres added a comment - any news on this issue? I experienced the same but it wasn't a big deal so the issues were dismissed. thanks

          I made a fix using below snippet:

          properties {
             pipelineTriggers {
                  triggers {
                      cron

          {              spec('H 0 * * 6')            }

               }
            }
          }
          logRotator

          {   numToKeep(10) }

          Murali Krishna added a comment - I made a fix using below snippet: properties {    pipelineTriggers {         triggers {             cron {              spec('H 0 * * 6')            }      }   } } logRotator {   numToKeep(10) }

            marcosteffan Marco Steffan
            aamkrishna Murali Krishna
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: