Add artifacts

This commit is contained in:
2026-05-01 21:27:56 +03:00
parent 1bd11978dc
commit 350a41484e
Vendored
+6
View File
@@ -19,5 +19,11 @@ pipeline {
'''
}
}
stage('Archive') {
steps {
archiveArtifacts artifacts: 'build/**', fingerprint: true
}
}
}
}