1
0
Fork 0

running psh from cmd

This commit is contained in:
Christian Kühnel 2019-12-02 14:24:05 +01:00
parent 3c0c4547ff
commit 059c2822e0

View file

@ -37,7 +37,7 @@ pipeline {
}
stage('CMake') {
steps {
powershell "${SCRIPT_DIR}/run_cmake.ps1"
bat "powershell ${SCRIPT_DIR}/run_cmake.ps1"
}
}
stage('ninja all') {