updated jkf

This commit is contained in:
2021-02-19 03:28:12 +01:00
parent e3f416f2ac
commit e4f0b8f7c5

2
Jenkinsfile vendored
View File

@@ -53,7 +53,7 @@ pipeline {
stage('Finish') {
steps {
// Save generated files
//archiveArtifacts artifacts: '/REL/**', followSymlinks: false
archiveArtifacts artifacts: '/REL/**', followSymlinks: false
// Cleaning WorkSpace
//cleanWs()
}