Add Azure CLI wbin to PATH for Jenkins agent

This commit is contained in:
2026-05-04 21:40:23 -04:00
parent 92570bb1f6
commit 06c914e65c
Vendored
+4
View File
@@ -6,6 +6,10 @@ pipeline {
timestamps()
}
environment {
PATH = "C:\\Program Files\\Microsoft SDKs\\Azure\\CLI2\\wbin;${env.PATH}"
}
stages {
stage('Checkout') {
steps {