Spinnaker Create a Pipeline from Template: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 26: Line 26:


Configure
Configure
 
<font size=-1>
  Error:
  Error:
     Message: template schema version is unsupported: expected '1', got 'v2'
     Message: template schema version is unsupported: expected '1', got 'v2'
Line 32: Line 32:


Use <code>spin</code> instead.
Use <code>spin</code> instead.
</font>

Revision as of 20:27, 30 May 2023

External

Internal

Overview

Procedure

Command Line with spin

UI

Create From: Template

Source URL: spinnaker://<template-id>

Define template parameters

General

Inherit the following configuration from template:

  • Expected Artifacts
  • Triggers
  • Parameters

Configure

Error:
   Message: template schema version is unsupported: expected '1', got 'v2'
   Severity: FATAL

Use spin instead.