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') { stage('Finish') {
steps { steps {
// Save generated files // Save generated files
//archiveArtifacts artifacts: '/REL/**', followSymlinks: false archiveArtifacts artifacts: '/REL/**', followSymlinks: false
// Cleaning WorkSpace // Cleaning WorkSpace
//cleanWs() //cleanWs()
} }