-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 2.60.3
Filesystem SCM Plugin 2.0
Steps to reproduce:
- Have a Jenkins job that uses the FSSCM plugin to copy from the file system into the workspace.
- Execute the job at least once.
- Change the modifiers on one of the files in the origin location, e.g. change the x (executable) bit from off to on (e.g. chmod +x filename)
- Re-execute the job.
Expected result:
- The modifier bit changes also in the checked-out version of the respective file.
Actual result:
- The modifier bit does not change.
- links to