diff --git a/Jenkinsfile b/Jenkinsfile index dd99ccd..ea3a3b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,5 +19,11 @@ pipeline { ''' } } + + stage('Archive') { + steps { + archiveArtifacts artifacts: 'build/**', fingerprint: true + } + } } } \ No newline at end of file