Skip to content
Failed

Console Output

Started by user guillermo.polito@inria.fr
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://gitlab.inria.fr/RMOD/libgit-build.git
 > git config remote.origin.url https://gitlab.inria.fr/RMOD/libgit-build.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/master
Seen 1 remote branch
Obtained Jenkinsfile from be5a3753d32f6372800dbce5b4c18be119f07c09
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on windows in E:\Builds\workspace\libgit-build_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://gitlab.inria.fr/RMOD/libgit-build.git
 > git init E:\Builds\workspace\libgit-build_master # timeout=10
Fetching upstream changes from https://gitlab.inria.fr/RMOD/libgit-build.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://gitlab.inria.fr/RMOD/libgit-build.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitlab.inria.fr/RMOD/libgit-build.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.inria.fr/RMOD/libgit-build.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitlab.inria.fr/RMOD/libgit-build.git
 > git fetch --no-tags --progress https://gitlab.inria.fr/RMOD/libgit-build.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision be5a3753d32f6372800dbce5b4c18be119f07c09 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f be5a3753d32f6372800dbce5b4c18be119f07c09
Commit message: "put cd into sh"
 > git rev-list --no-walk 301e7baf0de7626c2f5ffbcb59035e654c8890bf # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone)
[Pipeline] sh
+ git clone https://github.com/jenkinsci/git-plugin
Cloning into 'git-plugin'...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ cd git-plugin
[Pipeline] sh
+ mkdir -p build
[Pipeline] sh
+ cmake ..
CMake Error: The source directory "/cygdrive/e/Builds/workspace" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE