with all the changes we have had regarding seed job integration in
the HAC instance the job name changed. Thus, fixing the name when
triggering the build job.
Additionally the script updating the source revisions leaves some
unstaged changes which is resolved by adding the clean-up of the
repository after building all targets.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
with the script updating the source revisions some unstaged
changes reside in the repository. A following job will be unable
to succeed as the clone will fail. Thus, adding this function
which now can be used in the specific jobs.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
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>