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:
parent
236f4b95d5
commit
2efd3fdfa0
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue