File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 72
72
"source" : {
73
73
"type" : " Git" ,
74
74
"git" : {
75
- "uri" : " ${SOURCE_REPOSITORY_URL}"
75
+ "uri" : " ${SOURCE_REPOSITORY_URL}" ,
76
+ "ref" : " ${SOURCE_REPOSITORY_REF}"
76
77
},
77
78
"contextDir" : " ${CONTEXT_DIR}"
78
79
},
281
282
"description" : " The URL of the repository with your application source code" ,
282
283
"value" : " https://github.com/openshift/django-ex.git"
283
284
},
285
+ {
286
+ "name" : " SOURCE_REPOSITORY_REF" ,
287
+ "description" : " Set this to a branch name, tag or other ref of your repository if you are not using the default branch"
288
+ },
284
289
{
285
290
"name" : " CONTEXT_DIR" ,
286
291
"description" : " Set this to the relative path to your project if it is not in the root of your repository"
Original file line number Diff line number Diff line change 72
72
"source" : {
73
73
"type" : " Git" ,
74
74
"git" : {
75
- "uri" : " ${SOURCE_REPOSITORY_URL}"
75
+ "uri" : " ${SOURCE_REPOSITORY_URL}" ,
76
+ "ref" : " ${SOURCE_REPOSITORY_REF}"
76
77
},
77
78
"contextDir" : " ${CONTEXT_DIR}"
78
79
},
200
201
"description" : " The URL of the repository with your application source code" ,
201
202
"value" : " https://github.com/openshift/django-ex.git"
202
203
},
204
+ {
205
+ "name" : " SOURCE_REPOSITORY_REF" ,
206
+ "description" : " Set this to a branch name, tag or other ref of your repository if you are not using the default branch"
207
+ },
203
208
{
204
209
"name" : " CONTEXT_DIR" ,
205
210
"description" : " Set this to the relative path to your project if it is not in the root of your repository"
You can’t perform that action at this time.
0 commit comments