-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: pipeline-multibranch-defaults-plugin
-
None
-
Environment:jenkins 2.73.3
Debian 9.2
In a MultiBranch Pipeline, when adding properties to Jenkinsfile like follow, configuration became permanent even if removed from Jenkinsfile
properties([[$class: 'BuildDiscarderProperty', Â strategy: [$class: 'LogRotator', numToKeepStr: '10']], Â pipelineTriggers([cron('H/30 9-23 * * *')]), ])
Deleting and recreating the job seems the only way to reset properties.