Capture instance metadata with job logs
[releng/global-jjb.git] / jjb / lf-macros.yaml
1 ---
2 ############
3 # BUILDERS #
4 ############
5
6 # To take advantage of this macro, have your build write
7 # out the file 'gerrit_comment.txt' with information to post
8 # back to gerrit and include this macro in the list of builders.
9 - builder:
10     name: comment-to-gerrit
11     builders:
12       - shell: !include-raw: ../shell/comment-to-gerrit.sh
13
14 - builder:
15     name: lf-fetch-dependent-patches
16     builders:
17       - shell: !include-raw: ../shell/gerrit-fetch-dependencies.sh
18       - inject:
19           properties-file: $WORKSPACE/.dependency.properties
20
21 - builder:
22     name: lf-license-check
23     builders:
24       - inject:
25           properties-content: |
26             FILE_PATTERNS={file-patterns}
27             SPDX_DISABLE={spdx-disable}
28             LHC_VERSION={lhc-version}
29             LICENSE_EXCLUDE_PATHS={license-exclude-paths}
30             LICENSES_ALLOWED={licenses-allowed}
31       - shell: !include-raw-escape:
32           - ../shell/license-check.sh
33
34 - builder:
35     name: lf-infra-capture-instance-metadata
36     builders:
37       - shell: !include-raw:
38           - ../shell/capture-instance-metadata.sh
39
40 - builder:
41     name: lf-infra-create-netrc
42     builders:
43       - inject:
44           properties-content: "SERVER_ID={server-id}"
45       - shell: !include-raw-escape: ../shell/create-netrc.sh
46
47 - builder:
48     name: lf-infra-docker-login
49     builders:
50       - lf-provide-maven-settings:
51           global-settings-file: "{global-settings-file}"
52           settings-file: "{settings-file}"
53       - shell: !include-raw-escape: ../shell/docker-login.sh
54       - lf-provide-maven-settings-cleanup
55
56 - builder:
57     name: lf-infra-gpg-verify-git-signature
58     # TODO: Verify signature after downloading users public key from a locally
59     # created repository instead of the public keymesh. This requires a process
60     # in place to get ODL developers public keys into a local repository without
61     # increasing the job thoughput.
62     builders:
63       - shell: !include-raw: ../shell/gpg-verify-git-signature.sh
64
65 - builder:
66     name: lf-infra-pre-build
67     builders:
68       - shell: !include-raw-escape: ../shell/python-tools-install.sh
69
70 - builder:
71     name: lf-infra-ship-logs
72     builders:
73       # Ensure no pre-existing .netrc files are overriding logs config
74       - lf-provide-maven-settings-cleanup
75       - config-file-provider:
76           files:
77             - file-id: "jenkins-log-archives-settings"
78               variable: "SETTINGS_FILE"
79       - conditional-step:
80           condition-kind: regex-match
81           regex: "^.*logs-s3.*"
82           label: $S3_BUCKET
83           on-evaluation-failure: dont-run
84           steps:
85             - config-file-provider:
86                 files:
87                   - file-id: "jenkins-s3-log-ship"
88                     target: $HOME/.aws/credentials
89       - lf-infra-create-netrc:
90           server-id: logs
91       - shell: !include-raw:
92           # Ensure python-tools are installed in case job template does not
93           # call the lf-infra-pre-build macro.
94           - ../shell/python-tools-install.sh
95       - shell: !include-raw:
96           - ../shell/sudo-logs.sh
97       - shell: !include-raw:
98           - ../shell/job-cost.sh
99       - shell: !include-raw:
100           - ../shell/logs-deploy.sh
101       - shell: !include-raw:
102           - ../shell/logs-clear-credentials.sh
103       - description-setter:
104           regexp: "(^(Nexus|S3) build logs: .*)"
105
106 - builder:
107     name: lf-infra-package-listing
108     builders:
109       - shell: !include-raw:
110           - ../shell/package-listing.sh
111
112 - builder:
113     name: lf-infra-packer-build
114     builders:
115       - conditional-step:
116           condition-kind: boolean-expression
117           condition-expression: "{openstack}"
118           steps:
119             - config-file-provider:
120                 files:
121                   - file-id: clouds-yaml
122                     target: "$HOME/.config/openstack/clouds.yaml"
123             - inject:
124                 properties-content: OS_CLOUD={openstack-cloud}
125       - config-file-provider:
126           files:
127             - file-id: "{packer-cloud-settings}"
128               variable: CLOUDENV
129       - inject:
130           properties-content: |
131             PACKER_PLATFORM={platform}
132             PACKER_TEMPLATE={template}
133             PACKER_VERSION={packer-version}
134             UPDATE_CLOUD_IMAGE={update-cloud-image}
135       - shell: !include-raw-escape:
136           - ../shell/packer-install.sh
137           - ../shell/packer-build.sh
138       - shell: !include-raw:
139           - ../shell/packer-clear-credentials.sh
140
141 - builder:
142     name: lf-infra-packer-validate
143     builders:
144       - conditional-step:
145           condition-kind: boolean-expression
146           condition-expression: "{openstack}"
147           steps:
148             - config-file-provider:
149                 files:
150                   - file-id: clouds-yaml
151                     target: "$HOME/.config/openstack/clouds.yaml"
152             - inject:
153                 properties-content: OS_CLOUD={openstack-cloud}
154       - config-file-provider:
155           files:
156             - file-id: "{packer-cloud-settings}"
157               variable: CLOUDENV
158       - inject:
159           properties-content: |
160             PACKER_VERSION={packer-version}
161       - shell: !include-raw-escape:
162           - ../shell/packer-install.sh
163           - ../shell/packer-validate.sh
164       - shell: !include-raw:
165           - ../shell/packer-clear-credentials.sh
166
167 - builder:
168     name: lf-infra-update-packer-images
169     builders:
170       - shell: !include-raw: ../shell/update-cloud-images.sh
171
172 - builder:
173     name: lf-infra-push-gerrit-patch
174     builders:
175       - inject:
176           properties-content: |
177             PROJECT={project}
178             GERRIT_COMMIT_MESSAGE={gerrit-commit-message}
179             GERRIT_HOST={gerrit-host}
180             GERRIT_TOPIC={gerrit-topic}
181             GERRIT_USER={gerrit-user}
182             REVIEWERS_EMAIL={reviewers-email}
183       - shell: !include-raw-escape: ../shell/gerrit-push-patch.sh
184
185 - builder:
186     name: lf-infra-sysstat
187     builders:
188       - shell: !include-raw:
189           - ../shell/sysstat.sh
190
191 - builder:
192     name: lf-jacoco-nojava-workaround
193     builders:
194       - shell: "mkdir -p $WORKSPACE/target/classes $WORKSPACE/jacoco/classes"
195
196 - builder:
197     name: lf-infra-deploy-maven-file
198     builders:
199       - lf-maven-install:
200           mvn-version: "{mvn-version}"
201       - lf-provide-maven-settings:
202           global-settings-file: "{global-settings-file}"
203           settings-file: "{settings-file}"
204       - inject:
205           properties-content: |
206             MAVEN_REPO_URL={maven-repo-url}
207             REPO_ID={repo-id}
208             GROUP_ID={group-id}
209             UPLOAD_FILES_PATH={upload-files-dir}
210       - shell: !include-raw-escape:
211           - ../shell/common-variables.sh
212           - ../shell/deploy-maven-file.sh
213       - lf-provide-maven-settings-cleanup
214
215 - builder:
216     name: lf-maven-central
217     builders:
218       - conditional-step:
219           condition-kind: boolean-expression
220           condition-expression: "{mvn-central}"
221           steps:
222             - lf-provide-maven-settings:
223                 global-settings-file: "{mvn-global-settings}"
224                 settings-file: "{mvn-settings}"
225             - lf-infra-create-netrc:
226                 server-id: "ossrh"
227             - inject:
228                 properties-content: "OSSRH_PROFILE_ID={ossrh-profile-id}"
229             - shell: !include-raw-escape: ../shell/maven-central.sh
230             - lf-provide-maven-settings-cleanup
231
232 - builder:
233     name: lf-packagecloud-file-provider
234     builders:
235       - config-file-provider:
236           files:
237             - file-id: ".packagecloud"
238               target: "$HOME/.packagecloud"
239       - config-file-provider:
240           files:
241             - file-id: "packagecloud_api"
242               target: "$HOME/packagecloud_api"
243
244 - builder:
245     name: lf-packagecloud-push
246     builders:
247       - inject:
248           properties-content: |
249             BUILD_DIR={build-dir}
250             PACKAGECLOUD_ACCOUNT={packagecloud-account}
251             PACKAGECLOUD_REPO={packagecloud-repo}
252             DEBIAN_DISTRIBUTION_VERSIONS={debian-distribution-versions}
253             RPM_DISTRIBUTION_VERSIONS={rpm-distribution-versions}
254       - shell: !include-raw-escape: ../shell/packagecloud-push.sh
255
256 - builder:
257     name: lf-maven-install
258     builders:
259       # Create a $HOME/.wgetrc to make the Maven download quiet.
260       - shell: 'echo "quiet=on" > "$HOME/.wgetrc"'
261       - maven-target:
262           maven-version: "{mvn-version}"
263           goals: "--version"
264       - shell: 'rm "$HOME/.wgetrc"'
265
266 - builder:
267     name: lf-provide-maven-settings
268     builders:
269       - config-file-provider:
270           files:
271             - file-id: "{global-settings-file}"
272               variable: "GLOBAL_SETTINGS_FILE"
273             - file-id: "{settings-file}"
274               variable: "SETTINGS_FILE"
275
276 - builder:
277     name: lf-provide-maven-settings-cleanup
278     builders:
279       - shell: |
280           #!/bin/bash
281           set +e  # DO NOT cause build failure if any of the rm calls fail.
282
283           rm -f "$GLOBAL_SETTINGS_FILE" "$SETTINGS_FILE"
284
285           # In some cases we use the lf-provide-maven-settings macro to produce
286           # a "$HOME/.netrc" file containing credentials. Remove that file here
287           # too if it exists.
288           rm -f "$HOME/.netrc"
289
290           # DO NOT fail build if any of the above lines fail.
291           exit 0
292
293 - builder:
294     name: lf-rtd-trigger-build
295     builders:
296       - inject:
297           properties-content: |
298             RTD_BUILD_URL={rtd-build-url}
299             RTD_TOKEN={rtd-token}
300       - shell: !include-raw-escape: ../shell/rtd-trigger-build.sh
301
302 - builder:
303     name: lf-rtd-verify
304     builders:
305       - inject:
306           properties-content: |
307             DOC_DIR={doc-dir}
308             PYTHON={python-version}
309       - shell: !include-raw-escape: ../shell/tox-install.sh
310       - shell: !include-raw-escape: ../shell/rtd-verify.sh
311
312 - builder:
313     name: lf-rtdv3-build
314     builders:
315       - inject:
316           properties-content: |
317             DEFAULT_VERSION={default-version}
318       - shell: !include-raw-escape: ../shell/rtdv3.sh
319
320 - builder:
321     name: check-info-votes
322     builders:
323       - inject:
324           properties-content: JENKINS_SSH_CREDENTIAL={jenkins-ssh-credential}
325       - shell: !include-raw-escape: ../shell/check-info-votes.sh
326
327 - builder:
328     name: lf-release
329     builders:
330       - config-file-provider:
331           files:
332             - file-id: lftoolsini
333               target: "$HOME/.config/lftools/lftools.ini"
334       - shell: !include-raw: ../shell/release-job.sh
335
336 - builder:
337     name: lf-sigul-sign-dir
338     # Requires that Jenkins be configured with SIGUL_BRIDGE_IP as a global
339     # Environment variable
340     builders:
341       - conditional-step:
342           condition-kind: boolean-expression
343           condition-expression: "{sign-artifacts}"
344           steps:
345             - config-file-provider:
346                 files:
347                   - file-id: sigul-config
348                     variable: SIGUL_CONFIG
349                   - file-id: sigul-password
350                     variable: SIGUL_PASSWORD
351                   - file-id: sigul-pki
352                     variable: SIGUL_PKI
353             - shell: !include-raw-escape: ../shell/sigul-configuration.sh
354             - shell: !include-raw-escape: ../shell/sigul-install.sh
355             - inject:
356                 properties-content: |
357                   SIGN_DIR={sign-dir}
358                   SIGN_MODE={sign-mode}
359             - shell: !include-raw-escape:
360                 - ../shell/sigul-sign-dir.sh
361             - shell: !include-raw-escape: ../shell/sigul-configuration-cleanup.sh
362
363 - builder:
364     name: lf-infra-provide-docker-cleanup
365     builders:
366       - shell: |
367           #!/bin/bash
368           set +e  # DO NOT cause build failure if docker rmi fails
369           docker rmi -f $(docker images -a -q)
370           exit 0
371
372 - builder:
373     name: lf-infra-sonar
374     # Run a Sonar Jenkins Plugin
375     builders:
376       - sonar:
377           sonar-name: Sonar
378           scanner-name: SonarQubeScanner
379           task: "{sonar-task}"
380           project: "{sonar-project-file}"
381           properties: "{sonar-properties}"
382           java-opts: "{sonar-java-opts}"
383           additional-arguments: "{sonar-additional-args}"
384
385 - builder:
386     name: lf-infra-sonar-with-prescan
387     # Run a Sonar Jenkins Plugin
388     builders:
389       - lf-sonar-prescan # Must be defined by caller
390       - sonar:
391           sonar-name: Sonar
392           scanner-name: SonarQubeScanner
393           task: "{sonar-task}"
394           project: "{sonar-project-file}"
395           properties: "{sonar-properties}"
396           java-opts: "{sonar-java-opts}"
397           additional-arguments: "{sonar-additional-args}"
398
399 ##############
400 # PARAMETERS #
401 ##############
402
403 - parameter:
404     name: lf-autotools-parameters
405     # Parameters for configure-make builds.
406     parameters:
407       - string:
408           name: CONFIGURE_OPTS
409           default: "{configure-opts}"
410           description: |
411             Options to pass to configure.
412             Example: --build=i686-pc-linux-gnu
413       - string:
414           name: INSTALL_PREFIX
415           default: "{install-prefix}"
416           description: |
417             Install prefix for configure.
418             Usually a workspace subdirectory.
419       - string:
420           name: MAKE_OPTS
421           default: "{make-opts}"
422           description: |
423             Options to pass to make.
424             Example: -j8 all
425
426 - parameter:
427     name: lf-clm-parameters
428     parameters:
429       - string:
430           name: NEXUS_IQ_STAGE
431           default: "{nexus-iq-stage}"
432           description: |
433             Stage the policy evaluation will be run against on the Nexus IQ Server.
434
435 - parameter:
436     name: lf-cmake-parameters
437     # Parameters useful in CMake builds.
438     parameters:
439       - string:
440           name: BUILD_DIR
441           default: "{build-dir}"
442           description: "Directory to build the project in."
443       - string:
444           name: CMAKE_OPTS
445           default: "{cmake-opts}"
446           description: |
447             Options to pass to CMAKE.
448             Example: -DCMAKE_INSTALL_PREFIX=$WORKSPACE/target/output
449       - string:
450           name: INSTALL_PREFIX
451           default: "{install-prefix}"
452           description: "Install prefix for C/C++ builds. Example: /usr/local"
453       - string:
454           name: MAKE_OPTS
455           default: "{make-opts}"
456           description: "Options to pass to make. Example: -j8"
457
458 - parameter:
459     name: lf-infra-maven-parameters
460     parameters:
461       - string:
462           name: M2_HOME
463           # Sets an env var for shell scripts to be able to call the dynamically
464           # installed maven without having to calculate the M2_HOME themselves.
465           default: "/w/tools/hudson.tasks.Maven_MavenInstallation/{mvn-version}"
466           description: "Maven selector to be used by shell scripts"
467       - string:
468           name: MAVEN_OPTS
469           default: "{mvn-opts}"
470           description: |
471             Maven Java opts. Example: -Xmx1024m -XX:MaxPermSize=256m
472       - string:
473           name: MAVEN_PARAMS
474           default: "{mvn-params}"
475           description: |
476             Maven parameters to pass to the mvn command.
477       - string:
478           name: MVN
479           # Sets an env var for shell scripts to be able to call the dynamically
480           # installed maven without having to calculate the path themselves.
481           # yamllint disable-line rule:line-length
482           default: "/w/tools/hudson.tasks.Maven_MavenInstallation/{mvn-version}/bin/mvn"
483           description: "Maven selector to be used by shell scripts"
484
485 - parameter:
486     name: lf-infra-openstack-parameters
487     parameters:
488       - string:
489           name: OS_CLOUD
490           default: "{os-cloud}"
491           description: |
492             The name of a cloud configuration in clouds.yaml. OS_CLOUD is a
493             variable name that is significant to openstack client as a
494             environment variable. Please refer to the documentation for
495             further details.
496             https://docs.openstack.org/developer/python-openstackclient/
497
498 - parameter:
499     name: lf-infra-parameters
500     # Standard parameters used in the LF CI environments. Gerrit variables are
501     # not used by GitHub projects, but defining them isn't harmful.
502     parameters:
503       - string:
504           name: PROJECT
505           default: "{project}"
506           description: |
507             Parameter to identify a SCM project to build. This is typically
508             the project repo path. For example: ofextensions/circuitsw
509       - string:
510           name: STREAM
511           default: "{stream}"
512           description: |
513             Stream is often set to the same name as 'branch' but can
514             sometimes be used as a name representing a project's release code
515             name.
516       - string:
517           name: GERRIT_PROJECT
518           default: "{project}"
519           description: |
520             Gerrit Trigger provided parameter to identify Gerrit project that
521             triggered the build. This is typically the project repo path as
522             exists in Gerrit. For example: ofextensions/circuitsw
523
524             If using Gerrit, in a manual build this should match the PROJECT
525             parameter above.
526       - string:
527           name: GERRIT_BRANCH
528           default: "{branch}"
529           description: |
530             Gerrit Trigger provided parameter to identify a Gerrit branch.
531
532             If using Gerrit, in a manual build override with the branch to
533             build against.
534       - string:
535           name: GERRIT_REFSPEC
536           default: "refs/heads/{branch}"
537           description: |
538             Gerrit Trigger provided parameter to identify a refspec to fetch
539             from Gerrit.
540
541             If using Gerrit, in a manual build override with a refspec.
542             https://git-scm.com/book/en/v2/Git-Internals-The-Refspec
543             For example: 'refs/heads/master'
544       - string:
545           name: sha1
546           default: "origin/{branch}"
547           description: |
548             GitHub PR Trigger provided parameter for specifying the commit
549             to checkout.
550
551             If using GitHub, in a manual build override with a branch path or
552             sha1 hash to a specific commit. For example: 'origin/master'
553
554 - parameter:
555     name: lf-infra-node-parameters
556     parameters:
557       - string:
558           name: NODE_DIR
559           default: "{node-dir}"
560           description: Path to a Node project directory.
561       - string:
562           name: NODE_VERSION
563           default: "{node-version}"
564           description: Version of NodeJS to install.
565
566 - parameter:
567     name: lf-infra-tox-parameters
568     parameters:
569       - string:
570           name: TOX_DIR
571           default: "{tox-dir}"
572           description: |
573             Path to directory containing tox.ini file.
574       - string:
575           name: TOX_ENVS
576           default: "{tox-envs}"
577           description: |
578             Tox environments to run build against.
579             Example: docs,py2,py3
580
581 - parameter:
582     name: lf-build-with-parameters-maven-release
583     parameters:
584       - string:
585           name: VERSION
586           default: ""
587           description: "Version to release, for example: 1.0.0"
588       - string:
589           name: GIT_TAG
590           default: ""
591           description: "Tag to push to git repo; optional, defaults to VERSION"
592       - string:
593           name: LOG_DIR
594           default: ""
595           description: "Log dir, for example: project-maven-stage-master/17/"
596       - choice:
597           name: DISTRIBUTION_TYPE
598           choices:
599             - None
600             - container
601             - maven
602           description: "Set to maven for build with parameters"
603       - bool:
604           name: USE_RELEASE_FILE
605           default: "{use-release-file}"
606           description: "Set to False for job built with parameters"
607
608 ##############
609 # PROPERTIES #
610 ##############
611
612 - property:
613     name: lf-infra-properties
614     properties:
615       - build-discarder:
616           # Allow build data to be stored at a length configured by the
617           # downstream project.
618           days-to-keep: "{build-days-to-keep}"
619           # Do not allow artifacts to be stored in Jenkins.
620           artifact-num-to-keep: 0
621
622 ##############
623 # PUBLISHERS #
624 ##############
625
626 - publisher:
627     name: lf-jacoco-report
628     publishers:
629       - jacoco:
630           exec-pattern: "**/**.exec"
631           class-pattern: "**/classes"
632           source-pattern: "**/src/main/java"
633           # yamllint disable-line rule:line-length
634           exclusion-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**"
635           status-update: true
636           targets:
637             - branch:
638                 healthy: 10
639                 unhealthy: 20
640             - method:
641                 healthy: 50
642                 unhealthy: 40
643
644 - publisher:
645     name: lf-infra-publish
646     # lf-infra macro to finish up a build.
647     #
648     # Handles the following:
649     #   - Shipping logs to Nexus logs site repository
650     #   - Cleanup workspace
651     publishers:
652       - postbuildscript:
653           builders:
654             - role: BOTH
655               build-on:
656                 - ABORTED
657                 - FAILURE
658                 - NOT_BUILT
659                 - SUCCESS
660                 - UNSTABLE
661               build-steps:
662                 - lf-infra-sysstat
663                 - lf-infra-package-listing
664                 - lf-infra-capture-instance-metadata
665                 - lf-infra-ship-logs
666           mark-unstable-if-failed: true
667       - workspace-cleanup:
668           exclude:
669             # Do not clean up *.jenkins-trigger files for jobs that use a
670             # properties file as input for triggering another build.
671             - "**/*.jenkins-trigger"
672           fail-build: false
673
674 - publisher:
675     name: lf-infra-publish-windows
676     # lf-infra macro to finish up a build.
677     #
678     # Handles the following:
679     #   - Shipping logs to Nexus logs site repository
680     #   - Cleanup workspace
681     publishers:
682       # TODO: RELENG-1228 Develop log shipping script for Windows systems
683       # - postbuildscript:
684       #     builders:
685       #       - role: BOTH
686       #         build-on:
687       #           - ABORTED
688       #           - FAILURE
689       #           - NOT_BUILT
690       #           - SUCCESS
691       #           - UNSTABLE
692       #         build-steps:
693       #           - lf-infra-ship-logs-windows
694       #     mark-unstable-if-failed: true
695       - workspace-cleanup:
696           exclude:
697             # Do not clean up *.jenkins-trigger files for jobs that use a
698             # properties file as input for triggering another build.
699             - "**/*.jenkins-trigger"
700           fail-build: false
701
702 #######
703 # SCM #
704 #######
705
706 - scm:
707     name: lf-infra-gerrit-scm
708     scm:
709       - git:
710           credentials-id: "{jenkins-ssh-credential}"
711           url: "{git-url}"
712           refspec: "{refspec}"
713           branches:
714             - "refs/heads/{branch}"
715           skip-tag: true
716           wipe-workspace: true
717           submodule:
718             disable: "{submodule-disable}"
719             recursive: "{submodule-recursive}"
720             timeout: "{submodule-timeout}"
721           choosing-strategy: "{choosing-strategy}"
722
723 - scm:
724     name: lf-infra-github-scm
725     scm:
726       - git:
727           credentials-id: "{jenkins-ssh-credential}"
728           url: "{url}"
729           refspec: "{refspec}"
730           branches:
731             - "{branch}"
732           skip-tag: true
733           wipe-workspace: true
734           submodule:
735             disable: "{submodule-disable}"
736             recursive: "{submodule-recursive}"
737             timeout: "{submodule-timeout}"
738           choosing-strategy: "{choosing-strategy}"
739
740 ############
741 # WRAPPERS #
742 ############
743
744 - wrapper:
745     name: lf-infra-wrappers-common
746     wrappers:
747       - mask-passwords
748       - timeout:
749           type: absolute
750           timeout: "{build-timeout}"
751           timeout-var: "BUILD_TIMEOUT"
752           fail: true
753       - timestamps
754       - openstack:
755           single-use: true
756
757 - wrapper:
758     name: lf-infra-wrappers
759     wrappers:
760       - lf-infra-wrappers-common:
761           build-timeout: "{build-timeout}"
762       - config-file-provider:
763           files:
764             - file-id: npmrc
765               target: "$HOME/.npmrc"
766             - file-id: pipconf
767               target: "$HOME/.config/pip/pip.conf"
768       - ssh-agent-credentials:
769           users:
770             - "{jenkins-ssh-credential}"
771
772 - wrapper:
773     name: lf-infra-wrappers-windows
774     wrappers:
775       - lf-infra-wrappers-common:
776           build-timeout: "{build-timeout}"