Corrected Jenkinsfile.

This commit is contained in:
Jeff Baskin 2022-06-03 12:03:37 -04:00
parent a9b1920c2f
commit 64042f0371
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -19,7 +19,9 @@ pipeline {
}
}
stage('Archiving') {
archiveArtifacts artifacts: 'target/release/morethantext_web', fingerprint: true
steps {
archiveArtifacts artifacts: 'target/release/morethantext_web', fingerprint: true
}
}
}
}