german umlauts caused an issue and let the job crash. Thus the
umlaut is escaped with the unicode pattern. Additionally there was
a residual of an old variable name due to a refactoring.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
In the nightly job there might be changes about some source
revisions and thus a new branch is created including a pull
request. The created branch is written to a file and archived
as artifact. This makes it possible to use this branch in a
nightly build for building the targets.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
Implemented creating a pull request using REST API after pushing
the changes (new source revisions) to a nightly branch.
Additionally set the default value of the clean build parameter
to true. This is necessary to have per default a proper operation
of this job
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
A request was to have the update source revision part in a separate
job as in OEM Linux. This commit seeds a new job currently with
an empty skeleton.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>