Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit a956858

Browse files
committed
fix chown in jenkinsfile
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
1 parent 7920201 commit a956858

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def generateFunctionalTestStep(Map args = [:]){
524524
sh "mkdir -p outputs/${testRunner.ip} || true"
525525
sshexec("${env.WORKSPACE}",
526526
testRunner,
527-
"""sudo chown ${testRunner.user}:${testRunner.user} -R /home/${testRunner.user}/e2e-testing/outputs """)
527+
"""sudo chown ${testRunner.user} -R /home/${testRunner.user}/e2e-testing/outputs """)
528528
scpr("${env.WORKSPACE}",
529529
testRunner,
530530
"e2e-testing/outputs/TEST-*${runId}*.xml",

0 commit comments

Comments
 (0)