Merge "Make sysstat script more readable"
[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>refs/heads/master</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.1.3</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/**.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/**.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/**.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>true</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.1.3
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.1.3}&quot;
232
233 # Ensure we fail the job if any steps fail.
234 set -eu -o pipefail
235
236 if hash packer.io 2&gt;/dev/null; then
237     echo &quot;packer.io command is available.&quot;
238 else
239     echo &quot;packer.io command not is available. Installing packer ...&quot;
240     # Installs Hashicorp's Packer binary, required for verify &amp; merge packer jobs
241     pushd packer
242     wget -nv &quot;https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip&quot;
243     mkdir -p &quot;${WORKSPACE}/bin&quot;
244     unzip &quot;packer_${PACKER_VERSION}_linux_amd64.zip&quot; -d ${WORKSPACE}/bin/
245     # rename packer to avoid conflict with binary in cracklib
246     mv ${WORKSPACE}/bin/packer &quot;${WORKSPACE}/bin/packer.io&quot;
247     popd
248 fi
249
250 #!/bin/bash
251 # SPDX-License-Identifier: EPL-1.0
252 ##############################################################################
253 # Copyright (c) 2017 The Linux Foundation and others.
254 #
255 # All rights reserved. This program and the accompanying materials
256 # are made available under the terms of the Eclipse Public License v1.0
257 # which accompanies this distribution, and is available at
258 # http://www.eclipse.org/legal/epl-v10.html
259 ##############################################################################
260 echo &quot;---&gt; packer-validate.sh&quot;
261 # The script validates an packers files.
262
263 # $CLOUDENV            :  Provides the cloud credential file.
264
265 # Ensure we fail the job if any steps fail.
266 set -eu -o pipefail
267
268 PACKER_LOGS_DIR=&quot;$WORKSPACE/archives/packer&quot;
269 mkdir -p &quot;$PACKER_LOGS_DIR&quot;
270 export PATH=&quot;${WORKSPACE}/bin:$PATH&quot;
271
272 cd packer
273 varfiles=(../packer/vars/*.json)
274 templates=(../packer/templates/*.json)
275
276 for varfile in &quot;${varfiles[@]}&quot;; do
277     for template in &quot;${templates[@]}&quot;; do
278         export PACKER_LOG=&quot;yes&quot; &amp;&amp; \
279         export PACKER_LOG_PATH=&quot;$PACKER_LOGS_DIR/packer-validate-${varfile##*/}-${template##*/}.log&quot; &amp;&amp; \
280                     packer.io validate -var-file=&quot;$CLOUDENV&quot; \
281                     -var-file=&quot;$varfile&quot; &quot;$template&quot;
282         if [ $? -ne 0 ]; then
283             break
284         fi
285     done
286 done
287 </command>
288     </hudson.tasks.Shell>
289     <hudson.tasks.Shell>
290       <command>#!/bin/bash
291 # SPDX-License-Identifier: EPL-1.0
292 ##############################################################################
293 # Copyright (c) 2017 The Linux Foundation and others.
294 #
295 # All rights reserved. This program and the accompanying materials
296 # are made available under the terms of the Eclipse Public License v1.0
297 # which accompanies this distribution, and is available at
298 # http://www.eclipse.org/legal/epl-v10.html
299 ##############################################################################
300 echo &quot;---&gt; packer-clear-credentials.sh&quot;
301
302 set +e  # DO NOT cause build failure if any of the rm calls fail.
303 rm &quot;$CLOUDENV&quot;
304 exit 0
305 </command>
306     </hudson.tasks.Shell>
307   </builders>
308   <publishers>
309     <org.jenkinsci.plugins.postbuildscript.PostBuildScript>
310       <buildSteps>
311         <hudson.tasks.Shell>
312           <command>#!/bin/bash
313 # SPDX-License-Identifier: EPL-1.0
314 ##############################################################################
315 # Copyright (c) 2017 The Linux Foundation and others.
316 #
317 # All rights reserved. This program and the accompanying materials
318 # are made available under the terms of the Eclipse Public License v1.0
319 # which accompanies this distribution, and is available at
320 # http://www.eclipse.org/legal/epl-v10.html
321 ##############################################################################
322 echo &quot;---&gt; sysstat.sh&quot;
323 set +e  # DON'T fail build if script fails.
324
325 OS=$(facter operatingsystem)
326 case &quot;$OS&quot; in
327     Ubuntu)
328         SYSSTAT_PATH=&quot;/var/log/sysstat&quot;
329
330         # Dont run the script when systat is not enabled by default
331         if ! grep --quiet 'ENABLED=&quot;true&quot;' &quot;/etc/default/sysstat&quot;; then
332             exit 0
333         fi
334     ;;
335     CentOS|RedHat)
336         SYSSTAT_PATH=&quot;/var/log/sa&quot;
337     ;;
338     *)
339         # nothing to do
340         exit 0
341     ;;
342 esac
343
344 SAR_DIR=&quot;$WORKSPACE/archives/sar-reports&quot;
345 mkdir -p &quot;$SAR_DIR&quot;
346 cp &quot;$SYSSTAT_PATH/&quot;* &quot;$_&quot;
347 # convert sar data to ascii format
348 while IFS=&quot;&quot; read -r sarfilenum
349 do
350     [ -f &quot;$sarfilenum&quot; ] &amp;&amp; LC_TIME=POSIX sar -A -f &quot;$sarfilenum&quot; &gt; &quot;$SAR_DIR/sar${sarfilenum//[!0-9]/}&quot;
351 done &lt; &lt;(find &quot;$SYSSTAT_PATH&quot; -name &quot;sa[0-9]*&quot; || true)
352
353 # DON'T fail build if script fails.
354 exit 0
355 </command>
356         </hudson.tasks.Shell>
357         <org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep plugin="config-file-provider">
358           <managedFiles>
359             <org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
360               <fileId>jenkins-log-archives-settings</fileId>
361               <targetLocation/>
362               <variable>SETTINGS_FILE</variable>
363             </org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
364           </managedFiles>
365         </org.jenkinsci.plugins.configfiles.builder.ConfigFileBuildStep>
366         <EnvInjectBuilder>
367           <info>
368             <propertiesContent>SERVER_ID=logs</propertiesContent>
369           </info>
370         </EnvInjectBuilder>
371         <hudson.tasks.Shell>
372           <command>#!/bin/bash
373 # SPDX-License-Identifier: EPL-1.0
374 ##############################################################################
375 # Copyright (c) 2017 The Linux Foundation and others.
376 #
377 # All rights reserved. This program and the accompanying materials
378 # are made available under the terms of the Eclipse Public License v1.0
379 # which accompanies this distribution, and is available at
380 # http://www.eclipse.org/legal/epl-v10.html
381 ##############################################################################
382 echo &quot;---&gt; create-netrc.sh&quot;
383
384 # Ensure we fail the job if any steps fail.
385 set -eu -o pipefail
386
387 NEXUS_URL=&quot;${NEXUSPROXY:-$NEXUS_URL}&quot;
388 CREDENTIAL=$(xmlstarlet sel -N &quot;x=http://maven.apache.org/SETTINGS/1.0.0&quot; \
389     -t -m &quot;/x:settings/x:servers/x:server[x:id='${SERVER_ID}']&quot; \
390     -v x:username -o &quot;:&quot; -v x:password \
391     &quot;$SETTINGS_FILE&quot;)
392
393 machine=$(echo &quot;$NEXUS_URL&quot; | awk -F/ '{print $3}')
394 user=$(echo &quot;$CREDENTIAL&quot; | cut -f1 -d:)
395 pass=$(echo &quot;$CREDENTIAL&quot; | cut -f2 -d:)
396
397 echo &quot;machine ${machine%:*} login $user password $pass&quot; &gt; ~/.netrc
398 </command>
399         </hudson.tasks.Shell>
400         <hudson.tasks.Shell>
401           <command>#!/bin/bash
402 # SPDX-License-Identifier: EPL-1.0
403 ##############################################################################
404 # Copyright (c) 2017 The Linux Foundation and others.
405 #
406 # All rights reserved. This program and the accompanying materials
407 # are made available under the terms of the Eclipse Public License v1.0
408 # which accompanies this distribution, and is available at
409 # http://www.eclipse.org/legal/epl-v10.html
410 ##############################################################################
411 echo &quot;---&gt; lftools-install.sh&quot;
412
413 # Script to install lftools via a version passed in via lf-infra-parameters
414 #
415 # Required parameters:
416 #
417 #     LFTOOLS_VERSION: Passed in via lf-infra-parameters configuration. Can be
418 #                      set to a strict version number like '1.2.3' or using
419 #                      PEP-440 definitions.
420 #
421 #                      Examples:
422 #                          &lt;1.0.0
423 #                          &gt;=1.0.0,&lt;2.0.0
424 #
425 # By default a released version of lftools should always be used.
426 # The purpose of the 2 variables below is so that lftools devs can test
427 # unreleased versions of lftools. There are 2 methods to install a dev version
428 # of lftools:
429 #
430 #     1) gerrit patch: Used to test a patch that has not yet been merged.
431 #                      To do this set something like this:
432 #                          LFTOOLS_MODE=gerrit
433 #                          LFTOOLS_REFSPEC=refs/changes/96/5296/7
434 #
435 #     2) git branch: Used to install an lftools version from a specific branch.
436 #                    To use this set the variables as follows:
437 #                          LFTOOLS_MODE=git
438 #                          LFTOOLS_REFSPEC=master
439 #
440 #     3) release : The intended use case and default setting.
441 #                  Set LFTOOLS_MODE=release, in this case LFTOOLS_REFSPEC is unused.
442
443 LFTOOLS_MODE=release  # release | git | gerrit
444 LFTOOLS_REFSPEC=master
445
446 # Ensure we fail the job if any steps fail.
447 # DO NOT set -u as virtualenv's activate script has unbound variables
448 set -e -o pipefail
449
450 virtualenv --quiet &quot;/tmp/v/lftools&quot;
451 # shellcheck source=/tmp/v/lftools/bin/activate disable=SC1091
452 source &quot;/tmp/v/lftools/bin/activate&quot;
453 pip install --quiet --upgrade pip
454
455 case $LFTOOLS_MODE in
456     gerrit)
457         git clone https://gerrit.linuxfoundation.org/infra/releng/lftools.git /tmp/lftools
458         pushd /tmp/lftools
459         git fetch origin &quot;$LFTOOLS_REFSPEC&quot;
460         git checkout FETCH_HEAD
461         pip install --quiet --upgrade -r requirements.txt
462         pip install --quiet --upgrade -e .
463         popd
464         ;;
465
466     git)
467         pip install --quiet --upgrade git+https://gerrit.linuxfoundation.org/infra/releng/lftools.git@&quot;$BRANCH&quot;
468         ;;
469
470     release)
471         if [[ $LFTOOLS_VERSION =~ ^[0-9] ]]; then
472             LFTOOLS_VERSION=&quot;==$LFTOOLS_VERSION&quot;
473         fi
474
475         pip install --quiet --upgrade &quot;lftools${LFTOOLS_VERSION}&quot;
476         ;;
477 esac
478
479 lftools --version
480
481 # pipdeptree prints out a lot of information because lftools pulls in many
482 # dependencies. Let's only print it if we want to debug.
483 # echo &quot;----&gt; Pip Dependency Tree&quot;
484 # pip install --quiet --upgrade pipdeptree
485 # pipdeptree
486
487 #!/bin/bash
488 # SPDX-License-Identifier: EPL-1.0
489 ##############################################################################
490 # Copyright (c) 2017 The Linux Foundation and others.
491 #
492 # All rights reserved. This program and the accompanying materials
493 # are made available under the terms of the Eclipse Public License v1.0
494 # which accompanies this distribution, and is available at
495 # http://www.eclipse.org/legal/epl-v10.html
496 ##############################################################################
497 echo &quot;---&gt; logs-deploy.sh&quot;
498
499 # Ensure we fail the job if any steps fail.
500 set -eu -o pipefail
501
502 set -x  # Trace commands for this script to make debugging easier.
503
504 ARCHIVE_ARTIFACTS=&quot;${ARCHIVE_ARTIFACTS:-}&quot;
505 LOGS_SERVER=&quot;${LOGS_SERVER:-None}&quot;
506
507 if [ &quot;${LOGS_SERVER}&quot; == 'None' ]
508 then
509     set +x # Disable trace since we no longer need it
510
511     echo &quot;WARNING: Logging server not set&quot;
512 else
513     NEXUS_URL=&quot;${NEXUSPROXY:-$NEXUS_URL}&quot;
514     NEXUS_PATH=&quot;${SILO}/${JENKINS_HOSTNAME}/${JOB_NAME}/${BUILD_NUMBER}&quot;
515     BUILD_URL=&quot;${BUILD_URL}&quot;
516
517     lftools deploy archives -p &quot;$ARCHIVE_ARTIFACTS&quot; &quot;$NEXUS_URL&quot; &quot;$NEXUS_PATH&quot; &quot;$WORKSPACE&quot;
518     lftools deploy logs &quot;$NEXUS_URL&quot; &quot;$NEXUS_PATH&quot; &quot;$BUILD_URL&quot;
519
520     set +x  # Disable trace since we no longer need it.
521
522     echo &quot;Build logs: &lt;a href=\&quot;$LOGS_SERVER/$NEXUS_PATH\&quot;&gt;$LOGS_SERVER/$NEXUS_PATH&lt;/a&gt;&quot;
523 fi
524 </command>
525         </hudson.tasks.Shell>
526         <hudson.tasks.Shell>
527           <command>#!/bin/bash
528 # SPDX-License-Identifier: EPL-1.0
529 ##############################################################################
530 # Copyright (c) 2017 The Linux Foundation and others.
531 #
532 # All rights reserved. This program and the accompanying materials
533 # are made available under the terms of the Eclipse Public License v1.0
534 # which accompanies this distribution, and is available at
535 # http://www.eclipse.org/legal/epl-v10.html
536 ##############################################################################
537
538 # Clear log credential files
539 rm &quot;$SETTINGS_FILE&quot;
540 rm ~/.netrc
541 </command>
542         </hudson.tasks.Shell>
543         <hudson.plugins.descriptionsetter.DescriptionSetterBuilder>
544           <regexp>^Build logs: .*</regexp>
545         </hudson.plugins.descriptionsetter.DescriptionSetterBuilder>
546       </buildSteps>
547       <scriptOnlyIfSuccess>false</scriptOnlyIfSuccess>
548       <scriptOnlyIfFailure>false</scriptOnlyIfFailure>
549       <markBuildUnstable>false</markBuildUnstable>
550     </org.jenkinsci.plugins.postbuildscript.PostBuildScript>
551     <hudson.plugins.ws__cleanup.WsCleanup plugin="ws-cleanup">
552       <patterns>
553         <hudson.plugins.ws__cleanup.Pattern>
554           <pattern>**/*.jenkins-trigger</pattern>
555           <type>EXCLUDE</type>
556         </hudson.plugins.ws__cleanup.Pattern>
557       </patterns>
558       <deleteDirs>false</deleteDirs>
559       <cleanupMatrixParent>false</cleanupMatrixParent>
560       <externalDelete/>
561       <cleanWhenSuccess>true</cleanWhenSuccess>
562       <cleanWhenUnstable>true</cleanWhenUnstable>
563       <cleanWhenFailure>true</cleanWhenFailure>
564       <cleanWhenNotBuilt>true</cleanWhenNotBuilt>
565       <cleanWhenAborted>true</cleanWhenAborted>
566       <notFailBuild>true</notFailBuild>
567     </hudson.plugins.ws__cleanup.WsCleanup>
568   </publishers>
569   <buildWrappers>
570     <com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsBuildWrapper/>
571     <hudson.plugins.build__timeout.BuildTimeoutWrapper>
572       <timeoutMinutes>10</timeoutMinutes>
573       <timeoutEnvVar>BUILD_TIMEOUT</timeoutEnvVar>
574       <failBuild>true</failBuild>
575       <writingDescription>false</writingDescription>
576       <timeoutPercentage>0</timeoutPercentage>
577       <timeoutMinutesElasticDefault>3</timeoutMinutesElasticDefault>
578       <timeoutType>absolute</timeoutType>
579     </hudson.plugins.build__timeout.BuildTimeoutWrapper>
580     <hudson.plugins.timestamper.TimestamperBuildWrapper/>
581     <com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
582       <user>test-credential</user>
583     </com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
584     <jenkins.plugins.openstack.compute.JCloudsOneOffSlave/>
585     <org.jenkinsci.plugins.configfiles.buildwrapper.ConfigFileBuildWrapper plugin="config-file-provider">
586       <managedFiles>
587         <org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
588           <fileId>npmrc</fileId>
589           <targetLocation>$HOME/.npmrc</targetLocation>
590           <variable/>
591         </org.jenkinsci.plugins.configfiles.buildwrapper.ManagedFile>
592       </managedFiles>
593     </org.jenkinsci.plugins.configfiles.buildwrapper.ConfigFileBuildWrapper>
594   </buildWrappers>
595 </project>