update steps

This commit is contained in:
oleg.vodyanov91@gmail.com 2026-01-25 23:07:21 +04:00
parent 0ea80c5963
commit dbb30801d2

View File

@ -16,8 +16,8 @@ pipeline {
} }
} }
} }
}
post { post {
always { junit 'reports/**/*.xml'; } always { junit 'reports/**/*.xml'; }
} }
}
} }