FailedConsole Output

Started by GitLab push by Miguel Angel Reina Ortega
Obtained Jenkinsfile from git git@forge.etsi.org:reinaortega/5g_apis_test.git
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on build.forge.etsi.org in /home/jenkins/workspace/3GPP/5G_APIs_versions_processing
[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:reinaortega/5g_apis_test.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:reinaortega/5g_apis_test.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:reinaortega/5g_apis_test.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 7b66acf0acca7eb818f3585dee4c07bf5ef1acec # timeout=10
Checking out Revision 7b66acf0acca7eb818f3585dee4c07bf5ef1acec (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7b66acf0acca7eb818f3585dee4c07bf5ef1acec
Commit message: "fix Jenkinsfile"
 > git rev-list --no-walk d68f1d296d1bb25a9931e3ab24691e113a4440e8 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] gitlabBuilds
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Resolve)
[Pipeline] sh
+ echo Resolve stage
Resolve stage
[Pipeline] updateGitlabCommitStatus
[Pipeline] updateGitlabCommitStatus
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] updateGitlabCommitStatus
[Pipeline] sh
+ echo Deploy stage
Deploy stage
[Pipeline] sh
+ pwd
/home/jenkins/workspace/3GPP/5G_APIs_versions_processing
[Pipeline] sh
+ ./scripts/generate-config.sh
/home/jenkins/workspace/3GPP/5G_APIs_versions_processing@tmp/durable-7003e5d1/script.sh: 1: /home/jenkins/workspace/3GPP/5G_APIs_versions_processing@tmp/durable-7003e5d1/script.sh: ./scripts/generate-config.sh: Permission denied
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Skipped archiving because build is not successful
[Pipeline] script
[Pipeline] {
[Pipeline] updateGitlabCommitStatus
[Pipeline] }
[Pipeline] // script
[Pipeline] updateGitlabCommitStatus
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // gitlabBuilds
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 126
Finished: FAILURE