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