Skip to content
Success

Console Output

Started by user Jan Supol
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-java-14xqz is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

Running on default-java-14xqz in /home/jenkins/workspace/TCK_tsjte
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Grab the original ts.jte)
[Pipeline] sh
+ wget https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/websocket/bin/ts.jte
--2019-06-26 13:31:14--  https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/websocket/bin/ts.jte
Resolving raw.githubusercontent.com... 151.101.64.133, 151.101.128.133, 151.101.192.133, ...
Connecting to raw.githubusercontent.com|151.101.64.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18058 (18K) [text/plain]
Saving to: 'ts.jte'

     0K .......... .......                                    100% 2.06M=0.008s

2019-06-26 13:31:14 (2.06 MB/s) - 'ts.jte' saved [18058/18058]

[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Configure the ts.jte)
[Pipeline] sh
+ sed -i 's/^impl\.vi=/impl\.vi=glassfish/g' ts.jte
++ echo 'web.home=${ts.home}/../glassfish5/glassfish'
++ sed -e 's/\\/\\\\/g; s/\//\\\//g;'
+ sed -i 's/^web\.home=/web.home=${ts.home}\/..\/glassfish5\/glassfish/g' ts.jte
+ sed -i 's/^webServerHost=/webServerHost=localhost/g' ts.jte
+ sed -i 's/^webServerPort=/webServerPort=8080/g' ts.jte
+ sed -i 's/^harness\.log\.traceflag=false/harness\.log\.traceflag=true/g' ts.jte
++ echo 'work.dir=${ts.home}/../JTwork'
++ sed -e 's/\\/\\\\/g; s/\//\\\//g;'
+ sed -i 's/^work\.dir=\/files\/JTwork/work.dir=${ts.home}\/..\/JTwork/g' ts.jte
++ echo 'report.dir=${ts.home}/../JTreport'
++ sed -e 's/\\/\\\\/g; s/\//\\\//g;'
+ sed -i 's/^report\.dir=\/files\/JTreport/report.dir=${ts.home}\/..\/JTreport/g' ts.jte
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive the ts.jte)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS