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