Skip to content

Console Output

Started by user Dmitry Kornilov
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Agent default-java-h8322 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

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

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

2019-06-25 15:07:03 (1.64 MB/s) - 'ts.jte' saved [14058/14058]

[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/^endorsed\.dirs=/endorsed\.dirs=${web\.home}\/modules\/endorsed/g' ts.jte
+ sed -i 's/^webcontainer\.home=/webcontainer\.home=${web.home}/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
++ echo 'local.classes=${web.home}/modules/webservices-osgi.jar:${web.home}/modules/endorsed/webservices-api-osgi.jar:${web.home}/modules/endorsed/jakarta.xml.bind-api.jar:${web.home}/modules/jaxb-osgi.jar:${web.home}/modules/jakarta.servlet-api.jar:${web.home}/modules/jakarta.ejb-api.jar'
++ sed -e 's/\\/\\\\/g; s/\//\\\//g;'
+ sed -i 's/^local\.classes=/local.classes=${web.home}\/modules\/webservices-osgi.jar:${web.home}\/modules\/endorsed\/webservices-api-osgi.jar:${web.home}\/modules\/endorsed\/jakarta.xml.bind-api.jar:${web.home}\/modules\/jaxb-osgi.jar:${web.home}\/modules\/jakarta.servlet-api.jar:${web.home}\/modules\/jakarta.ejb-api.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