Skip to content

Console Output

Started by timer
[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 capella/capella-agent-pod-um2-xl6fp-5zj28
Agent capella-agent-pod-um2-xl6fp-5zj28 is provisioned from template capella-agent-pod-um2-xl6fp
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.capella.svc.cluster.local/capella/job/capella-user-manual/298/"
    runUrl: "job/capella-user-manual/298/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "744f0af96fd28674ea6983e3d5522217bd90e590"
    jenkins/label: "capella-agent-pod-um2"
  name: "capella-agent-pod-um2-xl6fp-5zj28"
  namespace: "capella"
spec:
  containers:
  - image: "node:12.16.1"
    name: "node"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "capella-agent-pod-um2-xl6fp-5zj28"
    - name: "JENKINS_NAME"
      value: "capella-agent-pod-um2-xl6fp-5zj28"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on capella-agent-pod-um2-xl6fp-5zj28 in /home/jenkins/agent/workspace/capella-user-manual
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Generate Documentation)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ npm version
{
  npm: '6.13.4',
  ares: '1.15.0',
  brotli: '1.0.7',
  cldr: '35.1',
  http_parser: '2.9.3',
  icu: '64.2',
  llhttp: '2.0.4',
  modules: '72',
  napi: '5',
  nghttp2: '1.40.0',
  node: '12.16.1',
  openssl: '1.1.1d',
  tz: '2019c',
  unicode: '12.1',
  uv: '1.34.0',
  v8: '7.8.279.23-node.31',
  zlib: '1.2.11'
}
[Pipeline] sh
+ git clone -b releng https://github.com/eclipse/capella-tools.git import
Cloning into 'import'...
[Pipeline] sh
+ cd import/releng/user-manual-toc
+ npm install
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN user-manual-toc@1.0.0 No description
npm WARN user-manual-toc@1.0.0 license should be a valid SPDX license expression

added 3 packages from 48 contributors and audited 3 packages in 1.085s
found 1 moderate severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details
+ node ./proceed
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Update Capella wiki)
[Pipeline] container
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $TOKEN
[Pipeline] {
[Pipeline] sh
+ git clone https://eclipse-capella-bot:****@github.com/eclipse/capella.wiki.git wiki
Cloning into 'wiki'...
[Pipeline] sh
+ cat wiki/data/User-manual.header.md
+ cat import/releng/user-manual-toc/capella.md
+ cd wiki
+ git add User-manual.md
+ git config user.email capella-bot@eclipse.org
+ git config user.name eclipse-capella-bot
+ git commit -m Updated-TOC
[master a22d067] Updated-TOC
 1 file changed, 9 insertions(+)
+ git push origin master
remote: This repository moved. Please use the new location:        
remote:   https://github.com/eclipse-capella/capella.git        
To https://github.com/eclipse/capella.wiki.git
   f1dd295..a22d067  master -> master
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS