Skip to content
Failed

Console Output

Branch indexing
05:16:17 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 2f39bde43e8edcc0b0bd920893932db0ac72b2dc
[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 ecp/hugo-agent-11gnd-4r4d3
Still waiting to schedule task
‘hugo-agent-11gnd-4r4d3’ is offline
Agent hugo-agent-11gnd-4r4d3 is provisioned from template hugo-agent-11gnd
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.ecp.svc.cluster.local/ecp/job/Build%20and%20deploy%20EMF%20Forms%20website%20on%20staging%20and%20master/job/master/36/"
    runUrl: "job/Build%20and%20deploy%20EMF%20Forms%20website%20on%20staging%20and%20master/job/master/36/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-11gnd-4r4d3"
  namespace: "ecp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ecp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-11gnd-4r4d3"
    - name: "JENKINS_NAME"
      value: "hugo-agent-11gnd-4r4d3"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ecp.svc.cluster.local/ecp/"
    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/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "eclipsecbi/hugo_extended:0.78.1"
    imagePullPolicy: "Always"
    name: "hugo"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hugo-agent-11gnd-4r4d3 in /home/jenkins/agent/workspace/ite_on_staging_and_master_master
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipsesource/emfforms-website.git
 > git init /home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo # timeout=10
Fetching upstream changes from https://github.com/eclipsesource/emfforms-website.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/eclipsesource/emfforms-website.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipsesource/emfforms-website.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 2f39bde43e8edcc0b0bd920893932db0ac72b2dc (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f39bde43e8edcc0b0bd920893932db0ac72b2dc # timeout=10
Commit message: "Migrate all links to github"
 > git rev-list --no-walk 2f39bde43e8edcc0b0bd920893932db0ac72b2dc # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Update submodule)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo
[Pipeline] {
[Pipeline] sh
+ git submodule update --init
Submodule 'themes/syna' (https://github.com/eclipsesource/syna.git) registered for path 'themes/syna'
Cloning into '/home/jenkins/agent/workspace/ite_on_staging_and_master_master/hugo/themes/syna'...
Submodule path 'themes/syna': checked out '2826c48e1a456da37a78e6727c80ea2dc78aee1b'
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/ite_on_staging_and_master_master/www
[Pipeline] {
[Pipeline] sshagent
FATAL: [ssh-agent] Could not find specified credentials
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-n1e52HykuThN/agent.229
SSH_AGENT_PID=231
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone ssh://git@github.com/eclipse-ecp/ecp-website.git .
Cloning into '.'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 231 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (master) with Hugo)
Stage "Build website (master) with Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (staging) with Hugo)
Stage "Build website (staging) with Hugo" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to $env.BRANCH_NAME branch)
Stage "Push to $env.BRANCH_NAME branch" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 128

Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected


GitHub has been notified of this commit’s build result

Finished: FAILURE