pipeline {
agent {
label 'win-001'
}
stages {
stage('ChangeVersion') {
steps {
echo "改变版本号的独步"
}
}
stage("BuildProject"){
steps{
powershell encoding: 'UTF-8', label: '', returnStatus: true, script: '$xxx=123'
}
}
}
}
上面是一段最简单的jenkins pipeline script脚本
但是现在无法执行 ,下面是错误提示
D:\jenkins\workspace\HsHis_Pipeline@tmp\durable-2f1f5361\powershellWrapper.ps1 : 无法将“powershell”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
所在位置 D:\jenkins\workspace\HsHis_Pipeline@tmp\durable-2f1f5361\powershellHelper.ps1:54 字符: 9
& { & $MainScript | Out-FileNoBom -Writer $OutputWriter } *>&1 | Out-FileNoB ...
~~~~~~~~~~~~~
哈哈哈,看见你了
我们认识?你是?
@夜莫白: 你猜