build: Trailing forward slash voor artifact folder
gitea/double-pendulum/pipeline/head This commit looks good
gitea/double-pendulum/pipeline/head This commit looks good
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
stage('Build docs') {
|
||||
steps {
|
||||
sh 'cargo doc'
|
||||
archiveArtifacts artifacts: 'target/doc'
|
||||
archiveArtifacts artifacts: 'target/doc/'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user