try using cygwin bin/sh

msysgit not used for a long time
This commit is contained in:
Joey Hess 2017-10-22 13:35:53 -04:00
parent 67f15844e5
commit f00996a1c3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ try {
}
stage('Build') {
bat 'c:/msysgit/bin/sh standalone/windows/build.sh'
bat 'c:/cygwin/bin/sh standalone/windows/build.sh'
}
stage('Archive') {