build: Trailing forward slash voor artifact folder
gitea/double-pendulum/pipeline/head This commit looks good

This commit is contained in:
Philippe Zwietering
2026-09-08 17:26:01 +02:00
parent 930b896d58
commit 5f864a86f8
Vendored
+1 -1
View File
@@ -17,7 +17,7 @@ pipeline {
stage('Build docs') {
steps {
sh 'cargo doc'
archiveArtifacts artifacts: 'target/doc'
archiveArtifacts artifacts: 'target/doc/'
}
}