1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Убрал передачу параметра workspace

This commit is contained in:
Nikita Gryzlov
2020-04-17 14:45:44 +03:00
parent 538d715c2c
commit 4f6e71bc7c

View File

@@ -25,7 +25,9 @@ def call(JobConfiguration config) {
String command = "oscript_modules/bin/vrunner syntax-check --ibconnection \"/F./build/ib\""
command += " --workspace $env.WORKSPACE"
// Временно убрал передачу параметра.
// См. https://github.com/vanessa-opensource/vanessa-runner/issues/361
// command += " --workspace $env.WORKSPACE"
if (options.groupErrorsByMetadata) {
command += " --groupbymetadata"