diff --git a/jenkins/Jenkinsfile.production-stdb-module-build b/jenkins/Jenkinsfile.production-stdb-module-build index fe68992e..c382d924 100644 --- a/jenkins/Jenkinsfile.production-stdb-module-build +++ b/jenkins/Jenkinsfile.production-stdb-module-build @@ -77,9 +77,9 @@ pipeline { $env:PATH = "$env:CARGO_HOME/bin;$env:PATH" $gitBash = @( $env:GENARRATIVE_BASH, - 'C:\Program Files\Git\bin\bash.exe', - 'C:\Program Files\Git\usr\bin\bash.exe', - 'C:\msys64\usr\bin\bash.exe', + 'C:/Program Files/Git/bin/bash.exe', + 'C:/Program Files/Git/usr/bin/bash.exe', + 'C:/msys64/usr/bin/bash.exe', 'bash' ) | Where-Object { $_ -and (($_ -eq 'bash') -or (Test-Path $_)) } | Select-Object -First 1 if (-not $gitBash) {