Branch indexing > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to https://gitlab.gwdg.de/dariah-de/textgridlab/textgrid-laboratory.git > git config remote.origin.url https://gitlab.gwdg.de/dariah-de/textgridlab/textgrid-laboratory.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.17.1' > git config --get remote.origin.url # timeout=10 > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/develop Seen branch in repository origin/feature/3.8 Seen branch in repository origin/feature/juno Seen branch in repository origin/feature/kepler Seen branch in repository origin/feature/svn-kepler Seen branch in repository origin/master Seen branch in repository origin/release/1.0 Seen branch in repository origin/release/2.1 Seen branch in repository origin/release/3.1 Seen branch in repository origin/release/TextGrid-Beta_2009-10 Seen branch in repository origin/release/TextGrid-Beta_2009-11 Seen branch in repository origin/release/TextGrid-Beta_2010-01 Seen branch in repository origin/release/TextGrid-Beta_2010-04 Seen branch in repository origin/release/TextGrid-Beta_2010-07 Seen branch in repository origin/release/TextGrid-Beta_2011-10 Seen branch in repository origin/release/TextGridLab-2.0.x Seen branch in repository origin/release/TextGridLab-2.0.x@13277 Seen 17 remote branches Obtained Jenkinsfile from 5868dc5ac62f9ec8a69b7f4c17dd02dd1a25b1d0 Running in Durability level: MAX_SURVIVABILITY Loading library dariah-shared-library@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.17.1' > git ls-remote -h -- https://gitlab.gwdg.de/dariah-de/jenkins-shared-library.git # timeout=10 Found match: refs/heads/master revision 0c1ec8c87bbf190d03f4ba2336f26af26cea18f9 The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://gitlab.gwdg.de/dariah-de/jenkins-shared-library.git > git init /var/lib/jenkins/jobs/lab-base/branches/master/workspace@libs/dariah-shared-library # timeout=10 Fetching upstream changes from https://gitlab.gwdg.de/dariah-de/jenkins-shared-library.git > git --version # timeout=10 > git --version # 'git version 2.17.1' > git fetch --no-tags --progress -- https://gitlab.gwdg.de/dariah-de/jenkins-shared-library.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.gwdg.de/dariah-de/jenkins-shared-library.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0c1ec8c87bbf190d03f4ba2336f26af26cea18f9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0c1ec8c87bbf190d03f4ba2336f26af26cea18f9 # timeout=10 Commit message: "Remove publish to TRUSTY repo, everything has been moved to INDY right now." > git rev-list --no-walk 90fdd0f431ea765caea5f1b77aa4420084f5b236 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/jobs/lab-base/branches/master/workspace [Pipeline] { [Pipeline] stage [Pipeline] { (preparation) [Pipeline] tool [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://gitlab.gwdg.de/dariah-de/textgridlab/textgrid-laboratory.git > git init /var/lib/jenkins/jobs/lab-base/branches/master/workspace # timeout=10 Fetching upstream changes from https://gitlab.gwdg.de/dariah-de/textgridlab/textgrid-laboratory.git > git --version # timeout=10 > git --version # 'git version 2.17.1' > git fetch --no-tags --progress -- https://gitlab.gwdg.de/dariah-de/textgridlab/textgrid-laboratory.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.gwdg.de/dariah-de/textgridlab/textgrid-laboratory.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5868dc5ac62f9ec8a69b7f4c17dd02dd1a25b1d0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5868dc5ac62f9ec8a69b7f4c17dd02dd1a25b1d0 # timeout=10 Commit message: "Merge branch 'release/3.3'" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (deploy) [Pipeline] echo not deploying to nexus - branch is master [Pipeline] sh + /usr/share/maven/bin/mvn -f ./parent/pom.xml -U clean verify [INFO] Scanning for projects... [INFO] [INFO] ----------------------< info.textgrid.lab:parent >---------------------- [INFO] Building TextGrid Parent POM 3.3.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] --- tycho-source-plugin:0.22.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-feature-plugin:0.22.0:source-feature (source-feature) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (attach-p2-metadata) @ parent --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.795 s [INFO] Finished at: 2020-10-09T16:09:04+02:00 [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS