Skip to content

Commit

Permalink
test_plugins_siteless: Allow no artifacts in CI job
Browse files Browse the repository at this point in the history
Change-Id: I98ce246e69504d64cbbc7acd53dcffd4f3f829e9
  • Loading branch information
MatteoStifano committed Jan 30, 2025
1 parent 5126817 commit 35816b8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions buildscripts/scripts/test-plugins-siteless.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,8 @@ def main() {
stage("Archive / process test reports") {
dir("${WORKSPACE}") {
show_duration("archiveArtifacts") {
archiveArtifacts("test-results/**");
archiveArtifacts(allowEmptyArchive: true, artifacts: "test-results/**");
}
xunit([Custom(
customXSL: "$JENKINS_HOME/userContent/xunit/JUnit/0.1/pytest-xunit.xsl",
deleteOutputFiles: true,
failIfNotNew: true,
pattern: "**/junit.xml",
skipNoTestFiles: false,
stopProcessingIfError: true
)]);
}
}
}
Expand Down

0 comments on commit 35816b8

Please sign in to comment.