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 22title = " Spec"
33+++
44
5- A Pipeline needs ` .version ` , ` .kind ` , and ` .metadata ` fields.
5+ A Pipeline needs ` .version ` , ` .kind ` , and ` .metadata ` fields.
66
77A Pipeline also needs a ` .spec ` section.
88
5757 stages : []
5858` ` `
5959
60- #### Basic Pipeline with explicit clone step
60+ #### Basic Pipeline with explicit clone step
6161
6262` ` ` yaml
6363version : ' 1.0'
@@ -143,8 +143,10 @@ spec:
143143 encrypted : true
144144 specTemplate :
145145 location : git
146+ context : git-context-name # if not specified will use the default git-context
146147 repo : codefresh-io/cli
147148 path : codefresh.yml
149+ revision : master # can be a branch or commit. if not specified will use CF_BRANCH variable value
148150 steps : {}
149151 stages : []
150152` ` `
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.14.1 " ,
3+ "version" : " 0.14.2 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments