Started by user Matthias Mueller Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/appNG_Scheduler [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (git clone) [Pipeline] git > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:appNG/appng-scheduler.git # timeout=10 Fetching upstream changes from git@github.com:appNG/appng-scheduler.git > git --version # timeout=10 > git fetch --tags --progress git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/appng-scheduler-1.11.x^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/appng-scheduler-1.11.x^{commit} # timeout=10 Checking out Revision 6b5e2bfaf5571a3072e78fb86e368795e3908800 (refs/remotes/origin/appng-scheduler-1.11.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 6b5e2bfaf5571a3072e78fb86e368795e3908800 > git branch -a -v --no-abbrev # timeout=10 > git branch -D appng-scheduler-1.11.x # timeout=10 > git checkout -b appng-scheduler-1.11.x 6b5e2bfaf5571a3072e78fb86e368795e3908800 Commit message: "SCHED-26 change name of database fields" > git rev-list --no-walk 6b5e2bfaf5571a3072e78fb86e368795e3908800 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Maven Build) [Pipeline] sh [appNG_Scheduler] Running shell script + /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn clean deploy -DoutFolder=/srv/www/appng.org/appng/builds/snapshot [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Scheduler 1.11.7-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for org.appng:appng-maven-plugin:jar:1.18.0-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.216 s [INFO] Finished at: 2018-11-27T14:07:23+01:00 [INFO] Final Memory: 9M/304M [INFO] ------------------------------------------------------------------------ [ERROR] Plugin org.appng:appng-maven-plugin:1.18.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.appng:appng-maven-plugin:jar:1.18.0-SNAPSHOT -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE