File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ resource "oci_devops_build_pipeline_stage" "repo_build_pipeline_stage" {
138
138
image = var. devops_pipeline_image
139
139
is_pass_all_parameters_enabled = false
140
140
primary_build_source = oci_devops_repository. config_repo [0 ]. name
141
- stage_execution_timeout_in_seconds = 300
141
+ stage_execution_timeout_in_seconds = 600
142
142
count = local. use-repository ? 1 : 0
143
143
}
144
144
@@ -173,7 +173,7 @@ resource "oci_devops_build_pipeline_stage" "art_build_pipeline_stage" {
173
173
image = var. devops_pipeline_image
174
174
is_pass_all_parameters_enabled = false
175
175
primary_build_source = oci_devops_repository. config_repo [0 ]. name
176
- stage_execution_timeout_in_seconds = 300
176
+ stage_execution_timeout_in_seconds = 600
177
177
count = local. use-artifact ? 1 : 0
178
178
}
179
179
Original file line number Diff line number Diff line change 36
36
sh add-credential-wallet.sh
37
37
- type: Command
38
38
name: Build Docker image
39
- timeoutInSeconds: 600
39
+ timeoutInSeconds: 900
40
40
failImmediatelyOnError: true
41
41
command: |
42
42
docker build . --file Dockerfile --tag ${image_remote_tag}:${image_tag}-$${artifact_version} --tag ${image_latest_tag}
Original file line number Diff line number Diff line change 76
76
cp $${OCI_WORKSPACE_DIR}/${repo_name}/${artifact_location} ./${fileName}
77
77
- type: Command
78
78
name: Build Docker image
79
- timeoutInSeconds: 600
79
+ timeoutInSeconds: 900
80
80
failImmediatelyOnError: true
81
81
command: |
82
82
cd $${OCI_WORKSPACE_DIR}/${repo_name}
You can’t perform that action at this time.
0 commit comments