]> git.ipfire.org Git - zone-sync.git/commitdiff
jenkins: Don't fail if the static analyzer didn't find any problems
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2026 09:37:05 +0000 (09:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2026 09:37:05 +0000 (09:37 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 0cfb108f18cfbf05060ad2a1dd604e52e35907d6..b54f7c8260262fcce61459554cc1decb58734d48 100644 (file)
@@ -167,7 +167,8 @@ pipeline {
 
                                                stage("Publish Report") {
                                                        steps {
-                                                               archiveArtifacts artifacts: "scan-build-output/**/*"
+                                                               archiveArtifacts artifacts: "scan-build-output/**/*",
+                                                                       allowEmptyArchive: true
                                                        }
                                                }
                                        }