Skip to content

Console Output

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

Running on default-java-jvln1 in /home/jenkins/workspace/test2_jte
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Grab the original ts.jte)
[Pipeline] sh
+ wget https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jakartaee/bin/ts.jte
--2019-07-17 21:43:02--  https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jakartaee/bin/ts.jte
Resolving raw.githubusercontent.com... 151.101.64.133, 151.101.192.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com|151.101.64.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 138707 (135K) [text/plain]
Saving to: 'ts.jte'

     0K .......... .......... .......... .......... .......... 36%  964K 0s
    50K .......... .......... .......... .......... .......... 73% 6.74M 0s
   100K .......... .......... .......... .....                100% 37.6M=0.06s

2019-07-17 21:43:05 (2.20 MB/s) - 'ts.jte' saved [138707/138707]

[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Configure the ts.jte)
[Pipeline] sh
+ sed -i '$ a impl\.vi=glassfish' ts.jte
++ echo '${ts.home}/../glassfish5/glassfish'
++ sed -e 's/\\/\\\\/g; s/\//\\\//g;'
+ sed -i '$ a web\.home=${ts.home}\/..\/glassfish5\/glassfish' ts.jte
++ echo 'impl.vi.deploy.dir=${web.home}/domains/domain1/autodeploy'
++ sed -e 's/\\/\\\\/g; s/\//\\\//g;'
+ sed -i 's/^impl\.vi\.deploy\.dir=/impl.vi.deploy.dir=${web.home}\/domains\/domain1\/autodeploy/g' ts.jte
+ sed -i 's/^harness\.log\.traceflag=false/harness\.log\.traceflag=true/g' ts.jte
+ sed -i 's/^webServerHost=/webServerHost=localhost/g' ts.jte
+ sed -i 's/^webServerPort=/webServerPort=8080/g' ts.jte
++ echo 'work.dir=${ts.home}/../JTwork'
++ sed -e 's/\\/\\\\/g; s/\//\\\//g;'
+ sed -i 's/^work\.dir=\/tmp\/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=\/tmp\/JTreport/report.dir=${ts.home}\/..\/JTreport/g' ts.jte
++ sed -e ++ 's/\\/\\\\/g; s/\//\\\//g;'
echo 'jsonb.classes=${web.home}/modules/cdi-api.jar:${web.home}/modules/jakarta.ejb-api.jar:${web.home}/modules/jakarta.inject.jar:${web.home}/modules/jakarta.json.jar:${web.home}/modules/jakarta.json-api.jar:${web.home}/modules/jakarta.json.bind-api.jar:${web.home}/modules/jakarta.persistence.jar:${web.home}/modules/jakarta.servlet-api.jar:${web.home}/modules/jakarta.transaction-api.jar:${web.home}/modules/osgi-resource-locator.jar:${web.home}/modules/weld-osgi-bundle.jar:${web.home}/modules/yasson.jar'
+ sed -i 's/^jsonb\.classes=/jsonb.classes=${web.home}\/modules\/cdi-api.jar:${web.home}\/modules\/jakarta.ejb-api.jar:${web.home}\/modules\/jakarta.inject.jar:${web.home}\/modules\/jakarta.json.jar:${web.home}\/modules\/jakarta.json-api.jar:${web.home}\/modules\/jakarta.json.bind-api.jar:${web.home}\/modules\/jakarta.persistence.jar:${web.home}\/modules\/jakarta.servlet-api.jar:${web.home}\/modules\/jakarta.transaction-api.jar:${web.home}\/modules\/osgi-resource-locator.jar:${web.home}\/modules\/weld-osgi-bundle.jar:${web.home}\/modules\/yasson.jar/g' ts.jte
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive the ts.jte)
[Pipeline] archiveArtifacts
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS