diff --git a/Jenkinsfile b/Jenkinsfile index 30ef6da..822fd02 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,8 +17,10 @@ pipeline { """ } } - steps('Archive') { - archiveArtifacts artifacts: 'Installer\\Output\\Blocks3D_Setup_*,Installer\\Output\\B3DSTP*', fingerprint: true + stage('Archive') { + steps { + archiveArtifacts artifacts: 'Installer\\Output\\Blocks3D_Setup_*,Installer\\Output\\B3DSTP*', fingerprint: true + } } } }