mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-30 21:35:10 +00:00
Run chmod in the post block.
This commit is contained in:
@@ -140,12 +140,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage("Fix test-results permissions"){
|
||||
steps{
|
||||
sh "chmod -R 777 ${megacmd_sources_workspace}/test-results"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post{
|
||||
@@ -168,6 +162,7 @@ pipeline {
|
||||
updateGitlabCommitStatus(name: 'Build linux', state: 'failed')
|
||||
}
|
||||
}
|
||||
sh "chmod -R 777 ${megacmd_sources_workspace}/test-results"
|
||||
junit "**/test-results/*.xml"
|
||||
archiveArtifacts artifacts: "**/test-results/megacmd-*-tests-asan-report.*"
|
||||
}
|
||||
|
Reference in New Issue
Block a user