Skip to content

Commit

Permalink
fix yaxunit coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Aug 25, 2024
1 parent 41a9c00 commit ed17c4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ class Yaxunit implements Serializable {
def options = config.yaxunitOptions
def env = steps.env()

def srcDir = config.srcDir
def workspaceDir = FileUtils.getFilePath("$env.WORKSPACE")

String vrunnerPath = VRunner.getVRunnerPath()
String ibConnection = ' --ibconnection "/F./build/ib"'

Expand Down

0 comments on commit ed17c4b

Please sign in to comment.