AG
[ssh-agent] FATAL: Could not find a suitable ssh-agent providerSize: a a a
AG
[ssh-agent] FATAL: Could not find a suitable ssh-agent providerOS
[ssh-agent] FATAL: Could not find a suitable ssh-agent providerSM
OS

SM
SM
AG
AG
pipeline {
agent any
environment {
PATH = "%PATH%;c:\\some\\dir"
}
stages {
stage('Hello') {
steps {
echo env.PATH
bat 'echo %PATH%'
}
}
}
}[Pipeline] echo
%PATH%;c:\some\dir
[Pipeline] bat
'cmd' is not recognized as an internal or external command,
AG
OS

AG
OS
SM
OS

OS

AG
pipeline {
agent any
environment {
PATH = "${PATH};c:\\my\\folder"
}Ü
UE
AB
UE