SuccessConsole Output

Started by user carignani
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
 > 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/*
Seen branch in repository origin/master
Seen 1 remote branch
 > git tag -l # timeout=10
Checking out Revision 71f9283d44cf7b874f0dbeb18b4f88be43357f5d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71f9283d44cf7b874f0dbeb18b4f88be43357f5d
Commit message: "Simply pass the test if there are no YAML iles"
 > git rev-list 9e79a195089762ece21f96d6c94296d21463b82b # timeout=10
[Pipeline] node
Running on build.forge.etsi.org in /home/jenkins/workspace/3GPP/openapi-playground-any-commit
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
 > 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/*
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/REL-16-drafting
Seen branch in repository origin/Rel-15
Seen branch in repository origin/master
Seen 7 remote branches
 > git tag -l # timeout=10
 > git rev-parse refs/tags/REL-15_v1.0.0^{commit} # timeout=10
 > git rev-parse refs/tags/Rel-15_v1.0.1^{commit} # timeout=10
 > git rev-parse refs/tags/16.1.0^{commit} # 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
[openapi-playground-any-commit] Running shell script
+ echo Validate stage
Validate stage
[Pipeline] updateGitlabCommitStatus
[Pipeline] checkout
 > 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 refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 51b6695db11eb6b5a54d700d0c4ae04e554cf662 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51b6695db11eb6b5a54d700d0c4ae04e554cf662
Commit message: "Update README.md"
[Pipeline] checkout
 > 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/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 71f9283d44cf7b874f0dbeb18b4f88be43357f5d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71f9283d44cf7b874f0dbeb18b4f88be43357f5d
Commit message: "Simply pass the test if there are no YAML iles"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
[openapi-playground-any-commit] Running shell script
+ echo Validate stage
Validate stage
[Pipeline] sh
[openapi-playground-any-commit] Running shell script
+ bash ./validate-all.sh
-- No YAML files.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to FTP)
[Pipeline] sh
[openapi-playground-any-commit] Running shell script
+ 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