--- - project: name: Osmocom-release-tarballs jobs: - Osmocom-release-tarballs - job-template: name: 'Osmocom-release-tarballs' node: osmocom-master project-type: freestyle defaults: global description: | For each relevant Osmocom repository and its tags, build release tarballs (OS#3870).

Publishes to: https://ftp.osmocom.org/releases properties: - build-discarder: days-to-keep: 30 num-to-keep: 30 parameters: - string: name: BRANCH_OSMO_CI description: | osmo-ci.git branch with scripts/tarballs/publish-tarballs-for-tags.sh default: 'master' builders: - shell: | PUBLISH=1 scripts/tarballs/publish-tarballs-for-tags.sh scm: - git: branches: - '$BRANCH_OSMO_CI' url: https://gerrit.osmocom.org/osmo-ci git-config-name: 'Jenkins Builder' git-config-email: 'jenkins@osmocom.org' wipe-workspace: true triggers: - timed: "H 05 * * *" publishers: - email: notify-every-unstable-build: true recipients: 'jenkins-notifications@lists.osmocom.org' wrappers: - ssh-agent-credentials: users: - releases_ftp.osmocom.org # vim: expandtab tabstop=2 shiftwidth=2