File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 password : $DOCKER_PASS
5858 << : *checkout_job_steps
5959
60+ build_u24 :
61+ working_directory : ~/zimbra-zimlet-nextcloud
62+ shell : /bin/bash -eo pipefail
63+ docker :
64+ - image : $DOCKER_REGISTRY/zm-base-os:devcore-ubuntu-24.04
65+ auth :
66+ username : $DOCKER_USER
67+ password : $DOCKER_PASS
68+ << : *build_job_steps
69+
6070 build_u22 :
6171 working_directory : ~/zimbra-zimlet-nextcloud
6272 shell : /bin/bash -eo pipefail
@@ -150,6 +160,11 @@ workflows:
150160 - build
151161 context :
152162 - docker-dev-registry
163+ - build_u24 :
164+ requires :
165+ - checkout
166+ context :
167+ - docker-dev-registry
153168 - build_u22 :
154169 requires :
155170 - checkout
@@ -189,6 +204,7 @@ workflows:
189204 - deploy_s3_hold :
190205 type : approval
191206 requires :
207+ - build_u24
192208 - build_u22
193209 - build_u20
194210 - build_u18
You can’t perform that action at this time.
0 commit comments