Skip to content

Commit

Permalink
GH-16550 Debug PR pipeline (#16570)
Browse files Browse the repository at this point in the history
* [DevOps] GH-16550 Fix PR Pipeline Hanging Issue (#16576)

* Fix it with quotation marks

Authored-by: Chathrinda Ranasinghe <[email protected]>
  • Loading branch information
valenad1 authored Feb 27, 2025
1 parent df06fe5 commit 94aead0
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 94aead0

Please sign in to comment.