You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
fix
This commit is contained in:
@@ -20,9 +20,9 @@ class Start implements Serializable {
|
||||
int returnValue
|
||||
|
||||
if (steps.isUnix()) {
|
||||
returnValue = steps.sh("$script &", returnStatus, encoding)
|
||||
returnStatus = steps.sh("$script &", returnStatus, encoding)
|
||||
} else {
|
||||
returnValue = steps.bat("chcp 65001 > nul \nstart $script", returnStatus, encoding)
|
||||
returnStatus = steps.bat("chcp 65001 > nul \nstart $script", returnStatus, encoding)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user