SuccessConsole Output

Started by GitLab push by Michele Carignani
Obtained Jenkinsfile from git git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on build.forge.etsi.org in /home/jenkins/workspace/playground/test-nfv-jenkinsfile
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 8a0977757db52f1a9f8329ba46758850972b6279 # timeout=10
Checking out Revision 8a0977757db52f1a9f8329ba46758850972b6279 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8a0977757db52f1a9f8329ba46758850972b6279
Commit message: "fixes"
 > git rev-list --no-walk f08784e1243775455a106b740b62b4a3d30a5be3 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] gitlabBuilds
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Resolve)
[Pipeline] sh
+ echo Resolve stage
Resolve stage
[Pipeline] updateGitlabCommitStatus
[Pipeline] dir
Running in /home/jenkins/workspace/playground/test-nfv-jenkinsfile/apis
[Pipeline] {
[Pipeline] checkout
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 8a0977757db52f1a9f8329ba46758850972b6279 # timeout=10
Checking out Revision 8a0977757db52f1a9f8329ba46758850972b6279 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8a0977757db52f1a9f8329ba46758850972b6279
Commit message: "fixes"
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/workspace/playground/test-nfv-jenkinsfile/scripts
[Pipeline] {
[Pipeline] checkout
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/nfv-openapis-tools.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 8a0977757db52f1a9f8329ba46758850972b6279 # timeout=10
Checking out Revision 8a0977757db52f1a9f8329ba46758850972b6279 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8a0977757db52f1a9f8329ba46758850972b6279
Commit message: "fixes"
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] updateGitlabCommitStatus
[Pipeline] sh
+ echo Validate stage
Validate stage
[Pipeline] sh
+ cd ./scripts
+ pwd
+ bash .jenkins.sh /home/jenkins/workspace/playground/test-nfv-jenkinsfile/scripts/../apis
unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/jenkins/workspace/playground/test-nfv-jenkinsfile/scripts/Dockerfile: no such file or directory
Mounting dir /home/jenkins/workspace/playground/test-nfv-jenkinsfile/scripts/../apis as /work
mkdir: created directory '/var/www/html/api/nfv/test-nfv-jenkinsfile'
mkdir: created directory '/var/www/html/api/nfv/test-nfv-jenkinsfile/8'
Mounting dir /var/www/html/api/nfv/test-nfv-jenkinsfile/8 as /storage
Using filter '/home/jenkins/workspace/playground/test-nfv-jenkinsfile/scripts/../apis'

Entering dir /work/src
/validate-in-docker.sh: line 72: cd: /work/src: No such file or directory
-- Final validator returns 0.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // gitlabBuilds
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS