Make lftools version configurable
[releng/global-jjb.git] / jjb-test / expected-xml / github-maven-maven-clm-master
1 <?xml version="1.0" encoding="utf-8"?>
2 <project>
3   <jdk>openjdk8</jdk>
4   <actions/>
5   <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
6   <keepDependencies>false</keepDependencies>
7   <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
8   <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
9   <concurrentBuild>false</concurrentBuild>
10   <assignedNode>build-vm</assignedNode>
11   <canRoam>false</canRoam>
12   <properties>
13     <com.coravy.hudson.plugins.github.GithubProjectProperty>
14       <projectUrl>$GIT_URL/$PROJECT/example-org/releng/ciman</projectUrl>
15     </com.coravy.hudson.plugins.github.GithubProjectProperty>
16     <hudson.model.ParametersDefinitionProperty>
17       <parameterDefinitions>
18         <hudson.model.StringParameterDefinition>
19           <name>PROJECT</name>
20           <description>Parameter to identify a Gerrit project. This is typically the
21 project repo path as exists in Gerrit.
22 For example: ofextensions/circuitsw
23 </description>
24           <defaultValue>releng/ciman</defaultValue>
25         </hudson.model.StringParameterDefinition>
26         <hudson.model.StringParameterDefinition>
27           <name>STREAM</name>
28           <description>Stream is often set to the same name as 'branch' but can
29 sometimes be used as a name representing a project's release code
30 name.
31 </description>
32           <defaultValue>master</defaultValue>
33         </hudson.model.StringParameterDefinition>
34         <hudson.model.StringParameterDefinition>
35           <name>GERRIT_PROJECT</name>
36           <description>Parameter to identify Gerrit project. This is typically the
37 project repo path as exists in Gerrit.
38 For example: ofextensions/circuitsw
39
40 Note that Gerrit will override this parameter automatically if a
41 job is triggered by Gerrit.
42 </description>
43           <defaultValue>releng/ciman</defaultValue>
44         </hudson.model.StringParameterDefinition>
45         <hudson.model.StringParameterDefinition>
46           <name>GERRIT_BRANCH</name>
47           <description>Parameter to identify a Gerrit branch.
48
49 Note that Gerrit will override this parameter automatically if a
50 job is triggered by Gerrit.
51 </description>
52           <defaultValue>master</defaultValue>
53         </hudson.model.StringParameterDefinition>
54         <hudson.model.StringParameterDefinition>
55           <name>GERRIT_REFSPEC</name>
56           <description>Parameter to identify a refspec when pulling from Gerrit.
57
58 Note that Gerrit will override this parameter automatically if a
59 job is triggered by Gerrit.
60 </description>
61           <defaultValue/>
62         </hudson.model.StringParameterDefinition>
63         <hudson.model.StringParameterDefinition>
64           <name>LFTOOLS_VERSION</name>
65           <description>Version of lftools to install. Can be a specific version like
66 '0.6.0' or a PEP-440 definition.
67 https://www.python.org/dev/peps/pep-0440/
68 For example '&lt;1.0.0' or '&gt;=1.0.0,&lt;2.0.0'.
69 </description>
70           <defaultValue>&lt;1.0.0</defaultValue>
71         </hudson.model.StringParameterDefinition>
72         <hudson.model.StringParameterDefinition>
73           <name>MAVEN_OPTS</name>
74           <description>Maven Java opts. Example: -Xmx1024m -XX:MaxPermSize=256m
75 </description>
76           <defaultValue/>
77         </hudson.model.StringParameterDefinition>
78         <hudson.model.StringParameterDefinition>
79           <name>MAVEN_PARAMS</name>
80           <description>Maven parameters to pass to the mvn command.
81 </description>
82           <defaultValue/>
83         </hudson.model.StringParameterDefinition>
84         <hudson.model.StringParameterDefinition>
85           <name>MVN</name>
86           <description>Maven selector to be used by shell scripts</description>
87           <defaultValue>/w/tools/hudson.tasks.Maven_MavenInstallation/mvn33/bin/mvn</defaultValue>
88         </hudson.model.StringParameterDefinition>
89         <hudson.model.StringParameterDefinition>
90           <name>STAGING_PROFILE_ID</name>
91           <description>Nexus staging profile ID.
92 </description>
93           <defaultValue>uuddlrlrba</defaultValue>
94         </hudson.model.StringParameterDefinition>
95       </parameterDefinitions>
96     </hudson.model.ParametersDefinitionProperty>
97   </properties>
98   <scm class="hudson.plugins.git.GitSCM">
99     <configVersion>2</configVersion>
100     <userRemoteConfigs>
101       <hudson.plugins.git.UserRemoteConfig>
102         <name>origin</name>
103         <refspec>+refs/pull/*:refs/remotes/origin/pr/*</refspec>
104         <url>git@github.com:example-org/releng/ciman</url>
105         <credentialsId>test-credential</credentialsId>
106       </hudson.plugins.git.UserRemoteConfig>
107     </userRemoteConfigs>
108     <branches>
109       <hudson.plugins.git.BranchSpec>
110         <name>**</name>
111       </hudson.plugins.git.BranchSpec>
112     </branches>
113     <excludedUsers/>
114     <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
115     <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
116     <authorOrCommitter>false</authorOrCommitter>
117     <wipeOutWorkspace>true</wipeOutWorkspace>
118     <pruneBranches>false</pruneBranches>
119     <remotePoll>false</remotePoll>
120     <gitTool>Default</gitTool>
121     <submoduleCfg class="list"/>
122     <relativeTargetDir/>
123     <reference/>
124     <gitConfigName/>
125     <gitConfigEmail/>
126     <skipTag>true</skipTag>
127     <scmName/>
128     <useShallowClone>false</useShallowClone>
129     <ignoreNotifyCommit>false</ignoreNotifyCommit>
130     <extensions>
131       <hudson.plugins.git.extensions.impl.SubmoduleOption>
132         <disableSubmodules>false</disableSubmodules>
133         <recursiveSubmodules>true</recursiveSubmodules>
134         <trackingSubmodules>false</trackingSubmodules>
135         <reference/>
136         <timeout>10</timeout>
137       </hudson.plugins.git.extensions.impl.SubmoduleOption>
138       <hudson.plugins.git.extensions.impl.WipeWorkspace/>
139     </extensions>
140   </scm>
141   <triggers class="vector">
142     <hudson.triggers.TimerTrigger>
143       <spec>H H * * 6</spec>
144     </hudson.triggers.TimerTrigger>
145   </triggers>
146   <builders>
147     <hudson.tasks.Shell>
148       <command>echo &quot;quiet=on&quot; &gt; &quot;$HOME/.wgetrc&quot;</command>
149     </hudson.tasks.Shell>
150     <hudson.tasks.Maven>
151       <targets>--version</targets>
152       <properties/>
153       <mavenName>mvn33</mavenName>
154       <usePrivateRepository>false</usePrivateRepository>
155       <settings class="jenkins.mvn.DefaultSettingsProvider"/>
156       <globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/>
157     </hudson.tasks.Maven>
158     <hudson.tasks.Shell>
159       <command>rm &quot;$HOME/.wgetrc&quot;</command>
160     </hudson.tasks.Shell>
161     <org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep plugin="config-file-provider">
162       <managedFiles>
163         <org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
164           <fileId>global-settings</fileId>
165           <targetLocation/>
166           <variable>GLOBAL_SETTINGS_FILE</variable>
167         </org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
168         <org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
169           <fileId>aproject-settings</fileId>
170           <targetLocation/>
171           <variable>SETTINGS_FILE</variable>
172         </org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
173       </managedFiles>
174     </org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep>
175     <hudson.tasks.Shell>
176       <command>#!/bin/bash
177 # SPDX-License-Identifier: EPL-1.0
178 ##############################################################################
179 # Copyright (c) 2017 The Linux Foundation and others.
180 #
181 # All rights reserved. This program and the accompanying materials
182 # are made available under the terms of the Eclipse Public License v1.0
183 # which accompanies this distribution, and is available at
184 # http://www.eclipse.org/legal/epl-v10.html
185 ##############################################################################
186
187 # This file contains a list of variables that are generally useful in many
188 # scripts. It is meant to be sourced in other scripts so that the variables can
189 # be called.
190
191 MAVEN_OPTIONS=&quot;$(echo --show-version \
192     --batch-mode \
193     -Djenkins \
194     -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
195     -Dmaven.repo.local=/tmp/r \
196     -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r)&quot;
197 echo &quot;$MAVEN_OPTIONS&quot;
198
199 #!/bin/bash
200 # SPDX-License-Identifier: EPL-1.0
201 ##############################################################################
202 # Copyright (c) 2017 The Linux Foundation and others.
203 #
204 # All rights reserved. This program and the accompanying materials
205 # are made available under the terms of the Eclipse Public License v1.0
206 # which accompanies this distribution, and is available at
207 # http://www.eclipse.org/legal/epl-v10.html
208 ##############################################################################
209
210 # This script builds a Maven project and deploys it into a staging repo which
211 # can be used to deploy elsewhere later eg. Nexus staging / snapshot repos.
212
213 # DO NOT enable -u because $MAVEN_PARAMS and $MAVEN_OPTIONS could be unbound.
214 # Ensure we fail the job if any steps fail.
215 set -e -o pipefail
216 set +u
217
218 export MAVEN_OPTS
219
220 # Disable SC2086 because we want to allow word splitting for $MAVEN_* parameters.
221 # shellcheck disable=SC2086
222 $MVN clean install dependency:tree com.sonatype.clm:clm-maven-plugin:index \
223     --global-settings &quot;$GLOBAL_SETTINGS_FILE&quot; \
224     --settings &quot;$SETTINGS_FILE&quot; \
225     -DaltDeploymentRepository=staging::default::file:&quot;$WORKSPACE&quot;/m2repo \
226     $MAVEN_PARAMS $MAVEN_OPTIONS
227 </command>
228     </hudson.tasks.Shell>
229     <hudson.tasks.Shell>
230       <command>#!/bin/bash
231 set +e  # DO NOT cause build failure if any of the rm calls fail.
232
233 rm &quot;$GLOBAL_SETTINGS_FILE&quot; &quot;$SETTINGS_FILE&quot;
234
235 # In some cases we use the lf-provide-maven-settings macro to produce
236 # a &quot;$HOME/.netrc&quot; file containing credentials. Remove that file here
237 # too if it exists.
238 rm &quot;$HOME/.netrc&quot;
239
240 # DO NOT fail build if any of the above lines fail.
241 exit 0
242 </command>
243     </hudson.tasks.Shell>
244     <hudson.tasks.Shell>
245       <command>find . -regex &quot;.*karaf/target&quot; | xargs rm -rf</command>
246     </hudson.tasks.Shell>
247     <com.sonatype.insight.ci.hudson.PreBuildScan plugin="sonatype-clm-ci">
248       <applicationSelectType>
249         <value>list</value>
250         <applicationId>github-maven</applicationId>
251       </applicationSelectType>
252       <pathConfig>
253         <scanTargets/>
254         <moduleExcludes/>
255         <scanProperties/>
256       </pathConfig>
257       <failOnClmServerFailures>false</failOnClmServerFailures>
258       <stageId>build</stageId>
259       <username/>
260       <password/>
261     </com.sonatype.insight.ci.hudson.PreBuildScan>
262   </builders>
263   <publishers>
264     <org.jenkinsci.plugins.postbuildscript.PostBuildScript>
265       <buildSteps>
266         <hudson.tasks.Shell>
267           <command>#!/bin/bash
268 # SPDX-License-Identifier: EPL-1.0
269 ##############################################################################
270 # Copyright (c) 2017 The Linux Foundation and others.
271 #
272 # All rights reserved. This program and the accompanying materials
273 # are made available under the terms of the Eclipse Public License v1.0
274 # which accompanies this distribution, and is available at
275 # http://www.eclipse.org/legal/epl-v10.html
276 ##############################################################################
277 echo &quot;---&gt; sysstat.sh&quot;
278 set +e  # DON'T fail build if script fails.
279
280 OS=$(facter operatingsystem)
281 case &quot;$OS&quot; in
282     Ubuntu)
283         SYSSTAT_PATH=&quot;/var/log/sysstat&quot;
284
285         # Dont run the script when systat is not enabled by default
286         if ! grep --quiet 'ENABLED=&quot;true&quot;' &quot;/etc/default/sysstat&quot;; then
287             exit 0
288         fi
289     ;;
290     CentOS|RedHat)
291         SYSSTAT_PATH=&quot;/var/log/sa&quot;
292     ;;
293     *)
294         # nothing to do
295         exit 0
296     ;;
297 esac
298
299 SAR_DIR=&quot;$WORKSPACE/archives/sar-reports&quot;
300 mkdir -p &quot;$SAR_DIR&quot;
301 cp &quot;$SYSSTAT_PATH/&quot;* &quot;$_&quot;
302 # convert sar data to ascii format
303 while IFS=&quot;&quot; read -r s
304 do
305     [ -f &quot;$s&quot; ] &amp;&amp; LC_TIME=POSIX sar -A -f &quot;$s&quot; &gt; &quot;$SAR_DIR/sar${s//[!0-9]/}&quot;
306 done &lt; &lt;(find &quot;$SYSSTAT_PATH&quot; -name &quot;sa[0-9]*&quot; || true)
307
308 # DON'T fail build if script fails.
309 exit 0
310 </command>
311         </hudson.tasks.Shell>
312         <org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep plugin="config-file-provider">
313           <managedFiles>
314             <org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
315               <fileId>jenkins-log-archives-settings</fileId>
316               <targetLocation/>
317               <variable>SETTINGS_FILE</variable>
318             </org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
319           </managedFiles>
320         </org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep>
321         <EnvInjectBuilder>
322           <info>
323             <propertiesContent>SERVER_ID=logs</propertiesContent>
324           </info>
325         </EnvInjectBuilder>
326         <hudson.tasks.Shell>
327           <command>#!/bin/bash
328 # SPDX-License-Identifier: EPL-1.0
329 ##############################################################################
330 # Copyright (c) 2017 The Linux Foundation and others.
331 #
332 # All rights reserved. This program and the accompanying materials
333 # are made available under the terms of the Eclipse Public License v1.0
334 # which accompanies this distribution, and is available at
335 # http://www.eclipse.org/legal/epl-v10.html
336 ##############################################################################
337 echo &quot;---&gt; create-netrc.sh&quot;
338
339 # Ensure we fail the job if any steps fail.
340 set -eu -o pipefail
341
342 NEXUS_URL=&quot;${NEXUS_URL:-$NEXUSPROXY}&quot;
343 CREDENTIAL=$(xmlstarlet sel -N &quot;x=http://maven.apache.org/SETTINGS/1.0.0&quot; \
344     -t -m &quot;/x:settings/x:servers/x:server[x:id='${SERVER_ID}']&quot; \
345     -v x:username -o &quot;:&quot; -v x:password \
346     &quot;$SETTINGS_FILE&quot;)
347
348 machine=$(echo &quot;$NEXUS_URL&quot; | awk -F/ '{print $3}')
349 user=$(echo &quot;$CREDENTIAL&quot; | cut -f1 -d:)
350 pass=$(echo &quot;$CREDENTIAL&quot; | cut -f2 -d:)
351
352 echo &quot;machine $machine login $user password $pass&quot; &gt; ~/.netrc
353 </command>
354         </hudson.tasks.Shell>
355         <hudson.tasks.Shell>
356           <command>#!/bin/bash
357 # SPDX-License-Identifier: EPL-1.0
358 ##############################################################################
359 # Copyright (c) 2017 The Linux Foundation and others.
360 #
361 # All rights reserved. This program and the accompanying materials
362 # are made available under the terms of the Eclipse Public License v1.0
363 # which accompanies this distribution, and is available at
364 # http://www.eclipse.org/legal/epl-v10.html
365 ##############################################################################
366 echo &quot;---&gt; lftools-install.sh&quot;
367
368 # Script to install lftools via a version passed in via lf-infra-parameters
369 #
370 # Required parameters:
371 #
372 #     LFTOOLS_VERSION: Passed in via lf-infra-parameters configuration. Can be
373 #                      set to a strict version number like '1.2.3' or using
374 #                      PEP-440 definitions.
375 #
376 #                      Examples:
377 #                          &lt;1.0.0
378 #                          &gt;=1.0.0,&lt;2.0.0
379 #
380 # By default a released version of lftools should always be used.
381 # The purpose of the 2 variables below is so that lftools devs can test
382 # unreleased versions of lftools. There are 2 methods to install a dev version
383 # of lftools:
384 #
385 #     1) gerrit patch: Used to test a patch that has not yet been merged.
386 #                      To do this set something like this:
387 #                          LFTOOLS_MODE=gerrit
388 #                          LFTOOLS_REFSPEC=refs/changes/96/5296/7
389 #
390 #     2) git branch: Used to install an lftools version from a specific branch.
391 #                    To use this set the variables as follows:
392 #                          LFTOOLS_MODE=git
393 #                          LFTOOLS_REFSPEC=master
394 #
395 #     3) release : The intended use case and default setting.
396 #                  Set LFTOOLS_MODE=release, in this case LFTOOLS_REFSPEC is unused.
397
398 LFTOOLS_MODE=release  # release | git | gerrit
399 LFTOOLS_REFSPEC=master
400
401 # Ensure we fail the job if any steps fail.
402 # DO NOT set -u as virtualenv's activate script has unbound variables
403 set -e -o pipefail
404
405 virtualenv --quiet &quot;/tmp/v/lftools&quot;
406 # shellcheck source=/tmp/v/lftools/bin/activate disable=SC1091
407 source &quot;/tmp/v/lftools/bin/activate&quot;
408 pip install --quiet --upgrade pip
409
410 case $LFTOOLS_MODE in
411     gerrit)
412         git clone https://gerrit.linuxfoundation.org/infra/releng/lftools.git /tmp/lftools
413         pushd /tmp/lftools
414         git fetch origin &quot;$LFTOOLS_REFSPEC&quot;
415         git checkout FETCH_HEAD
416         pip install --quiet --upgrade -r requirements.txt
417         pip install --quiet --upgrade -e .
418         popd
419         ;;
420
421     git)
422         pip install --quiet --upgrade git+https://gerrit.linuxfoundation.org/infra/releng/lftools.git@&quot;$BRANCH&quot;
423         ;;
424
425     release)
426         if [[ $LFTOOLS_VERSION =~ ^[0-9] ]]; then
427             LFTOOLS_VERSION=&quot;==$LFTOOLS_VERSION&quot;
428         fi
429
430         pip install --quiet --upgrade &quot;lftools${LFTOOLS_VERSION}&quot;
431         ;;
432 esac
433
434 lftools --version
435
436 # pipdeptree prints out a lot of information because lftools pulls in many
437 # dependencies. Let's only print it if we want to debug.
438 # echo &quot;----&gt; Pip Dependency Tree&quot;
439 # pip install --quiet --upgrade pipdeptree
440 # pipdeptree
441
442 #!/bin/bash
443 # SPDX-License-Identifier: EPL-1.0
444 ##############################################################################
445 # Copyright (c) 2017 The Linux Foundation and others.
446 #
447 # All rights reserved. This program and the accompanying materials
448 # are made available under the terms of the Eclipse Public License v1.0
449 # which accompanies this distribution, and is available at
450 # http://www.eclipse.org/legal/epl-v10.html
451 ##############################################################################
452 echo &quot;---&gt; logs-deploy.sh&quot;
453
454 # Ensure we fail the job if any steps fail.
455 set -eu -o pipefail
456
457 set -x  # Trace commands for this script to make debugging easier.
458
459 ARCHIVE_ARTIFACTS=&quot;${ARCHIVE_ARTIFACTS:-}&quot;
460 LOGS_SERVER=&quot;${LOGS_SERVER:-None}&quot;
461
462 if [ &quot;${LOGS_SERVER}&quot; == 'None' ]
463 then
464     set +x # Disable trace since we no longer need it
465
466     echo &quot;WARNING: Logging server not set&quot;
467 else
468     NEXUS_URL=&quot;${NEXUS_URL:-$NEXUSPROXY}&quot;
469     NEXUS_PATH=&quot;${SILO}/${JENKINS_HOSTNAME}/${JOB_NAME}/${BUILD_NUMBER}&quot;
470     BUILD_URL=&quot;${BUILD_URL}&quot;
471
472     lftools deploy archives -p &quot;$ARCHIVE_ARTIFACTS&quot; &quot;$NEXUS_URL&quot; &quot;$NEXUS_PATH&quot; &quot;$WORKSPACE&quot;
473     lftools deploy logs &quot;$NEXUS_URL&quot; &quot;$NEXUS_PATH&quot; &quot;$BUILD_URL&quot;
474
475     set +x  # Disable trace since we no longer need it.
476
477     echo &quot;Build logs: &lt;a href=\&quot;$LOGS_SERVER/$NEXUS_PATH\&quot;&gt;$LOGS_SERVER/$NEXUS_PATH&lt;/a&gt;&quot;
478 fi
479 </command>
480         </hudson.tasks.Shell>
481         <hudson.tasks.Shell>
482           <command>#!/bin/bash
483 # SPDX-License-Identifier: EPL-1.0
484 ##############################################################################
485 # Copyright (c) 2017 The Linux Foundation and others.
486 #
487 # All rights reserved. This program and the accompanying materials
488 # are made available under the terms of the Eclipse Public License v1.0
489 # which accompanies this distribution, and is available at
490 # http://www.eclipse.org/legal/epl-v10.html
491 ##############################################################################
492
493 # Clear log credential files
494 rm &quot;$SETTINGS_FILE&quot;
495 rm ~/.netrc
496 </command>
497         </hudson.tasks.Shell>
498         <hudson.plugins.descriptionsetter.DescriptionSetterBuilder>
499           <regexp>^Build logs: .*</regexp>
500         </hudson.plugins.descriptionsetter.DescriptionSetterBuilder>
501       </buildSteps>
502       <scriptOnlyIfSuccess>false</scriptOnlyIfSuccess>
503       <scriptOnlyIfFailure>false</scriptOnlyIfFailure>
504       <markBuildUnstable>false</markBuildUnstable>
505     </org.jenkinsci.plugins.postbuildscript.PostBuildScript>
506     <hudson.plugins.ws__cleanup.WsCleanup plugin="ws-cleanup">
507       <patterns>
508         <hudson.plugins.ws__cleanup.Pattern>
509           <pattern>**/*.jenkins-trigger</pattern>
510           <type>EXCLUDE</type>
511         </hudson.plugins.ws__cleanup.Pattern>
512       </patterns>
513       <deleteDirs>false</deleteDirs>
514       <cleanupMatrixParent>false</cleanupMatrixParent>
515       <externalDelete/>
516       <cleanWhenSuccess>true</cleanWhenSuccess>
517       <cleanWhenUnstable>true</cleanWhenUnstable>
518       <cleanWhenFailure>true</cleanWhenFailure>
519       <cleanWhenNotBuilt>true</cleanWhenNotBuilt>
520       <cleanWhenAborted>true</cleanWhenAborted>
521       <notFailBuild>true</notFailBuild>
522     </hudson.plugins.ws__cleanup.WsCleanup>
523   </publishers>
524   <buildWrappers>
525     <com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsBuildWrapper/>
526     <hudson.plugins.build__timeout.BuildTimeoutWrapper>
527       <timeoutMinutes>15</timeoutMinutes>
528       <timeoutEnvVar>BUILD_TIMEOUT</timeoutEnvVar>
529       <failBuild>true</failBuild>
530       <writingDescription>false</writingDescription>
531       <timeoutPercentage>0</timeoutPercentage>
532       <timeoutMinutesElasticDefault>3</timeoutMinutesElasticDefault>
533       <timeoutType>absolute</timeoutType>
534     </hudson.plugins.build__timeout.BuildTimeoutWrapper>
535     <hudson.plugins.timestamper.TimestamperBuildWrapper/>
536     <com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
537       <user>test-credential</user>
538     </com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
539     <jenkins.plugins.openstack.compute.JCloudsOneOffSlave/>
540   </buildWrappers>
541 </project>