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

4
Jenkinsfile vendored
View File

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