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
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
`Attempting to create new pipeline: ${values.pipelineName} defined in repository:${values.hldUrl}, branch: ${values.yamlFileBranch}, filePath: ${RENDER_HLD_PIPELINE_FILENAME}`
150
153
);
151
154
152
-
try{
153
-
builtDefinition=awaitcreatePipelineForDefinition(
154
-
devopsClientasIBuildApi,
155
-
values.devopsProject,
156
-
definition
157
-
);
158
-
}catch(err){
159
-
logger.error(
160
-
`Error occurred during pipeline creation for ${values.pipelineName}`
161
-
);
162
-
throwerr;// caller will catch and exit
163
-
}
155
+
// createPipelineForDefinition is already throwing error code.
Copy file name to clipboardExpand all lines: src/lib/i18n.json
+4-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
"bedrock-config-invalid": "Invalid helm configuration found in {0}.",
31
31
"config-file-not-defined": "Pipeline yaml file name is undefined.",
32
32
33
-
"hld-init-cmd-failed": "Hld init command was not successfully executed.",
33
+
"hld-init-cmd-failed": "hld init command was not successfully executed.",
34
34
"hld-init-cmd-project-path-missing": "Value for project path was not provided. Provide it.",
35
35
36
36
"hld-reconcile-err-repo-create": "Error creating repository component '{0}' in path '{1}'.",
@@ -45,6 +45,9 @@
45
45
"hld-reconcile-err-cmd-exe": "An error occurred while reconciling HLD.",
46
46
"hld-reconcile-err-purge-repo-comps": "Could not purge hld repository component {0} in path {1}.",
47
47
48
+
"hld-install-manifest-pipeline-cmd-failed": "hld install-manifest-pipeline command was not successfully executed.",
49
+
"hld-install-manifest-pipeline-cmd-validate-repo-err": "Could not validate repositories. {0} and/or {1} may not be supported.",
50
+
48
51
"infra-scaffold-cmd-failed": "Infra scaffold command was not successfully executed.",
49
52
"infra-scaffold-cmd-src-missing": "Value for source is required because it cannot be constructed with properties in spk-config.yaml. Provide value for source.",
50
53
"infra-scaffold-cmd-values-missing": "Values for name, version and/or 'template were missing. Provide value for values for them.",
0 commit comments