mirror of
https://github.com/meganz/MEGAcmd
synced 2025-09-02 14:55:08 +00:00
Specify the name of the file.
This commit is contained in:
@@ -117,7 +117,6 @@ pipeline {
|
|||||||
|
|
||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
junit "${megacmd_sources_workspace}/test-results/*.xml"
|
|
||||||
script{
|
script{
|
||||||
if (currentBuild.currentResult == 'SUCCESS'){
|
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}" )
|
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')
|
updateGitlabCommitStatus(name: 'Build linux', state: 'failed')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
junit "${megacmd_sources_workspace}/test-results/megacmd-unit-tests.xml"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user