Closed lukasged closed 4 years ago
To add more details of the described issue:
Hello World
job that's scheduled every 1 minute, and is affected by the described issue. Also, you can see below the mentioned job's description inline:
[Test_job.zip](https://github.com/rundeck/rundeck-cli/files/4235784/Test_job.zip)
Actually, I realised that this issue is not related to rundeck-cli
, so I moved it to the rundeck/rundeck
issues: https://github.com/rundeck/rundeck/issues/5814
Describe the bug I have configured my Rundeck project to use the SCM Import from a Git repository.
The import works fine, but then after a few minutes, I see a notification icon that there are changes to be imported from Git, while I know that actually there are no changes at all.
When I click on
Import Remote Changes
and then click onView Diff...
of the suggested file, it doesn't show any new commit in the configured Git repository, and just shows the following diff:It seems that it just tries to remove 1 blank line from the file.
If I choose to import that change, the interface doesn't show the suggested import until the next time that job is executed; and then it goes back to suggesting the same change again, removing the same blank line
My Rundeck detail
3.1.2.20190927
To Reproduce Steps to reproduce the behavior:
Expected behavior After the job's import, Rundeck shouldn't offer to import the file again until there's an actual change in the configured Git repository.
Desktop (please complete the following information):