Branch indexing > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-cb37fed190b97764527d204625ac91ba/.git # 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/gitlab-dev 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 18 remote branches Obtained Jenkinsfile from 3540236c583d169d26e68b253386666a247f9287 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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/textgridlab-parent-pom/branches/gitlab-dev/workspace@libs/78aeb67cc0a7c221fb1f53475111572def1af216fbde09ed9de22550f7b16880/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.gwdg.de/dariah-de/jenkins-shared-library.git # timeout=10 Fetching without tags 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 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 0c1ec8c87bbf190d03f4ba2336f26af26cea18f9 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/jobs/textgridlab-parent-pom/branches/gitlab-dev/workspace [Pipeline] { [Pipeline] stage [Pipeline] { (preparation) [Pipeline] tool [Pipeline] checkout The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/textgridlab-parent-pom/branches/gitlab-dev/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.gwdg.de/dariah-de/textgridlab/textgrid-laboratory.git # timeout=10 Fetching without tags 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 Checking out Revision 3540236c583d169d26e68b253386666a247f9287 (gitlab-dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 3540236c583d169d26e68b253386666a247f9287 # timeout=10 Commit message: "Merge branch 'gitlab-dev' of https://gitlab.gwdg.de/dariah-de/textgridlab/textgrid-laboratory into gitlab-dev" > git rev-list --no-walk db1f413c1451ce8cf3734906876d2e37f746c622 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (deploy) [Pipeline] echo not deploying to nexus - branch is gitlab-dev [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.4.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ parent --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ parent --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.674 s [INFO] Finished at: 2022-04-04T16:44:54+02:00 [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS