Skip to content

Commit

Permalink
[SW-2095][FollowUp] Remove and replace remaining reference in example…
Browse files Browse the repository at this point in the history
…s tests (#1990) (#1994)
  • Loading branch information
jakubhava committed Mar 26, 2020
1 parent 7cb13ca commit 7c7473e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/sparklingWaterPipeline.groovy
Expand Up @@ -292,7 +292,7 @@ def pyUnitTests() {
"""
}
} finally {
arch '**/build/h2ologs-test/*.log'
arch '**/build/**/*log*'
}
}
}
Expand All @@ -306,7 +306,7 @@ def pyUnitTests() {
"""
}
} finally {
arch '**/build/h2ologs-test/*.log'
arch '**/build/**/*log*'
}
}
}
Expand Down Expand Up @@ -368,7 +368,7 @@ def pyIntegTests() {
${getGradleCommand(config)} sparkling-water-py:localIntegTestsPython -PpythonPath=/envs/h2o_env_python3.6/bin -PpythonEnvBasePath=/home/jenkins/.gradle/python -PsparkHome=${env.SPARK_HOME} -PbackendMode=${config.backendMode}
"""
} finally {
arch '**/build/h2ologs-itest/*.log'
arch '**/build/**/*log*'
}
}
}
Expand Down

0 comments on commit 7c7473e

Please sign in to comment.