docker/nwl-cicd.yaml: set branch ansible-instance as default
the ansible-seed branch shall be the default. For branch develop and main, we leave main as default branch to seed. The reason is because of different jobs to seed and different IDs for the git credentials. Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
3364307149
commit
6eef9775a3
|
|
@ -74,7 +74,7 @@ tool:
|
|||
|
||||
jobs:
|
||||
- script: >
|
||||
SEEDING_BRANCH = 'main'
|
||||
SEEDING_BRANCH = 'ansible-instance'
|
||||
|
||||
freeStyleJob('Seed Job') {
|
||||
scm {
|
||||
|
|
|
|||
Loading…
Reference in New Issue