Update 'jenkinsfile'

This commit is contained in:
Mitchell Marino 2022-11-27 17:43:13 -06:00
parent 5015355fe0
commit 1764cf9ee1

View File

@ -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') {