Corrected Jenkinsfile.

master
Jeff Baskin 10 months ago
parent a9b1920c2f
commit 64042f0371
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

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

Loading…
Cancel
Save