From e9dfcda4184a28c24c2985d84b69d103c3a09340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8E=86=E5=86=B0=E9=83=81-hermes=E7=89=88?= Date: Wed, 6 May 2026 16:05:31 +0800 Subject: [PATCH] ci: fix git bash path literals --- jenkins/Jenkinsfile.production-stdb-module-build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {