jenkins: do no longer remove the distro version file

as the distro version file is now also used in the nightly, it
will be overwritten and no longer be removed after a build.

BugzID: 69736

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-01-14 17:46:54 +01:00
parent 4080f1e212
commit c36d79297a
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

@ -82,11 +82,6 @@ pipeline {
}
sh "rm -rf ${WORKSPACE}/tmp"
}
post {
always {
cleanup_distro_version()
}
}
}
} // stages
}