docker/nwl-cicd.yaml: added wipeWorkspace to seed job

withtout wiping the workspace seeding does not work correctly.

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-08-28 16:32:40 +02:00
parent 236f4b95d5
commit 2efd3fdfa0
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ jobs:
url('ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git') url('ssh://git@bitbucket.gad.local:7999/nm-nsp/nwl-ci.git')
credentials('gitCredentials') credentials('gitCredentials')
} }
extensions {
wipeWorkspace()
}
} }
} }
parameters { parameters {