Skip to content

Commit

Permalink
Merge remote-tracking branch origin/rel-3.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h2o-ops committed Feb 27, 2025
2 parents ccfede7 + 94aead0 commit c3b485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/groovy/defaultStage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def call(final pipelineContext, final stageConfig) {

def output = pipelineContext.getBuildConfig().getChangedPythonTests().join("\n")

sh "echo ${output} > ${h2oFolder}/tests/pyunitChangedTestList"
sh "echo \"${output}\" > ${h2oFolder}/tests/pyunitChangedTestList"
sh "chown -R jenkins:jenkins ${h2oFolder}"
sh "ls -al ${h2oFolder}/tests"
// writeFile(
Expand Down

0 comments on commit c3b485d

Please sign in to comment.