mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-03-09 22:21:09 +00:00
Ensure that the actual config name is in the new view name.
This commit is contained in:
parent
5b70b9b93d
commit
f32f5dcea3
@ -298,7 +298,8 @@ class Generator:
|
||||
package)
|
||||
name = "%s_%s_%s" % (release, config_name,
|
||||
package["name"])
|
||||
view_name = release + " " + job_type
|
||||
view_name = release + " " + \
|
||||
config_name.replace("_", " ")
|
||||
|
||||
# Actually create the job
|
||||
self.create_jenkins_job(server, p_config, name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user