Update 'Jenkinsfile'
This commit is contained in:
parent
21429b41ff
commit
821157ee2a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,13 +4,13 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
sh 'cargo b --release'
|
||||
archiveArtifacts artifacts: '/target/school_app_api', fingerprint: true
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing..'
|
||||
sh 'cargo test'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user