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:
parent
ff7b28774a
commit
0d1367c06f
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue