2
0
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:
Vibhav Pant
2023-11-17 21:35:51 +05:30
parent 2dc7502b98
commit c1be89c9f1

View File

@@ -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"
}
}