added some comments
This commit is contained in:
5
vagrant/Jenkinsfile
vendored
5
vagrant/Jenkinsfile
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user