Jenkins 失败时归档 E2E 测试产物
This commit is contained in:
Vendored
+1
@@ -78,6 +78,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
echo "Build #${BUILD_NUMBER} failed"
|
echo "Build #${BUILD_NUMBER} failed"
|
||||||
|
archiveArtifacts artifacts: 'playwright-report/**,test-results/**', allowEmptyArchive: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user