Started by an SCM change Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 3193366fdb3d457bd09756c0081a46a13cb22bc6+46fb86dfe538c412a0171a42f5104f319da95b6f (3cb10e13dc7aeda1ada79397329f19541dc2a226) [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes cognicrypt/hugo-agent-t0p6c-jl4b4 Agent hugo-agent-t0p6c-jl4b4 is provisioned from template hugo-agent-t0p6c --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.cognicrypt.svc.cluster.local/cognicrypt/job/build-and-publish-website/job/PR-35/10691/" runUrl: "job/build-and-publish-website/job/PR-35/10691/" labels: run: "hugo" jenkins: "slave" jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5" jenkins/label: "hugo-agent" name: "hugo-agent-t0p6c-jl4b4" namespace: "cognicrypt" spec: containers: - command: - "cat" image: "eclipsecbi/hugo:0.42.1" name: "hugo" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cognicrypt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "hugo-agent-t0p6c-jl4b4" - name: "JENKINS_NAME" value: "hugo-agent-t0p6c-jl4b4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cognicrypt.svc.cluster.local/cognicrypt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins" name: "jenkins-home" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: {} name: "jenkins-home" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hugo-agent-t0p6c-jl4b4 in /home/jenkins/agent/workspace/build-and-publish-website_PR-35 [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/build-and-publish-website_PR-35/hugo [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-cognicrypt/hugo-website-sources.git > git init /home/jenkins/agent/workspace/build-and-publish-website_PR-35/hugo # timeout=10 Fetching upstream changes from https://github.com/eclipse-cognicrypt/hugo-website-sources.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-cognicrypt/hugo-website-sources.git +refs/pull/35/head:refs/remotes/origin/PR-35 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse-cognicrypt/hugo-website-sources.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/35/head:refs/remotes/origin/PR-35 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 46fb86dfe538c412a0171a42f5104f319da95b6f into PR head commit 3193366fdb3d457bd09756c0081a46a13cb22bc6 > git config remote.origin.url https://github.com/eclipse-cognicrypt/hugo-website-sources.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-cognicrypt/hugo-website-sources.git using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-cognicrypt/hugo-website-sources.git +refs/pull/35/head:refs/remotes/origin/PR-35 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3193366fdb3d457bd09756c0081a46a13cb22bc6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub bot (username/token) > git merge 46fb86dfe538c412a0171a42f5104f319da95b6f # timeout=10 Merge succeeded, producing 6964b0c960e927d56bdc1d593c0d26d60ae604af Checking out Revision 6964b0c960e927d56bdc1d593c0d26d60ae604af (PR-35) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6964b0c960e927d56bdc1d593c0d26d60ae604af # timeout=10 Commit message: "Merge commit '46fb86dfe538c412a0171a42f5104f319da95b6f' into HEAD" First time build. Skipping changelog. Could not update commit status. Message: {"message":"Validation Failed","errors":[{"resource":"Status","code":"custom","message":"This SHA and context has reached the maximum number of statuses."}],"documentation_url":"https://docs.github.com/rest/commits/statuses#create-a-commit-status"} [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // dir [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout www repo) [Pipeline] dir Running in /home/jenkins/agent/workspace/build-and-publish-website_PR-35/www [Pipeline] { [Pipeline] git The recommended git tool is: NONE using credential git.eclipse.org-bot-ssh Cloning the remote Git repository > git rev-list --no-walk dfc5dd12c5c390ccf6f8c876a2c0cd88158944b3 # timeout=10 Avoid second fetch [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build website with Hugo) Stage "Build website with Hugo" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Push to master branch) Stage "Push to master branch" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. Could not update commit status. Message: {"message":"Validation Failed","errors":[{"resource":"Status","code":"custom","message":"This SHA and context has reached the maximum number of statuses."}],"documentation_url":"https://docs.github.com/rest/commits/statuses#create-a-commit-status"} Finished: FAILURE