From 983538a912a5a0ba289d15532ac763c18b10ee7b Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Thu, 30 Jun 2016 15:00:00 +0300 Subject: [PATCH] [Jenkins] Switch package version to 1.2 1.2 package version is supported since Liberty Change-Id: I084e36506fbdde0915c56049246b22d400ec472e --- murano-apps/Jenkins/package/Classes/Jenkins.yaml | 2 +- murano-apps/Jenkins/package/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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