jobs/ttcn3: add wipe_workspace to job template

Prepare for the ggsn kernel module test, where we don't want to wipe the
workspace with the cloned linux git tree.

Related: OS#3208
Change-Id: Ic5843513c376d2b78be8ab90b21a747d31a827f1
This commit is contained in:
Oliver Smith 2021-02-26 12:01:03 +01:00
parent 27ee885a68
commit 0001acdde8
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
node: ttcn3
# Block *-latest for all master jobs (without suffix)
blocking: "^{job-name}.*"
wipe_workspace: true
jobs:
- "{job-name}"
# Folders from docker-playground.git
@ -246,6 +247,7 @@
url: git://git.osmocom.org/docker-playground
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
wipe-workspace: "{obj:wipe_workspace}"
triggers:
- timed: "{obj:timer}"
publishers: