flatcar-scripts/jenkins
David Michael 0bcf0e9fcf jenkins: Move workspace cleanup to the pipeline
More space can be saved by removing things that get overwritten on
the next job run, but they are used after this script runs (e.g.
for fingerprinting).  Drop the cleanup from these scripts and move
it all to the post-build pipeline stage.
2019-07-30 17:29:52 +00:00
..
formats-amd64-usr.txt build_library: drop oracle_oci_qcow image format 2018-04-25 22:40:29 -04:00
images.sh jenkins/*: switch enter to --bind-gpg-agent=false 2018-06-11 13:19:47 -07:00
packages.sh jenkins/*: switch enter to --bind-gpg-agent=false 2018-06-11 13:19:47 -07:00
README.md jenkins: Re-add Jenkins scripts to this repository 2017-06-29 15:16:54 -07:00
sdk.sh jenkins: Move workspace cleanup to the pipeline 2019-07-30 17:29:52 +00:00
toolchains.sh jenkins: Move workspace cleanup to the pipeline 2019-07-30 17:29:52 +00:00
vm.sh jenkins/*: switch enter to --bind-gpg-agent=false 2018-06-11 13:19:47 -07:00

The scripts in this directory are run from OS Jenkins jobs. By storing the Jenkins scripts in this repository, they are more tightly coupled to the release branch of the SDK scripts that they require. The Jenkins jobs are responsible for setting up the environment and securely initializing an SDK in the workspace before running these scripts.

The special files named formats-${BOARD}.txt are space-separated lists of VM image formats that should be built for releases on this branch; i.e. the script vm.sh is run for each item in the list.