Merge "Refactor jjb ci templates"
[releng/global-jjb.git] / jjb-test / expected-xml / gerrit-ciman-packer-verify
1 <?xml version="1.0" encoding="utf-8"?>
2 <project>
3   <actions/>
4   <description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
5   <keepDependencies>false</keepDependencies>
6   <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
7   <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
8   <concurrentBuild>true</concurrentBuild>
9   <assignedNode>build-vm</assignedNode>
10   <canRoam>false</canRoam>
11   <properties>
12     <jenkins.model.BuildDiscarderProperty>
13       <strategy class="hudson.tasks.LogRotator">
14         <daysToKeep>7</daysToKeep>
15         <numToKeep>-1</numToKeep>
16         <artifactDaysToKeep>-1</artifactDaysToKeep>
17         <artifactNumToKeep>0</artifactNumToKeep>
18       </strategy>
19     </jenkins.model.BuildDiscarderProperty>
20     <hudson.model.ParametersDefinitionProperty>
21       <parameterDefinitions>
22         <hudson.model.StringParameterDefinition>
23           <name>PROJECT</name>
24           <description>Parameter to identify a Gerrit project. This is typically the
25 project repo path as exists in Gerrit.
26 For example: ofextensions/circuitsw
27 </description>
28           <defaultValue>releng/ciman</defaultValue>
29         </hudson.model.StringParameterDefinition>
30         <hudson.model.StringParameterDefinition>
31           <name>STREAM</name>
32           <description>Stream is often set to the same name as 'branch' but can
33 sometimes be used as a name representing a project's release code
34 name.
35 </description>
36           <defaultValue>master</defaultValue>
37         </hudson.model.StringParameterDefinition>
38         <hudson.model.StringParameterDefinition>
39           <name>GERRIT_PROJECT</name>
40           <description>Parameter to identify Gerrit project. This is typically the
41 project repo path as exists in Gerrit.
42 For example: ofextensions/circuitsw
43
44 Note that Gerrit will override this parameter automatically if a
45 job is triggered by Gerrit.
46 </description>
47           <defaultValue>releng/ciman</defaultValue>
48         </hudson.model.StringParameterDefinition>
49         <hudson.model.StringParameterDefinition>
50           <name>GERRIT_BRANCH</name>
51           <description>Parameter to identify a Gerrit branch.
52
53 Note that Gerrit will override this parameter automatically if a
54 job is triggered by Gerrit.
55 </description>
56           <defaultValue>master</defaultValue>
57         </hudson.model.StringParameterDefinition>
58         <hudson.model.StringParameterDefinition>
59           <name>GERRIT_REFSPEC</name>
60           <description>Parameter to identify a refspec when pulling from Gerrit.
61
62 Note that Gerrit will override this parameter automatically if a
63 job is triggered by Gerrit.
64 </description>
65           <defaultValue/>
66         </hudson.model.StringParameterDefinition>
67         <hudson.model.StringParameterDefinition>
68           <name>LFTOOLS_VERSION</name>
69           <description>Version of lftools to install. Can be a specific version like
70 '0.6.0' or a PEP-440 definition.
71 https://www.python.org/dev/peps/pep-0440/
72 For example '&lt;1.0.0' or '&gt;=1.0.0,&lt;2.0.0'.
73 </description>
74           <defaultValue>&lt;1.0.0</defaultValue>
75         </hudson.model.StringParameterDefinition>
76         <hudson.model.StringParameterDefinition>
77           <name>PACKER_VERSION</name>
78           <description>Packer version to download and install.</description>
79           <defaultValue>1.0.2</defaultValue>
80         </hudson.model.StringParameterDefinition>
81       </parameterDefinitions>
82     </hudson.model.ParametersDefinitionProperty>
83   </properties>
84   <scm class="hudson.plugins.git.GitSCM">
85     <configVersion>2</configVersion>
86     <userRemoteConfigs>
87       <hudson.plugins.git.UserRemoteConfig>
88         <name>origin</name>
89         <refspec>$GERRIT_REFSPEC</refspec>
90         <url>$GIT_URL/$GERRIT_PROJECT</url>
91         <credentialsId>test-credential</credentialsId>
92       </hudson.plugins.git.UserRemoteConfig>
93     </userRemoteConfigs>
94     <branches>
95       <hudson.plugins.git.BranchSpec>
96         <name>refs/heads/$GERRIT_BRANCH</name>
97       </hudson.plugins.git.BranchSpec>
98     </branches>
99     <excludedUsers/>
100     <buildChooser class="com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTriggerBuildChooser"/>
101     <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
102     <authorOrCommitter>false</authorOrCommitter>
103     <wipeOutWorkspace>true</wipeOutWorkspace>
104     <pruneBranches>false</pruneBranches>
105     <remotePoll>false</remotePoll>
106     <gitTool>Default</gitTool>
107     <submoduleCfg class="list"/>
108     <relativeTargetDir/>
109     <reference/>
110     <gitConfigName/>
111     <gitConfigEmail/>
112     <skipTag>true</skipTag>
113     <scmName/>
114     <useShallowClone>false</useShallowClone>
115     <ignoreNotifyCommit>false</ignoreNotifyCommit>
116     <extensions>
117       <hudson.plugins.git.extensions.impl.SubmoduleOption>
118         <disableSubmodules>false</disableSubmodules>
119         <recursiveSubmodules>true</recursiveSubmodules>
120         <trackingSubmodules>false</trackingSubmodules>
121         <reference/>
122         <timeout>10</timeout>
123       </hudson.plugins.git.extensions.impl.SubmoduleOption>
124       <hudson.plugins.git.extensions.impl.WipeWorkspace/>
125     </extensions>
126   </scm>
127   <triggers class="vector">
128     <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTrigger>
129       <spec/>
130       <gerritProjects>
131         <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.GerritProject>
132           <compareType>ANT</compareType>
133           <pattern>releng/ciman</pattern>
134           <branches>
135             <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.Branch>
136               <compareType>ANT</compareType>
137               <pattern>**/master</pattern>
138             </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.Branch>
139           </branches>
140           <filePaths>
141             <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath>
142               <compareType>ANT</compareType>
143               <pattern>packer/vars/['centos', 'ubuntu1604'].json</pattern>
144             </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath>
145             <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath>
146               <compareType>ANT</compareType>
147               <pattern>packer/templates/['java-builder', 'mininet'].json</pattern>
148             </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath>
149             <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath>
150               <compareType>ANT</compareType>
151               <pattern>packer/provision/['java-builder', 'mininet'].sh</pattern>
152             </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath>
153             <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath>
154               <compareType>ANT</compareType>
155               <pattern>packer/provision/lib/**</pattern>
156             </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.FilePath>
157           </filePaths>
158           <disableStrictForbiddenFileVerification>false</disableStrictForbiddenFileVerification>
159         </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.data.GerritProject>
160       </gerritProjects>
161       <skipVote>
162         <onSuccessful>false</onSuccessful>
163         <onFailed>false</onFailed>
164         <onUnstable>false</onUnstable>
165         <onNotBuilt>false</onNotBuilt>
166       </skipVote>
167       <silentMode>false</silentMode>
168       <silentStartMode>false</silentStartMode>
169       <escapeQuotes>true</escapeQuotes>
170       <noNameAndEmailParameters>false</noNameAndEmailParameters>
171       <readableMessage>false</readableMessage>
172       <dependencyJobsNames/>
173       <notificationLevel/>
174       <dynamicTriggerConfiguration>False</dynamicTriggerConfiguration>
175       <triggerConfigURL/>
176       <allowTriggeringUnreviewedPatches>false</allowTriggeringUnreviewedPatches>
177       <triggerOnEvents>
178         <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginPatchsetCreatedEvent>
179           <excludeDrafts>false</excludeDrafts>
180           <excludeTrivialRebase>false</excludeTrivialRebase>
181           <excludeNoCodeChange>false</excludeNoCodeChange>
182         </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginPatchsetCreatedEvent>
183         <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginDraftPublishedEvent/>
184         <com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginCommentAddedContainsEvent>
185           <commentAddedCommentContains>recheck$</commentAddedCommentContains>
186         </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.events.PluginCommentAddedContainsEvent>
187       </triggerOnEvents>
188       <buildStartMessage/>
189       <buildFailureMessage/>
190       <buildSuccessfulMessage/>
191       <buildUnstableMessage/>
192       <buildNotBuiltMessage/>
193       <buildUnsuccessfulFilepath/>
194       <customUrl/>
195       <serverName>test-server</serverName>
196     </com.sonyericsson.hudson.plugins.gerrit.trigger.hudsontrigger.GerritTrigger>
197   </triggers>
198   <builders>
199     <org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep plugin="config-file-provider">
200       <managedFiles>
201         <org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
202           <fileId>ci-packer-cloud-env</fileId>
203           <targetLocation/>
204           <variable>CLOUDENV</variable>
205         </org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
206       </managedFiles>
207     </org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep>
208     <EnvInjectBuilder>
209       <info>
210         <propertiesContent>PACKER_VERSION=1.0.2
211 </propertiesContent>
212       </info>
213     </EnvInjectBuilder>
214     <hudson.tasks.Shell>
215       <command>#!/bin/bash
216 # SPDX-License-Identifier: EPL-1.0
217 ##############################################################################
218 # Copyright (c) 2017 The Linux Foundation and others.
219 #
220 # All rights reserved. This program and the accompanying materials
221 # are made available under the terms of the Eclipse Public License v1.0
222 # which accompanies this distribution, and is available at
223 # http://www.eclipse.org/legal/epl-v10.html
224 ##############################################################################
225 echo &quot;---&gt; packer-install.sh&quot;
226 # The script checks for the packer binaries and installs the binary
227 # if its not available
228
229 # $PACKER_VERSION        : Define a packer version passed as job paramter
230
231 PACKER_VERSION=&quot;${PACKER_VERSION:-1.0.2}&quot;
232
233 # Ensure we fail the job if any steps fail.
234 set -eu -o pipefail
235 # Default packer binary made available on the build image
236 packer_bin=&quot;/usr/local/bin/packer.io&quot;
237
238 if hash &quot;$packer_bin&quot; 2&gt;/dev/null; then
239     echo &quot;packer.io command is available.&quot;
240 else
241     echo &quot;packer.io command not is available. Installing packer ...&quot;
242     # Installs Hashicorp's Packer binary, required for verify &amp; merge packer jobs
243     pushd packer
244     wget &quot;https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip&quot;
245     mkdir -p &quot;${WORKSPACE}/bin&quot;
246     unzip &quot;packer_${PACKER_VERSION}_linux_amd64.zip&quot; -d ${WORKSPACE}/bin/
247     # rename packer to avoid conflict with binary in cracklib
248     mv ${WORKSPACE}/bin/packer &quot;${WORKSPACE}/bin/packer.io&quot;
249     popd
250 fi
251
252 #!/bin/bash
253 # SPDX-License-Identifier: EPL-1.0
254 ##############################################################################
255 # Copyright (c) 2017 The Linux Foundation and others.
256 #
257 # All rights reserved. This program and the accompanying materials
258 # are made available under the terms of the Eclipse Public License v1.0
259 # which accompanies this distribution, and is available at
260 # http://www.eclipse.org/legal/epl-v10.html
261 ##############################################################################
262 echo &quot;---&gt; packer-validate.sh&quot;
263 # The script validates an packers files.
264
265 # $CLOUDENV            :  Provides the cloud credential file.
266
267 # Ensure we fail the job if any steps fail.
268 set -eu -o pipefail
269
270 PACKER_LOGS_DIR=&quot;$WORKSPACE/archives/packer&quot;
271 mkdir -p &quot;$PACKER_LOGS_DIR&quot;
272 export PATH=&quot;${WORKSPACE}/bin:$PATH&quot;
273
274 cd packer
275 varfiles=(../packer/vars/*.json)
276 templates=(../packer/templates/*.json)
277
278 for varfile in &quot;${varfiles[@]}&quot;; do
279     for template in &quot;${templates[@]}&quot;; do
280         export PACKER_LOG=&quot;yes&quot; &amp;&amp; \
281         export PACKER_LOG_PATH=&quot;$PACKER_LOGS_DIR/packer-validate-${varfile##*/}-${template##*/}.log&quot; &amp;&amp; \
282                     packer.io validate -var-file=&quot;$CLOUDENV&quot; \
283                     -var-file=&quot;$varfile&quot; &quot;$template&quot;
284         if [ $? -ne 0 ]; then
285             break
286         fi
287     done
288 done
289 </command>
290     </hudson.tasks.Shell>
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; packer-clear-credentials.sh&quot;
303
304 set +e  # DO NOT cause build failure if any of the rm calls fail.
305 rm &quot;$CLOUDENV&quot;
306 exit 0
307 </command>
308     </hudson.tasks.Shell>
309   </builders>
310   <publishers>
311     <org.jenkinsci.plugins.postbuildscript.PostBuildScript>
312       <buildSteps>
313         <hudson.tasks.Shell>
314           <command>#!/bin/bash
315 # SPDX-License-Identifier: EPL-1.0
316 ##############################################################################
317 # Copyright (c) 2017 The Linux Foundation and others.
318 #
319 # All rights reserved. This program and the accompanying materials
320 # are made available under the terms of the Eclipse Public License v1.0
321 # which accompanies this distribution, and is available at
322 # http://www.eclipse.org/legal/epl-v10.html
323 ##############################################################################
324 echo &quot;---&gt; sysstat.sh&quot;
325 set +e  # DON'T fail build if script fails.
326
327 OS=$(facter operatingsystem)
328 case &quot;$OS&quot; in
329     Ubuntu)
330         SYSSTAT_PATH=&quot;/var/log/sysstat&quot;
331
332         # Dont run the script when systat is not enabled by default
333         if ! grep --quiet 'ENABLED=&quot;true&quot;' &quot;/etc/default/sysstat&quot;; then
334             exit 0
335         fi
336     ;;
337     CentOS|RedHat)
338         SYSSTAT_PATH=&quot;/var/log/sa&quot;
339     ;;
340     *)
341         # nothing to do
342         exit 0
343     ;;
344 esac
345
346 SAR_DIR=&quot;$WORKSPACE/archives/sar-reports&quot;
347 mkdir -p &quot;$SAR_DIR&quot;
348 cp &quot;$SYSSTAT_PATH/&quot;* &quot;$_&quot;
349 # convert sar data to ascii format
350 while IFS=&quot;&quot; read -r s
351 do
352     [ -f &quot;$s&quot; ] &amp;&amp; LC_TIME=POSIX sar -A -f &quot;$s&quot; &gt; &quot;$SAR_DIR/sar${s//[!0-9]/}&quot;
353 done &lt; &lt;(find &quot;$SYSSTAT_PATH&quot; -name &quot;sa[0-9]*&quot; || true)
354
355 # DON'T fail build if script fails.
356 exit 0
357 </command>
358         </hudson.tasks.Shell>
359         <org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep plugin="config-file-provider">
360           <managedFiles>
361             <org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
362               <fileId>jenkins-log-archives-settings</fileId>
363               <targetLocation/>
364               <variable>SETTINGS_FILE</variable>
365             </org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
366           </managedFiles>
367         </org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep>
368         <EnvInjectBuilder>
369           <info>
370             <propertiesContent>SERVER_ID=logs</propertiesContent>
371           </info>
372         </EnvInjectBuilder>
373         <hudson.tasks.Shell>
374           <command>#!/bin/bash
375 # SPDX-License-Identifier: EPL-1.0
376 ##############################################################################
377 # Copyright (c) 2017 The Linux Foundation and others.
378 #
379 # All rights reserved. This program and the accompanying materials
380 # are made available under the terms of the Eclipse Public License v1.0
381 # which accompanies this distribution, and is available at
382 # http://www.eclipse.org/legal/epl-v10.html
383 ##############################################################################
384 echo &quot;---&gt; create-netrc.sh&quot;
385
386 # Ensure we fail the job if any steps fail.
387 set -eu -o pipefail
388
389 NEXUS_URL=&quot;${NEXUS_URL:-$NEXUSPROXY}&quot;
390 CREDENTIAL=$(xmlstarlet sel -N &quot;x=http://maven.apache.org/SETTINGS/1.0.0&quot; \
391     -t -m &quot;/x:settings/x:servers/x:server[x:id='${SERVER_ID}']&quot; \
392     -v x:username -o &quot;:&quot; -v x:password \
393     &quot;$SETTINGS_FILE&quot;)
394
395 machine=$(echo &quot;$NEXUS_URL&quot; | awk -F/ '{print $3}')
396 user=$(echo &quot;$CREDENTIAL&quot; | cut -f1 -d:)
397 pass=$(echo &quot;$CREDENTIAL&quot; | cut -f2 -d:)
398
399 echo &quot;machine $machine login $user password $pass&quot; &gt; ~/.netrc
400 </command>
401         </hudson.tasks.Shell>
402         <hudson.tasks.Shell>
403           <command>#!/bin/bash
404 # SPDX-License-Identifier: EPL-1.0
405 ##############################################################################
406 # Copyright (c) 2017 The Linux Foundation and others.
407 #
408 # All rights reserved. This program and the accompanying materials
409 # are made available under the terms of the Eclipse Public License v1.0
410 # which accompanies this distribution, and is available at
411 # http://www.eclipse.org/legal/epl-v10.html
412 ##############################################################################
413 echo &quot;---&gt; lftools-install.sh&quot;
414
415 # Script to install lftools via a version passed in via lf-infra-parameters
416 #
417 # Required parameters:
418 #
419 #     LFTOOLS_VERSION: Passed in via lf-infra-parameters configuration. Can be
420 #                      set to a strict version number like '1.2.3' or using
421 #                      PEP-440 definitions.
422 #
423 #                      Examples:
424 #                          &lt;1.0.0
425 #                          &gt;=1.0.0,&lt;2.0.0
426 #
427 # By default a released version of lftools should always be used.
428 # The purpose of the 2 variables below is so that lftools devs can test
429 # unreleased versions of lftools. There are 2 methods to install a dev version
430 # of lftools:
431 #
432 #     1) gerrit patch: Used to test a patch that has not yet been merged.
433 #                      To do this set something like this:
434 #                          LFTOOLS_MODE=gerrit
435 #                          LFTOOLS_REFSPEC=refs/changes/96/5296/7
436 #
437 #     2) git branch: Used to install an lftools version from a specific branch.
438 #                    To use this set the variables as follows:
439 #                          LFTOOLS_MODE=git
440 #                          LFTOOLS_REFSPEC=master
441 #
442 #     3) release : The intended use case and default setting.
443 #                  Set LFTOOLS_MODE=release, in this case LFTOOLS_REFSPEC is unused.
444
445 LFTOOLS_MODE=release  # release | git | gerrit
446 LFTOOLS_REFSPEC=master
447
448 # Ensure we fail the job if any steps fail.
449 # DO NOT set -u as virtualenv's activate script has unbound variables
450 set -e -o pipefail
451
452 virtualenv --quiet &quot;/tmp/v/lftools&quot;
453 # shellcheck source=/tmp/v/lftools/bin/activate disable=SC1091
454 source &quot;/tmp/v/lftools/bin/activate&quot;
455 pip install --quiet --upgrade pip
456
457 case $LFTOOLS_MODE in
458     gerrit)
459         git clone https://gerrit.linuxfoundation.org/infra/releng/lftools.git /tmp/lftools
460         pushd /tmp/lftools
461         git fetch origin &quot;$LFTOOLS_REFSPEC&quot;
462         git checkout FETCH_HEAD
463         pip install --quiet --upgrade -r requirements.txt
464         pip install --quiet --upgrade -e .
465         popd
466         ;;
467
468     git)
469         pip install --quiet --upgrade git+https://gerrit.linuxfoundation.org/infra/releng/lftools.git@&quot;$BRANCH&quot;
470         ;;
471
472     release)
473         if [[ $LFTOOLS_VERSION =~ ^[0-9] ]]; then
474             LFTOOLS_VERSION=&quot;==$LFTOOLS_VERSION&quot;
475         fi
476
477         pip install --quiet --upgrade &quot;lftools${LFTOOLS_VERSION}&quot;
478         ;;
479 esac
480
481 lftools --version
482
483 # pipdeptree prints out a lot of information because lftools pulls in many
484 # dependencies. Let's only print it if we want to debug.
485 # echo &quot;----&gt; Pip Dependency Tree&quot;
486 # pip install --quiet --upgrade pipdeptree
487 # pipdeptree
488
489 #!/bin/bash
490 # SPDX-License-Identifier: EPL-1.0
491 ##############################################################################
492 # Copyright (c) 2017 The Linux Foundation and others.
493 #
494 # All rights reserved. This program and the accompanying materials
495 # are made available under the terms of the Eclipse Public License v1.0
496 # which accompanies this distribution, and is available at
497 # http://www.eclipse.org/legal/epl-v10.html
498 ##############################################################################
499 echo &quot;---&gt; logs-deploy.sh&quot;
500
501 # Ensure we fail the job if any steps fail.
502 set -eu -o pipefail
503
504 set -x  # Trace commands for this script to make debugging easier.
505
506 ARCHIVE_ARTIFACTS=&quot;${ARCHIVE_ARTIFACTS:-}&quot;
507 LOGS_SERVER=&quot;${LOGS_SERVER:-None}&quot;
508
509 if [ &quot;${LOGS_SERVER}&quot; == 'None' ]
510 then
511     set +x # Disable trace since we no longer need it
512
513     echo &quot;WARNING: Logging server not set&quot;
514 else
515     NEXUS_URL=&quot;${NEXUS_URL:-$NEXUSPROXY}&quot;
516     NEXUS_PATH=&quot;${SILO}/${JENKINS_HOSTNAME}/${JOB_NAME}/${BUILD_NUMBER}&quot;
517     BUILD_URL=&quot;${BUILD_URL}&quot;
518
519     lftools deploy archives -p &quot;$ARCHIVE_ARTIFACTS&quot; &quot;$NEXUS_URL&quot; &quot;$NEXUS_PATH&quot; &quot;$WORKSPACE&quot;
520     lftools deploy logs &quot;$NEXUS_URL&quot; &quot;$NEXUS_PATH&quot; &quot;$BUILD_URL&quot;
521
522     set +x  # Disable trace since we no longer need it.
523
524     echo &quot;Build logs: &lt;a href=\&quot;$LOGS_SERVER/$NEXUS_PATH\&quot;&gt;$LOGS_SERVER/$NEXUS_PATH&lt;/a&gt;&quot;
525 fi
526 </command>
527         </hudson.tasks.Shell>
528         <hudson.tasks.Shell>
529           <command>#!/bin/bash
530 # SPDX-License-Identifier: EPL-1.0
531 ##############################################################################
532 # Copyright (c) 2017 The Linux Foundation and others.
533 #
534 # All rights reserved. This program and the accompanying materials
535 # are made available under the terms of the Eclipse Public License v1.0
536 # which accompanies this distribution, and is available at
537 # http://www.eclipse.org/legal/epl-v10.html
538 ##############################################################################
539
540 # Clear log credential files
541 rm &quot;$SETTINGS_FILE&quot;
542 rm ~/.netrc
543 </command>
544         </hudson.tasks.Shell>
545         <hudson.plugins.descriptionsetter.DescriptionSetterBuilder>
546           <regexp>^Build logs: .*</regexp>
547         </hudson.plugins.descriptionsetter.DescriptionSetterBuilder>
548       </buildSteps>
549       <scriptOnlyIfSuccess>false</scriptOnlyIfSuccess>
550       <scriptOnlyIfFailure>false</scriptOnlyIfFailure>
551       <markBuildUnstable>false</markBuildUnstable>
552     </org.jenkinsci.plugins.postbuildscript.PostBuildScript>
553     <hudson.plugins.ws__cleanup.WsCleanup plugin="ws-cleanup">
554       <patterns>
555         <hudson.plugins.ws__cleanup.Pattern>
556           <pattern>**/*.jenkins-trigger</pattern>
557           <type>EXCLUDE</type>
558         </hudson.plugins.ws__cleanup.Pattern>
559       </patterns>
560       <deleteDirs>false</deleteDirs>
561       <cleanupMatrixParent>false</cleanupMatrixParent>
562       <externalDelete/>
563       <cleanWhenSuccess>true</cleanWhenSuccess>
564       <cleanWhenUnstable>true</cleanWhenUnstable>
565       <cleanWhenFailure>true</cleanWhenFailure>
566       <cleanWhenNotBuilt>true</cleanWhenNotBuilt>
567       <cleanWhenAborted>true</cleanWhenAborted>
568       <notFailBuild>true</notFailBuild>
569     </hudson.plugins.ws__cleanup.WsCleanup>
570   </publishers>
571   <buildWrappers>
572     <com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsBuildWrapper/>
573     <hudson.plugins.build__timeout.BuildTimeoutWrapper>
574       <timeoutMinutes>10</timeoutMinutes>
575       <timeoutEnvVar>BUILD_TIMEOUT</timeoutEnvVar>
576       <failBuild>true</failBuild>
577       <writingDescription>false</writingDescription>
578       <timeoutPercentage>0</timeoutPercentage>
579       <timeoutMinutesElasticDefault>3</timeoutMinutesElasticDefault>
580       <timeoutType>absolute</timeoutType>
581     </hudson.plugins.build__timeout.BuildTimeoutWrapper>
582     <hudson.plugins.timestamper.TimestamperBuildWrapper/>
583     <com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
584       <user>test-credential</user>
585     </com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
586     <jenkins.plugins.openstack.compute.JCloudsOneOffSlave/>
587   </buildWrappers>
588 </project>