Update 'jenkinsfile'
This commit is contained in:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user