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