Corrected Jenkinsfile.
This commit is contained in:
parent
a9b1920c2f
commit
64042f0371
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -19,7 +19,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archiving') {
|
stage('Archiving') {
|
||||||
|
steps {
|
||||||
archiveArtifacts artifacts: 'target/release/morethantext_web', fingerprint: true
|
archiveArtifacts artifacts: 'target/release/morethantext_web', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user