mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-31 05:45:11 +00:00
Specify the name of the file.
This commit is contained in:
@@ -117,7 +117,6 @@ pipeline {
|
||||
|
||||
post{
|
||||
always{
|
||||
junit "${megacmd_sources_workspace}/test-results/*.xml"
|
||||
script{
|
||||
if (currentBuild.currentResult == 'SUCCESS'){
|
||||
addGitLabMRComment(comment: ":white_check_mark: ${currentBuild.projectName} :penguin: <b>Linux</b> SUCCEEDED :muscle:<br/>Build results: [Jenkins [${currentBuild.displayName}]](${currentBuild.absoluteUrl})<br/>Commit: ${env.GIT_COMMIT}" )
|
||||
@@ -136,6 +135,7 @@ pipeline {
|
||||
updateGitlabCommitStatus(name: 'Build linux', state: 'failed')
|
||||
}
|
||||
}
|
||||
junit "${megacmd_sources_workspace}/test-results/megacmd-unit-tests.xml"
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user