diff --git a/murano-apps/Jenkins/package/Classes/Jenkins.yaml b/murano-apps/Jenkins/package/Classes/Jenkins.yaml index 91d72b5..4e682b3 100644 --- a/murano-apps/Jenkins/package/Classes/Jenkins.yaml +++ b/murano-apps/Jenkins/package/Classes/Jenkins.yaml @@ -37,7 +37,7 @@ Methods: deploy: Body: - - $.super($.deploy()) + - super($this, $.deploy()) - If: not $.getAttr(deployed, false) Then: - $._environment.reporter.report($this, 'Creating security group for Jenkins') diff --git a/murano-apps/Jenkins/package/manifest.yaml b/murano-apps/Jenkins/package/manifest.yaml index 549cf25..e769efa 100644 --- a/murano-apps/Jenkins/package/manifest.yaml +++ b/murano-apps/Jenkins/package/manifest.yaml @@ -1,4 +1,4 @@ -Format: 1.0 +Format: 1.2 Version: 0.0.9 Type: Application FullName: org.openstack.ci_cd_pipeline_murano_app.Jenkins