add write permissions in workspace (#2154)

[ROCm/composable_kernel commit: b9d17bdb11]
This commit is contained in:
Illia Silin
2025-05-01 07:04:57 -07:00
committed by GitHub
parent 7cedc33703
commit e6e687d8a7

1
Jenkinsfile vendored
View File

@@ -76,6 +76,7 @@ def check_host() {
if ("${env.CK_SCCACHE}" != "null"){
def SCCACHE_SERVER="${env.CK_SCCACHE.split(':')[0]}"
echo "sccache server: ${SCCACHE_SERVER}"
sh "chmod +w -R ${env.WORKSPACE}"
sh '''ping -c 1 -p 6379 "${SCCACHE_SERVER}" | echo $? > tmp.txt'''
def output = readFile(file: "tmp.txt")
echo "tmp.txt contents: \$output"