File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
title = " Spec"
3
3
+++
4
4
5
- A Pipeline needs ` .version ` , ` .kind ` , and ` .metadata ` fields.
5
+ A Pipeline needs ` .version ` , ` .kind ` , and ` .metadata ` fields.
6
6
7
7
A Pipeline also needs a ` .spec ` section.
8
8
57
57
stages : []
58
58
` ` `
59
59
60
- #### Basic Pipeline with explicit clone step
60
+ #### Basic Pipeline with explicit clone step
61
61
62
62
` ` ` yaml
63
63
version : ' 1.0'
@@ -143,8 +143,10 @@ spec:
143
143
encrypted : true
144
144
specTemplate :
145
145
location : git
146
+ context : git-context-name # if not specified will use the default git-context
146
147
repo : codefresh-io/cli
147
148
path : codefresh.yml
149
+ revision : master # can be a branch or commit. if not specified will use CF_BRANCH variable value
148
150
steps : {}
149
151
stages : []
150
152
` ` `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.14.1 " ,
3
+ "version" : " 0.14.2 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments