Started by user unknown or anonymous
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/oldirty
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
using credential c1e26992-4d31-4785-9bb1-c7a4f19fbaaa
Cloning the remote Git repository
Cloning repository file:///home/hsuvalov/Documents/aug28producttest/Stable_Build_3/gitrep
 > git init /var/lib/jenkins/workspace/oldirty # timeout=10
Fetching upstream changes from file:///home/hsuvalov/Documents/aug28producttest/Stable_Build_3/gitrep
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress file:///home/hsuvalov/Documents/aug28producttest/Stable_Build_3/gitrep +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url file:///home/hsuvalov/Documents/aug28producttest/Stable_Build_3/gitrep # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url file:///home/hsuvalov/Documents/aug28producttest/Stable_Build_3/gitrep # timeout=10
Fetching upstream changes from file:///home/hsuvalov/Documents/aug28producttest/Stable_Build_3/gitrep
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress file:///home/hsuvalov/Documents/aug28producttest/Stable_Build_3/gitrep +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 23614e27b77719e14672d4f4838b8f173086f1a4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 23614e27b77719e14672d4f4838b8f173086f1a4
Commit message: "Your commit message"
 > git rev-list --no-walk 1a28bc5ea382872ddb60f7030272fb3c7a1d23d0 # timeout=10
[oldirty] $ /bin/sh -xe /tmp/jenkins4269950701379774283.sh
+ python loadTestRunner.py true
-----------------------------
('Test:', 'longstringIN_Threads-1_Duration-5_size-10000')
('Requests/minute: ', 1890.0)
('Average latency: ', '29')
('Time: ', '2019-08-29 12:06:34')
-----------------------------
+ echo current Branch is master
current Branch is master
+ git checkout master
Switched to a new branch 'master'
M	Graphs/GraphsLatency/longstringIN_Threads-1_Duration-5_size-10000
M	Graphs/GraphsRequestsMin/longstringIN_Threads-1_Duration-5_size-10000
M	HTMLgenerator.pyc
M	ResultCSV/longstringIN_Threads-1_Duration-5_size-10000.csv
M	ResultHTML/changes.html
M	TestJMX/out.xml
M	attachmentGenerator.pyc
M	configParser.pyc
M	contentGenerator.pyc
M	jmeter.log
M	resultReader.pyc
M	tests.pyc
M	xmleditor.pyc
Branch 'master' set up to track remote branch 'master' from 'origin'.
+ git add .
+ git commit -am Your commit message
[master 06ddfaa] Your commit message
 14 files changed, 258 insertions(+), 95 deletions(-)
 rewrite Graphs/GraphsLatency/longstringIN_Threads-1_Duration-5_size-10000 (99%)
 rewrite Graphs/GraphsRequestsMin/longstringIN_Threads-1_Duration-5_size-10000 (65%)
 create mode 100644 TestCSV/longstringIN_Threads-1_Duration-5_size-10000_2019-08-29_12:06:26.csv
 rewrite TestJMX/out.xml (89%)
 rewrite jmeter.log (67%)
+ git push origin master
To file:///home/hsuvalov/Documents/aug28producttest/Stable_Build_3/gitrep
   23614e2..06ddfaa  master -> master
Archiving artifacts
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/oldirty/ResultHTML to /var/lib/jenkins/jobs/oldirty/htmlreports/Latency_20Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/oldirty/ResultHTML to /var/lib/jenkins/jobs/oldirty/htmlreports/Requests_20Report
[htmlpublisher] Archiving at PROJECT level /var/lib/jenkins/workspace/oldirty/ResultHTML to /var/lib/jenkins/jobs/oldirty/htmlreports/Changes_20Report
Finished: SUCCESS
