Started by user DIM Build Building in workspace /var/jenkins_home/workspace/DIM-TrafficOS-TIM-Device using credential jenkins_gitlab > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.com/datainmotion/trafficos/device-management.git # timeout=10 Fetching upstream changes from https://gitlab.com/datainmotion/trafficos/device-management.git > git --version # timeout=10 using GIT_ASKPASS to set credentials The Gitlab user for the jenkins > git fetch --tags --progress https://gitlab.com/datainmotion/trafficos/device-management.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision dcb8e4c9524eb4a05abd00f21c60573841058191 (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f dcb8e4c9524eb4a05abd00f21c60573841058191 Commit message: "- gitignore" > git rev-list --no-walk dcb8e4c9524eb4a05abd00f21c60573841058191 # timeout=10 [Gradle] - Launching build. [DIM-TrafficOS-TIM-Device] $ /var/jenkins_home/workspace/DIM-TrafficOS-TIM-Device/gradlew clean build release Starting a Gradle Daemon (subsequent builds will be faster) :de.dim.trafficos.device:clean :de.dim.trafficos.device.model:clean :de.dim.trafficos.device.tests:clean :de.dim.trafficos.simulator:clean :de.dim.trafficos.simulator.tests:clean :de.dim.trafficos.device.model:compileJava :de.dim.trafficos.device.model:processResources NO-SOURCE :de.dim.trafficos.device.model:classes :de.dim.trafficos.device.model:jarerror : The baseline version 1.0.1.SNAPSHOT is higher than the current version 1.0.0.SNAPSHOT for de.dim.trafficos.device.model in Release FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':de.dim.trafficos.device.model:jar'. > de.dim.trafficos.device.model has errors, one error was reported * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. * Get more help at https://help.gradle.org BUILD FAILED in 9s 7 actionable tasks: 7 executed Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Finished: FAILURE