Update 'jenkinsfile'
This commit is contained in:
parent
5015355fe0
commit
1764cf9ee1
@ -5,6 +5,7 @@ pipeline {
|
|||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Building..'
|
echo 'Building..'
|
||||||
|
archiveArtifacts artifacts: '/target/school_app_api', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user