Skip to content

Commit 08939c0

Browse files
committed
Add debug.
1 parent 9b7f07b commit 08939c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def pollReposAndEndBuild = env.poll_repos_and_end_build?.toBoolean() ?: false
4444
def postBuildStatusEnabled = 'post_build_status' in env ? env.post_build_status.toBoolean() : true
4545
def githubAuthToken = env.github_auth_token
4646
def emailRecipients = env.email_recipients
47-
def testDataPath = env.extra_test_data_path ?: ''
47+
def testDataPath = env.test_data_path ?: ''
4848

4949

5050
class Repo {

0 commit comments

Comments
 (0)