This commit is contained in:
parent
624f61465a
commit
17c9054155
|
@ -156,7 +156,8 @@ pipeline {
|
|||
}
|
||||
always {
|
||||
script {
|
||||
if (!['master', 'test'].contains(env.BRANCH_NAME)) {
|
||||
if (env.RUN_SOURCE == 'git'
|
||||
&& !['master', 'test'].contains(env.BRANCH_NAME)) {
|
||||
try {
|
||||
junit 'junitresults.xml'
|
||||
junit 'junit.xml'
|
||||
|
|
Loading…
Reference in New Issue