You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add support for CF_RUNTIME_NAME
* add support for CF_RUNTIME_NAME
* add support for CF_PLATFORM_URL & CF_ISSUE_TRACKING_INTEGRATION
* add support for CF_PLATFORM_URL & CF_ISSUE_TRACKING_INTEGRATION
* wip
* wip
* wip
"description": "Required for integrations in on-premises environments only. The root URL of the codefresh application. If not specified, uses the default value of https://g.codefresh.io."
77
+
},
78
+
"CF_RUNTIME_NAME": {
79
+
"type": "string",
80
+
"description": "Name of runtime to implement the enrichment"
81
+
},
82
+
"CF_IMAGE": {
83
+
"type": "string",
84
+
"description": "Fully qualified image name to be reported to Codefresh CD. (i.e. docker.io/codefresh/example-app:1.0.0)"
"description": "Codefresh CD Gitops Registry integration name."
89
+
},
90
+
"CF_ISSUE_TRACKING_INTEGRATION": {
91
+
"type": "string",
92
+
"description": "The issue tracking integration name."
73
93
},
74
94
"CF_DOCKERHUB_PASSWORD": {
75
95
"type": "string",
@@ -81,45 +101,32 @@ spec:
81
101
},
82
102
"CF_ENRICHERS": {
83
103
"type": "string",
84
-
"description": "Comma delimited list of integrations for collecting metadata on the build image/"
104
+
"description": "*deprecated* list of integrations separated by commas: Acceptable values are git, jira. ex: 'jira, git'"
85
105
},
86
106
"CF_GIT_BRANCH": {
87
107
"type": "string",
88
108
"description": "The git branch which is related for the commit."
89
109
},
90
110
"CF_GIT_PROVIDER": {
91
111
"type": "string",
92
-
"description": "The git integration type use (i.e. github)"
112
+
"description": "The Git provider: Acceptable values are github, gitlab, bitbucket, or bitbucket-server. In case this not provided git credentials will be taken form your runtime git context"
93
113
},
94
114
"CF_GIT_REPO": {
95
115
"type": "string",
96
116
"description": "The the git repository used for building the image."
97
117
},
98
118
"CF_GITHUB_API_URL": {
99
119
"type": "string",
100
-
"description": "Specify github host api url.",
101
-
"default": "https://api.github.com"
120
+
"description": "Specify github host api url."
102
121
},
103
122
"CF_GITHUB_TOKEN": {
104
123
"type": "string",
105
124
"description": "Github personal access token. Scope: repo."
0 commit comments