Skip to content

Instantly share code, notes, and snippets.

@jinwoo-jeon0
Last active October 21, 2018 13:39
Show Gist options
  • Save jinwoo-jeon0/77c9e9cce531cfaa72eb3294c9e0d043 to your computer and use it in GitHub Desktop.
Save jinwoo-jeon0/77c9e9cce531cfaa72eb3294c9e0d043 to your computer and use it in GitHub Desktop.

Jenkins Configuration

Manager Jenkins > Configure System > Shell

Specify the git-bash.exe path. For example,

  • Shell executable: %scoop%\shims\git-bash.exe

Manager Jenkins > Global Tool Configuration > Git

Specify the git path with any name. For example,

  • Name: git (scoop)
  • Path to Git executable: %scoop%\shims\git.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment