Fix Syntax
All checks were successful
CSPublic/Blocks3D/pipeline/head This commit looks good

This commit is contained in:
Vulpovile
2025-04-13 09:53:35 -07:00
parent d03cf2d8b3
commit e63e87fe29

6
Jenkinsfile vendored
View File

@@ -17,8 +17,10 @@ pipeline {
""" """
} }
} }
steps('Archive') { stage('Archive') {
archiveArtifacts artifacts: 'Installer\\Output\\Blocks3D_Setup_*,Installer\\Output\\B3DSTP*', fingerprint: true steps {
archiveArtifacts artifacts: 'Installer\\Output\\Blocks3D_Setup_*,Installer\\Output\\B3DSTP*', fingerprint: true
}
} }
} }
} }