try using cygwin bin/sh
msysgit not used for a long time
This commit is contained in:
parent
67f15844e5
commit
f00996a1c3
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ try {
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
bat 'c:/msysgit/bin/sh standalone/windows/build.sh'
|
bat 'c:/cygwin/bin/sh standalone/windows/build.sh'
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue