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