diff --git a/Jenkinsfile b/Jenkinsfile index 553b15542..eb642c65e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -166,6 +166,16 @@ podTemplate(cloud: 'openshift', label: 'coreos-assembler', yaml: pod, defaultCon } } + stage('Build Release Metadata') { + // Run the coreos-meta-translator against the most recent build, + // which will generate a release.json from the meta.json files + utils.shwrap(""" + git clone https://github.com/coreos/fedora-coreos-releng-automation + cd fedora-coreos-releng-automation + coreos-meta-translator/trans.py --workdir . + """) + } + stage('Prune Cache') { // If the cache img is larger than e.g. 8G, then nuke it. Otherwise // it'll just keep growing and we'll hit ENOSPC. Use realpath since