Console Output

Started by user progwml6
21:50:22 Connecting to https://api.github.com using progwml6-ci/****** (progwml6 ci login)
Obtained Jenkinsfile from 268d5145eae7b83c4d4bd021ff3232f6a93c78e8
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/ironshulkerboxes_1.13
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential progwml6-ci-gh-login
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/progwml6/ironshulkerboxes.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/progwml6/ironshulkerboxes.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/progwml6/ironshulkerboxes.git +refs/heads/1.13:refs/remotes/origin/1.13 # timeout=10
Checking out Revision 268d5145eae7b83c4d4bd021ff3232f6a93c78e8 (1.13)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 268d5145eae7b83c4d4bd021ff3232f6a93c78e8 # timeout=10
Commit message: "Add a manifest to the jar outputted"
 > git rev-list --no-walk 268d5145eae7b83c4d4bd021ff3232f6a93c78e8 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
using credential progwml6-ci-gh-login
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/progwml6/ironshulkerboxes.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/progwml6/ironshulkerboxes.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials progwml6 ci login
 > git fetch --no-tags --progress https://github.com/progwml6/ironshulkerboxes.git +refs/heads/1.13:refs/remotes/origin/1.13 # timeout=10
Checking out Revision 268d5145eae7b83c4d4bd021ff3232f6a93c78e8 (1.13)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 268d5145eae7b83c4d4bd021ff3232f6a93c78e8 # timeout=10
Commit message: "Add a manifest to the jar outputted"
[Pipeline] sh
+ rm -rf build/libs
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ ./gradlew build -PBUILD_NUMBER=2 --no-daemon
/var/lib/jenkins/workspace/ironshulkerboxes_1.13@tmp/durable-e07fa2f2/script.sh: line 1: ./gradlew: Permission denied
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive)
Stage "Archive" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE