SuccessConsole Output

Started by GitLab push by Jesus de Gregorio
Lightweight checkout support not available, falling back to full checkout.
Checking out git git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git into /var/lib/jenkins/jobs/3GPP/jobs/openapi-playground-any-commit/workspace@script to read Jenkinsfile-playground
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/3gpp-scripts.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/REL-15, since it originates from another repository
Seen branch in repository origin/master
Seen 1 remote branch
 > git show-ref --tags -d # timeout=10
Checking out Revision 67e333a8b68669c7bb257e80fd469062fda320bc (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67e333a8b68669c7bb257e80fd469062fda320bc
Commit message: "checkout gitlab source branch"
 > git rev-list --no-walk 67e333a8b68669c7bb257e80fd469062fda320bc # timeout=10
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on Build 3 in /home/jenkins/workspace/3GPP/openapi-playground-any-commit
[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/3gpp-scripts.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/REL-15, since it originates from another repository
Seen branch in repository origin/REL-15
Seen branch in repository origin/REL-15-minor-fix-1
Seen branch in repository origin/REL-16
Seen branch in repository origin/REL-16-1.1.0-alpha-1
Seen branch in repository origin/master
Seen 5 remote branches
 > git show-ref --tags -d # timeout=10
Multiple candidate revisions
Checking out Revision 27ef529e4be33798567fecee8854ac280d45474a (refs/tags/16.1.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 27ef529e4be33798567fecee8854ac280d45474a
Commit message: "Update README.md"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Resolve)
[Pipeline] sh
+ echo Validate stage
Validate stage
[Pipeline] updateGitlabCommitStatus
[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:3GPP/openapis-playground.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:3GPP/openapis-playground.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:3GPP/openapis-playground.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/REL-15^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains a2a4d5f79168f465df758801cd56f816a34e8e21 # timeout=10
Checking out Revision a2a4d5f79168f465df758801cd56f816a34e8e21 (origin/REL-15)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a2a4d5f79168f465df758801cd56f816a34e8e21
Commit message: "Create TS32291_Nchf_ConvergedCharging.yaml"
[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/3gpp-scripts.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git +refs/heads/*:refs/remotes/origin/*
skipping resolution of commit remotes/origin/REL-15, since it originates from another repository
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 67e333a8b68669c7bb257e80fd469062fda320bc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 67e333a8b68669c7bb257e80fd469062fda320bc
Commit message: "checkout gitlab source branch"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
+ echo Validate stage
Validate stage
[Pipeline] sh
+ bash ./validate-all.sh
-- No YAML files.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to FTP)
[Pipeline] sh
+ echo DEPLOY stage
DEPLOY stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] updateGitlabCommitStatus
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS