Skip to content
Success

Console Output

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

Running on default-java-g6q18 in /home/jenkins/workspace/TCK_ts_jte
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Grab the original ts.jte)
[Pipeline] sh
+ wget https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jpa/bin/ts.jte
--2019-07-15 12:14:11--  https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jpa/bin/ts.jte
Resolving raw.githubusercontent.com... 151.101.0.133, 151.101.64.133, 151.101.192.133, ...
Connecting to raw.githubusercontent.com|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16744 (16K) [text/plain]
Saving to: 'ts.jte'

     0K .......... ......                                     100% 1.49M=0.01s

2019-07-15 12:14:11 (1.49 MB/s) - 'ts.jte' saved [16744/16744]

[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Configure the ts.jte)
[Pipeline] sh
++ 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
+ sed -i s#/modules#/home/jenkins/workspace/TCK_run_pipeline/glassfish5/glassfish/modules#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 echo 's/\\/\\\\/g; s/\//\\\//g;'
'jpa.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/^jpa\.classes=/jpa.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
+ echo impl.vi=glassfish
+ echo javax.persistence.jdbc.driver=org.apache.derby.jdbc.ClientDriver
[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