We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7f07b commit 08939c0Copy full SHA for 08939c0
1 file changed
Jenkinsfile
@@ -44,7 +44,7 @@ def pollReposAndEndBuild = env.poll_repos_and_end_build?.toBoolean() ?: false
44
def postBuildStatusEnabled = 'post_build_status' in env ? env.post_build_status.toBoolean() : true
45
def githubAuthToken = env.github_auth_token
46
def emailRecipients = env.email_recipients
47
-def testDataPath = env.extra_test_data_path ?: ''
+def testDataPath = env.test_data_path ?: ''
48
49
50
class Repo {
0 commit comments