Skip to content

Console Output

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

Running on default-java-rl8gf in /home/jenkins/workspace/GitHub_only_release
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] tool
[Pipeline] sh
+ java -version
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] git
using credential f5848e71-9994-45e3-8214-137ce91ddbcf
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/workspace/GitHub_only_release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 662158249985cf416b951418b88199f7696398d0 (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 662158249985cf416b951418b88199f7696398d0
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 662158249985cf416b951418b88199f7696398d0
Commit message: "remove staging repository from Travis build"
 > git rev-list --no-walk 662158249985cf416b951418b88199f7696398d0 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare environment)
[Pipeline] dir
Running in /home/jenkins/workspace/GitHub_only_release
[Pipeline] {
[Pipeline] sh
+ grep '<version>' pom.xml
+ grep SNAPSHOT
[Pipeline] sh
+ mvn -q '-Dexec.executable=echo' '-Dexec.args=${project.version}' --non-recursive exec:exec -Pstaging
Aborted by Dmitry Kornilov
Sending interrupt signal to process
Aborted by Dmitry Kornilov
Sending interrupt signal to process
script returned exit code 143
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: ABORTED