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

Properties are disappearing from job configurations

    XMLWordPrintable

Details

    Description

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

      Attachments

        Activity

          aleonrangel 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

          aleonrangel 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) }
          aamkrishna Murali Krishna added a comment - I made a fix using below snippet: properties {    pipelineTriggers {         triggers {             cron {              spec('H 0 * * 6')            }      }   } } logRotator {   numToKeep(10) }

          People

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

            Dates

              Created:
              Updated:
              Resolved: