docker/nwl-cicd.yaml: set default branch parameter value to ansible-instance

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-09-04 13:47:52 +02:00
parent ff7b28774a
commit 0d1367c06f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ jobs:
} }
} }
parameters { parameters {
stringParam('SEEDING_BRANCH', 'main', "The branch to seed the jobs from, e.g. develop or main") stringParam('SEEDING_BRANCH', 'ansible-instance', "The branch to seed the jobs from, e.g. develop or main")
} }
steps { steps {
shell('git checkout $SEEDING_BRANCH') shell('git checkout $SEEDING_BRANCH')