added some comments

This commit is contained in:
2021-08-29 08:11:32 +00:00
parent 49c74a810a
commit 63dc6b86e3
2 changed files with 9 additions and 1 deletions

5
vagrant/Jenkinsfile vendored
View File

@ -35,7 +35,10 @@ pipeline {
}
steps {
echo "Publishing the virtual machine built"
// TODO clean up before packaging
// TODO clean up before packaging
// remove stale log files, temporary files
// remove unneeded packages
// remove the default vagrant user and sshkey?
sh "make package"
// TODO copy the final artifacts to an artifact repository
// sh "make clean"