Started by GitLab push by Ilenia Salvadori
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/*
skipping resolution of commit dcb8e4c9524eb4a05abd00f21c60573841058191, since it originates from another repository
> 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 780602ef1b7dcf8dce96395ed16f517a70d16640 # timeout=10
[Gradle] - Launching build.
[DIM-TrafficOS-TIM-Device] $ /var/jenkins_home/workspace/DIM-TrafficOS-TIM-Device/gradlew clean build release prepareDocker
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Task 'prepareDocker' not found in root project 'DIM-TrafficOS-TIM-Device'.
* Try:
Run gradlew tasks to get a list of available tasks. 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 8s
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Skipped archiving because build is not successful
Finished: FAILURE