I'm using git to manage configuration revisions.
I would like to run difftool during jenkins job to allow the user to decide which line is correct during the job. is there any plugin that can do this?
example: ( file was changed in workspace and user should be able to modify as he needs )
chen@DEV-Chen:/tmp/configuration_repo$ git status
On branch env.env68
Your branch is up-to-date with 'origin/env.env68'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working
directory)
modified: env.env68/backend.properties
no changes added to commit (use "git add" and/or "git commit -a")
chen@DEV-Chen:/tmp/configuration_repo$ git difftool -y .