We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fd380 commit b1ea0a9Copy full SHA for b1ea0a9
openshift/templates/nodejs.json
@@ -72,7 +72,8 @@
72
"source": {
73
"type": "Git",
74
"git": {
75
- "uri": "${SOURCE_REPOSITORY_URL}"
+ "uri": "${SOURCE_REPOSITORY_URL}",
76
+ "ref": "${SOURCE_REPOSITORY_REF}"
77
},
78
"contextDir": "${CONTEXT_DIR}"
79
@@ -170,6 +171,10 @@
170
171
"description": "The URL of the repository with your application source code",
172
"value": "https://github.com/openshift/nodejs-ex.git"
173
174
+ {
175
+ "name": "SOURCE_REPOSITORY_REF",
176
+ "description": "Set this to a branch name, tag or other ref of your repository if you are not using the default branch"
177
+ },
178
{
179
"name": "CONTEXT_DIR",
180
"description": "Set this to the relative path to your project if it is not in the root of your repository"
0 commit comments