This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user