Skip to content

Console Output

Push event to branch master
Started by GitLab push by Harald Mackamul
Querying the current revision of branch master...
Current revision of branch master is 46eed0e4c72bbfaca4778346f253bcb8d02bbb1f
Obtained Jenkinsfile from 46eed0e4c72bbfaca4778346f253bcb8d02bbb1f
[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 app4mc/hugo-agent-1v5vr-sj6tf
Still waiting to schedule task
‘hugo-agent-1v5vr-sj6tf’ is offline
Agent hugo-agent-1v5vr-sj6tf is provisioned from template hugo-agent-1v5vr
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/job/build-and-publish-website/job/master/4/"
    runUrl: "job/build-and-publish-website/job/master/4/"
  labels:
    run: "hugo"
    jenkins: "slave"
    jenkins/label-digest: "7ac110df4066c009b519c7b03c365692b5eeb4d5"
    jenkins/label: "hugo-agent"
  name: "hugo-agent-1v5vr-sj6tf"
  namespace: "app4mc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.app4mc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hugo-agent-1v5vr-sj6tf"
    - name: "JENKINS_NAME"
      value: "hugo-agent-1v5vr-sj6tf"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/"
    - name: "HOME"
      value: "/home/jenkins/agent"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "eclipsecbi/hugo:0.42.1"
    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-1v5vr-sj6tf in /home/jenkins/agent/workspace/build-and-publish-website_master
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/hugo
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git
 > git init /home/jenkins/agent/workspace/build-and-publish-website_master/hugo # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/build-and-publish-website_master/hugo@tmp/jenkins-gitclient-ssh13241285556596168945.key
Verifying host key using known hosts file
 > git fetch --no-tags --force --progress -- git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 46eed0e4c72bbfaca4778346f253bcb8d02bbb1f (master)
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.source.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
Commit message: "Added linebreak (test)"
 > git checkout -f 46eed0e4c72bbfaca4778346f253bcb8d02bbb1f # timeout=10
 > git rev-list --no-walk 72d354e1045c188ac1fd069564bcbb17a08f27c9 # timeout=10
[GitLab Pipeline Status] Notifying branch build status: RUNNING build-and-publish-website/master #4: Build started...
[GitLab Pipeline Status] Notified
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout www repo)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials app4mc-bot (GitLab bot (SSH))
[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-uYINNSbzlLqc/agent.146
SSH_AGENT_PID=148
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-and-publish-website_master/www@tmp/private_key_3942501540377094747.key (app4mc-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git clone git@gitlab.eclipse.org:eclipse/app4mc/org.eclipse.app4mc.website.git .
Cloning into '.'...
Checking out files:  83% (445/536)   
Checking out files:  84% (451/536)   
Checking out files:  85% (456/536)   
Checking out files:  86% (461/536)   
Checking out files:  87% (467/536)   
Checking out files:  88% (472/536)   
Checking out files:  89% (478/536)   
Checking out files:  90% (483/536)   
Checking out files:  91% (488/536)   
Checking out files:  92% (494/536)   
Checking out files:  93% (499/536)   
Checking out files:  94% (504/536)   
Checking out files:  95% (510/536)   
Checking out files:  96% (515/536)   
Checking out files:  97% (520/536)   
Checking out files:  98% (526/536)   
Checking out files:  99% (531/536)   
Checking out files: 100% (536/536)   
Checking out files: 100% (536/536), done.
+ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 148 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (master) with Hugo)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/hugo/websites/www.eclipse.org-app4mc-hugo/site
[Pipeline] {
[Pipeline] sh
+ hugo -b https://eclipse.dev/app4mc/
[?25lBuilding sites … [?25h

                   | EN   
+------------------+-----+
  Pages            |  55  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 481  
  Processed images |   0  
  Aliases          |   0  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 2319 ms
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build website (staging) with Hugo)
Stage "Build website (staging) with Hugo" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push to $env.BRANCH_NAME branch)
[Pipeline] sh
+ rm -rf www/404.html www/community www/css www/doc-app4mc.sim www/documentation www/downloads www/gettingstarted www/gs-create-model www/help www/history www/images www/index.html www/index.xml www/models www/news www/sitemap.xml www/snippets
+ cp -Rvf hugo/websites/www.eclipse.org-app4mc-hugo/site/public/404.html hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.html hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.xml hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news hugo/websites/www.eclipse.org-app4mc-hugo/site/public/sitemap.xml hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets www/
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/404.html' -> 'www/404.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community' -> 'www/community'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/community/index.html' -> 'www/community/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css' -> 'www/css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/css/syntax.css' -> 'www/css/syntax.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim' -> 'www/doc-app4mc.sim'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/doc-app4mc.sim/index.html' -> 'www/doc-app4mc.sim/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation' -> 'www/documentation'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/documentation/index.html' -> 'www/documentation/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads' -> 'www/downloads'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/downloads/index.html' -> 'www/downloads/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted' -> 'www/gettingstarted'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gettingstarted/index.html' -> 'www/gettingstarted/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model' -> 'www/gs-create-model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/gs-create-model/index.html' -> 'www/gs-create-model/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help' -> 'www/help'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest' -> 'www/help/latest'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/index.html' -> 'www/help/latest/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css' -> 'www/help/latest/css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/frames.css' -> 'www/help/latest/css/frames.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/help.css' -> 'www/help/latest/css/help.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/toc-icons.png' -> 'www/help/latest/css/toc-icons.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/css/toc-style.css' -> 'www/help/latest/css/toc-style.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images' -> 'www/help/latest/images'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/01-create-new-example.png' -> 'www/help/latest/images/01-create-new-example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/02-select-democar-example.png' -> 'www/help/latest/images/02-select-democar-example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/03_democar-example-finish.png' -> 'www/help/latest/images/03_democar-example-finish.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_models.png' -> 'www/help/latest/images/amalthea_models.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_models_actions.png' -> 'www/help/latest/images/amalthea_models_actions.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amalthea_system_model.png' -> 'www/help/latest/images/amalthea_system_model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_and_atdb_context_menu_import.png' -> 'www/help/latest/images/amxmi_and_atdb_context_menu_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_and_atdb_result.png' -> 'www/help/latest/images/amxmi_and_atdb_result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/amxmi_input_test1model.png' -> 'www/help/latest/images/amxmi_input_test1model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mc-logo-g.png' -> 'www/help/latest/images/app4mc-logo-g.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mc_platform_features.png' -> 'www/help/latest/images/app4mc_platform_features.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/app4mcsim-flow.png' -> 'www/help/latest/images/app4mcsim-flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_db_schema.svg' -> 'www/help/latest/images/atdb_db_schema.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_example_btf_visual.png' -> 'www/help/latest/images/atdb_example_btf_visual.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_import_wizard_open.png' -> 'www/help/latest/images/atdb_import_wizard_open.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_in_metric_viewer.png' -> 'www/help/latest/images/atdb_in_metric_viewer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_context_menu_import.png' -> 'www/help/latest/images/atdb_to_amxmi_context_menu_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_import_result.png' -> 'www/help/latest/images/atdb_to_amxmi_import_result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/atdb_to_amxmi_input.png' -> 'www/help/latest/images/atdb_to_amxmi_input.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/btf_to_atdb_import_dialog.png' -> 'www/help/latest/images/btf_to_atdb_import_dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_profile_1.png' -> 'www/help/latest/images/code_profile_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_profile_2.png' -> 'www/help/latest/images/code_profile_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/code_validation_1.png' -> 'www/help/latest/images/code_validation_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_runnable.png' -> 'www/help/latest/images/datadependency_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_rwdependency.png' -> 'www/help/latest/images/datadependency_rwdependency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_screenshot.png' -> 'www/help/latest/images/datadependency_screenshot.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_sequence.png' -> 'www/help/latest/images/datadependency_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_stimulus.png' -> 'www/help/latest/images/datadependency_stimulus.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_sync.png' -> 'www/help/latest/images/datadependency_sync.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/datadependency_task.png' -> 'www/help/latest/images/datadependency_task.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/dev_model_qualified_name.png' -> 'www/help/latest/images/dev_model_qualified_name.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_beta.png' -> 'www/help/latest/images/deviation_beta.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_boundaries.png' -> 'www/help/latest/images/deviation_boundaries.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_gauss.png' -> 'www/help/latest/images/deviation_gauss.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_histogram.png' -> 'www/help/latest/images/deviation_histogram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_statistics.png' -> 'www/help/latest/images/deviation_statistics.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/deviation_weibull.png' -> 'www/help/latest/images/deviation_weibull.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_content.png' -> 'www/help/latest/images/emf-viewers_graphical_content.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_hierarchy.png' -> 'www/help/latest/images/emf-viewers_graphical_hierarchy.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_graphical_references.png' -> 'www/help/latest/images/emf-viewers_graphical_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_1.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_2.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_meta-model-explorer_3.png' -> 'www/help/latest/images/emf-viewers_meta-model-explorer_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_toolchain.png' -> 'www/help/latest/images/emf-viewers_toolchain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/emf-viewers_updatesite.png' -> 'www/help/latest/images/emf-viewers_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/eventchain_map.png' -> 'www/help/latest/images/eventchain_map.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_1_diagram.png' -> 'www/help/latest/images/example_hw_example_1_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_1_editor.png' -> 'www/help/latest/images/example_hw_example_1_editor.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_2_diagram.png' -> 'www/help/latest/images/example_hw_example_2_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_hw_example_2_editor.png' -> 'www/help/latest/images/example_hw_example_2_editor.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes.png' -> 'www/help/latest/images/example_numeric_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_do-b.png' -> 'www/help/latest/images/example_numeric_modes_do-b.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_event-stimuli.png' -> 'www/help/latest/images/example_numeric_modes_event-stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_gen-x.png' -> 'www/help/latest/images/example_numeric_modes_gen-x.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_modes.png' -> 'www/help/latest/images/example_numeric_modes_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_numeric_modes_runn-b.png' -> 'www/help/latest/images/example_numeric_modes_runn-b.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_hierarchical.png' -> 'www/help/latest/images/example_scheduler_hierarchical.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_legend.png' -> 'www/help/latest/images/example_scheduler_legend.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/example_scheduler_partitioned_fpp.svg' -> 'www/help/latest/images/example_scheduler_partitioned_fpp.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_installer.png' -> 'www/help/latest/images/examples_installer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_run_eclipse_appication_1.png' -> 'www/help/latest/images/examples_run_eclipse_appication_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_run_eclipse_appication_2.png' -> 'www/help/latest/images/examples_run_eclipse_appication_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_standard.png' -> 'www/help/latest/images/examples_standard.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_switch_perspective.png' -> 'www/help/latest/images/examples_switch_perspective.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/examples_updatesite.png' -> 'www/help/latest/images/examples_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/file-open-dialog.png' -> 'www/help/latest/images/file-open-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_access_path_example.png' -> 'www/help/latest/images/hw_access_path_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_example.png' -> 'www/help/latest/images/hw_connection_handler_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_parallel_accesses_1.png' -> 'www/help/latest/images/hw_connection_handler_parallel_accesses_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_connection_handler_parallel_accesses_3.png' -> 'www/help/latest/images/hw_connection_handler_parallel_accesses_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_domain_example.png' -> 'www/help/latest/images/hw_domain_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_feature_example.png' -> 'www/help/latest/images/hw_feature_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_memory_address_example.png' -> 'www/help/latest/images/hw_memory_address_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example.png' -> 'www/help/latest/images/hw_port_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example_i_r.png' -> 'www/help/latest/images/hw_port_example_i_r.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_port_example_i_r_with_delegated_ports.png' -> 'www/help/latest/images/hw_port_example_i_r_with_delegated_ports.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hw_structure_example.png' -> 'www/help/latest/images/hw_structure_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/hwmodel_hwblockdiagram.png' -> 'www/help/latest/images/hwmodel_hwblockdiagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/linked_files_creation.png' -> 'www/help/latest/images/linked_files_creation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mapping_schedulers.png' -> 'www/help/latest/images/mapping_schedulers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_open.png' -> 'www/help/latest/images/metric-viewer_open.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_table.png' -> 'www/help/latest/images/metric-viewer_table.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/metric-viewer_table_collapsed.png' -> 'www/help/latest/images/metric-viewer_table_collapsed.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration-menu-dialog.png' -> 'www/help/latest/images/migration-menu-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration-result.png' -> 'www/help/latest/images/migration-result.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/migration_flow.png' -> 'www/help/latest/images/migration_flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model__activations.png' -> 'www/help/latest/images/model__activations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model__stimuli.png' -> 'www/help/latest/images/model__stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_classifier.png' -> 'www/help/latest/images/model_common_classifier.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_conditions.png' -> 'www/help/latest/images/model_common_conditions.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_conditions_references.png' -> 'www/help/latest/images/model_common_conditions_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_custom_property.png' -> 'www/help/latest/images/model_common_custom_property.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_custom_property_value.png' -> 'www/help/latest/images/model_common_custom_property_value.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_data_rate.png' -> 'www/help/latest/images/model_common_data_rate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_data_size.png' -> 'www/help/latest/images/model_common_data_size.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_beta.png' -> 'www/help/latest/images/model_common_deviation_beta.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_boundaries_1.png' -> 'www/help/latest/images/model_common_deviation_boundaries_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_boundaries_2.png' -> 'www/help/latest/images/model_common_deviation_boundaries_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_normal.png' -> 'www/help/latest/images/model_common_deviation_normal.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_time_histogram.png' -> 'www/help/latest/images/model_common_deviation_time_histogram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_uniform.png' -> 'www/help/latest/images/model_common_deviation_uniform.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviation_weibull.png' -> 'www/help/latest/images/model_common_deviation_weibull.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviations_abstract.png' -> 'www/help/latest/images/model_common_deviations_abstract.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_deviations_time.png' -> 'www/help/latest/images/model_common_deviations_time.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_elements.png' -> 'www/help/latest/images/model_common_elements.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_elements_namespace_member.png' -> 'www/help/latest/images/model_common_elements_namespace_member.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_frequency.png' -> 'www/help/latest/images/model_common_frequency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_interfaces_base_objects.png' -> 'www/help/latest/images/model_common_interfaces_base_objects.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_statistic.png' -> 'www/help/latest/images/model_common_statistic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_tag.png' -> 'www/help/latest/images/model_common_tag.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_ticks.png' -> 'www/help/latest/images/model_common_ticks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_common_time.png' -> 'www/help/latest/images/model_common_time.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components.png' -> 'www/help/latest/images/model_components.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_common.png' -> 'www/help/latest/images/model_components_common.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_component_references.png' -> 'www/help/latest/images/model_components_component_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_composition.png' -> 'www/help/latest/images/model_components_composition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_connector.png' -> 'www/help/latest/images/model_components_connector.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_example.png' -> 'www/help/latest/images/model_components_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_example_treeview.png' -> 'www/help/latest/images/model_components_example_treeview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_interface.png' -> 'www/help/latest/images/model_components_interface.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_components_isystem.png' -> 'www/help/latest/images/model_components_isystem.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_config_overview.png' -> 'www/help/latest/images/model_config_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_config_sample.png' -> 'www/help/latest/images/model_config_sample.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints.png' -> 'www/help/latest/images/model_constraints.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity.png' -> 'www/help/latest/images/model_constraints_affinity.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_data.png' -> 'www/help/latest/images/model_constraints_affinity_data.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_process.png' -> 'www/help/latest/images/model_constraints_affinity_process.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_affinity_runnable.png' -> 'www/help/latest/images/model_constraints_affinity_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_age.png' -> 'www/help/latest/images/model_constraints_data_age.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_coherency.png' -> 'www/help/latest/images/model_constraints_data_coherency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_data_stability.png' -> 'www/help/latest/images/model_constraints_data_stability.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_onetoone.png' -> 'www/help/latest/images/model_constraints_delayconstraint_onetoone.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_reaction.png' -> 'www/help/latest/images/model_constraints_delayconstraint_reaction.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_delayconstraint_uniquereaction.png' -> 'www/help/latest/images/model_constraints_delayconstraint_uniquereaction.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain.png' -> 'www/help/latest/images/model_constraints_eventchain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_eventgroups.png' -> 'www/help/latest/images/model_constraints_eventchain_eventgroups.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_example.png' -> 'www/help/latest/images/model_constraints_eventchain_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_parallel.png' -> 'www/help/latest/images/model_constraints_eventchain_parallel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_segments.png' -> 'www/help/latest/images/model_constraints_eventchain_segments.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_eventchain_sequence.png' -> 'www/help/latest/images/model_constraints_eventchain_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_activatetoactivate.png' -> 'www/help/latest/images/model_constraints_metric_activatetoactivate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_coreexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_coreexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_endtoend.png' -> 'www/help/latest/images/model_constraints_metric_endtoend.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_endtostart.png' -> 'www/help/latest/images/model_constraints_metric_endtostart.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_grossexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_grossexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_lateness.png' -> 'www/help/latest/images/model_constraints_metric_lateness.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_netexecutiontime.png' -> 'www/help/latest/images/model_constraints_metric_netexecutiontime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_parkingtime.png' -> 'www/help/latest/images/model_constraints_metric_parkingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_pollingtime.png' -> 'www/help/latest/images/model_constraints_metric_pollingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_readytime.png' -> 'www/help/latest/images/model_constraints_metric_readytime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_responsetime.png' -> 'www/help/latest/images/model_constraints_metric_responsetime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_runningtime.png' -> 'www/help/latest/images/model_constraints_metric_runningtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_startdelay.png' -> 'www/help/latest/images/model_constraints_metric_startdelay.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_starttostart.png' -> 'www/help/latest/images/model_constraints_metric_starttostart.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_metric_waitingtime.png' -> 'www/help/latest/images/model_constraints_metric_waitingtime.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_requirements.png' -> 'www/help/latest/images/model_constraints_requirements.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing_basic.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing_basic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_runnable_sequencing_scope.png' -> 'www/help/latest/images/model_constraints_runnable_sequencing_scope.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_delay.png' -> 'www/help/latest/images/model_constraints_timing_delay.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_latency.png' -> 'www/help/latest/images/model_constraints_timing_latency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_repetition.png' -> 'www/help/latest/images/model_constraints_timing_repetition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_constraints_timing_sync.png' -> 'www/help/latest/images/model_constraints_timing_sync.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_custom_entity.png' -> 'www/help/latest/images/model_custom_entity.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_dependencies.png' -> 'www/help/latest/images/model_dependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_entity_event.svg' -> 'www/help/latest/images/model_events_entity_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_event.svg' -> 'www/help/latest/images/model_events_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_process.svg' -> 'www/help/latest/images/model_events_process.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_events_trigger_event.svg' -> 'www/help/latest/images/model_events_trigger_event.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_access.png' -> 'www/help/latest/images/model_hw_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_definition.png' -> 'www/help/latest/images/model_hw_definition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_main.png' -> 'www/help/latest/images/model_hw_main.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_hw_module.png' -> 'www/help/latest/images/model_hw_module.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_mapping_allocation.svg' -> 'www/help/latest/images/model_mapping_allocation.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_mapping_overview.svg' -> 'www/help/latest/images/model_mapping_overview.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_migration_sequence_diagram.png' -> 'www/help/latest/images/model_migration_sequence_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_data_consistency.png' -> 'www/help/latest/images/model_os_data_consistency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_operatingsystem.png' -> 'www/help/latest/images/model_os_operatingsystem.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_osoverhead.png' -> 'www/help/latest/images/model_os_osoverhead.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_overview.svg' -> 'www/help/latest/images/model_os_overview.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduler.svg' -> 'www/help/latest/images/model_os_scheduler.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduler_association.svg' -> 'www/help/latest/images/model_os_scheduler_association.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_scheduling_parameters.svg' -> 'www/help/latest/images/model_os_scheduling_parameters.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_os_semaphore.png' -> 'www/help/latest/images/model_os_semaphore.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_propertyconstraints_example.png' -> 'www/help/latest/images/model_propertyconstraints_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_propertyconstraints_overview.png' -> 'www/help/latest/images/model_propertyconstraints_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_section.png' -> 'www/help/latest/images/model_section.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_section_memory.png' -> 'www/help/latest/images/model_section_memory.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli.png' -> 'www/help/latest/images/model_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_1.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_2.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_3.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_4.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_arrival_curve_5.png' -> 'www/help/latest/images/model_stimuli_arrival_curve_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks.png' -> 'www/help/latest/images/model_stimuli_clocks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_sine.png' -> 'www/help/latest/images/model_stimuli_clocks_sine.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_steplist.png' -> 'www/help/latest/images/model_stimuli_clocks_steplist.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle_example.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_clocks_triangle_example_scenario.png' -> 'www/help/latest/images/model_stimuli_clocks_triangle_example_scenario.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_modevaluelist.png' -> 'www/help/latest/images/model_stimuli_modevaluelist.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic.png' -> 'www/help/latest/images/model_stimuli_periodic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_burst.png' -> 'www/help/latest/images/model_stimuli_periodic_burst.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_jitter.png' -> 'www/help/latest/images/model_stimuli_periodic_jitter.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_periodic_relative.png' -> 'www/help/latest/images/model_stimuli_periodic_relative.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_single.png' -> 'www/help/latest/images/model_stimuli_single.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_stimuli.png' -> 'www/help/latest/images/model_stimuli_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_synthetic.png' -> 'www/help/latest/images/model_stimuli_synthetic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_stimuli_variablerate.png' -> 'www/help/latest/images/model_stimuli_variablerate.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activation.png' -> 'www/help/latest/images/model_sw_activation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items.svg' -> 'www/help/latest/images/model_sw_activity_graph_items.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__calls.png' -> 'www/help/latest/images/model_sw_activity_graph_items__calls.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__channel_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__channel_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__execution_need.png' -> 'www/help/latest/images/model_sw_activity_graph_items__execution_need.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__group.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__group.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__label_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__label_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__mode_label_access.png' -> 'www/help/latest/images/model_sw_activity_graph_items__mode_label_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__probability_switch.png' -> 'www/help/latest/images/model_sw_activity_graph_items__probability_switch.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__semaphore_access.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__semaphore_access.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__switch.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__switch.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__triggers.png' -> 'www/help/latest/images/model_sw_activity_graph_items__triggers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activity_graph_items__whileloop.svg' -> 'www/help/latest/images/model_sw_activity_graph_items__whileloop.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activitygraph_item_container.png' -> 'www/help/latest/images/model_sw_activitygraph_item_container.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_activitygraph_structure.png' -> 'www/help/latest/images/model_sw_activitygraph_structure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_channel.png' -> 'www/help/latest/images/model_sw_channel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_data_dependency.png' -> 'www/help/latest/images/model_sw_data_dependency.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_dataflow_overview.png' -> 'www/help/latest/images/model_sw_dataflow_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_depends_on.png' -> 'www/help/latest/images/model_sw_depends_on.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_hw_features_executionneed.png' -> 'www/help/latest/images/model_sw_hw_features_executionneed.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_label.png' -> 'www/help/latest/images/model_sw_label.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_condition.png' -> 'www/help/latest/images/model_sw_local_mode_condition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_label_call_context.png' -> 'www/help/latest/images/model_sw_local_mode_label_call_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_label_counter.png' -> 'www/help/latest/images/model_sw_local_mode_label_counter.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_value.png' -> 'www/help/latest/images/model_sw_local_mode_value.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_local_mode_value_hierarchy.png' -> 'www/help/latest/images/model_sw_local_mode_value_hierarchy.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_memory_inf.png' -> 'www/help/latest/images/model_sw_memory_inf.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_mode_assignment.png' -> 'www/help/latest/images/model_sw_mode_assignment.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modecondition.png' -> 'www/help/latest/images/model_sw_modecondition.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modes.png' -> 'www/help/latest/images/model_sw_modes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_modes_overview.png' -> 'www/help/latest/images/model_sw_modes_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_osevents.png' -> 'www/help/latest/images/model_sw_osevents.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_process_chain.png' -> 'www/help/latest/images/model_sw_process_chain.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_process_prototype.png' -> 'www/help/latest/images/model_sw_process_prototype.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_runnable_overview.png' -> 'www/help/latest/images/model_sw_runnable_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_statistic.png' -> 'www/help/latest/images/model_sw_statistic.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_task_isr.png' -> 'www/help/latest/images/model_sw_task_isr.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_type_sample.png' -> 'www/help/latest/images/model_sw_type_sample.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_sw_type_system.png' -> 'www/help/latest/images/model_sw_type_system.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/model_transient_backpointer_ui.png' -> 'www/help/latest/images/model_transient_backpointer_ui.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_gantt.png' -> 'www/help/latest/images/modeling_1_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_hw.png' -> 'www/help/latest/images/modeling_1_hw.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_mapping.png' -> 'www/help/latest/images/modeling_1_mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_runnables.png' -> 'www/help/latest/images/modeling_1_runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_schedulers.png' -> 'www/help/latest/images/modeling_1_schedulers.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_stimuli.png' -> 'www/help/latest/images/modeling_1_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_1_tasks.png' -> 'www/help/latest/images/modeling_1_tasks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_gantt.png' -> 'www/help/latest/images/modeling_2_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_hw.png' -> 'www/help/latest/images/modeling_2_hw.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_mapping.png' -> 'www/help/latest/images/modeling_2_mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_runnables.png' -> 'www/help/latest/images/modeling_2_runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_scheduler.png' -> 'www/help/latest/images/modeling_2_scheduler.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_stimuli.png' -> 'www/help/latest/images/modeling_2_stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_2_tasks.png' -> 'www/help/latest/images/modeling_2_tasks.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server.png' -> 'www/help/latest/images/modeling_example_client_server.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_1.png' -> 'www/help/latest/images/modeling_example_client_server_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_2.png' -> 'www/help/latest/images/modeling_example_client_server_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_3.png' -> 'www/help/latest/images/modeling_example_client_server_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_4.png' -> 'www/help/latest/images/modeling_example_client_server_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_5.png' -> 'www/help/latest/images/modeling_example_client_server_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_6.png' -> 'www/help/latest/images/modeling_example_client_server_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_7.png' -> 'www/help/latest/images/modeling_example_client_server_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_8.png' -> 'www/help/latest/images/modeling_example_client_server_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_client_server_9.png' -> 'www/help/latest/images/modeling_example_client_server_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop.png' -> 'www/help/latest/images/modeling_example_feedback_loop.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_1.png' -> 'www/help/latest/images/modeling_example_feedback_loop_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_2.png' -> 'www/help/latest/images/modeling_example_feedback_loop_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_3.png' -> 'www/help/latest/images/modeling_example_feedback_loop_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_4.png' -> 'www/help/latest/images/modeling_example_feedback_loop_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_5.png' -> 'www/help/latest/images/modeling_example_feedback_loop_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_6.png' -> 'www/help/latest/images/modeling_example_feedback_loop_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_7.png' -> 'www/help/latest/images/modeling_example_feedback_loop_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_8.png' -> 'www/help/latest/images/modeling_example_feedback_loop_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_feedback_loop_9.png' -> 'www/help/latest/images/modeling_example_feedback_loop_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_1.png' -> 'www/help/latest/images/modeling_example_periodic_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_2.png' -> 'www/help/latest/images/modeling_example_periodic_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_3.png' -> 'www/help/latest/images/modeling_example_periodic_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_4.png' -> 'www/help/latest/images/modeling_example_periodic_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_5.png' -> 'www/help/latest/images/modeling_example_periodic_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_6.png' -> 'www/help/latest/images/modeling_example_periodic_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_7.png' -> 'www/help/latest/images/modeling_example_periodic_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_8.png' -> 'www/help/latest/images/modeling_example_periodic_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_periodic_9.png' -> 'www/help/latest/images/modeling_example_periodic_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine.png' -> 'www/help/latest/images/modeling_example_state_machine.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_1.png' -> 'www/help/latest/images/modeling_example_state_machine_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_2.png' -> 'www/help/latest/images/modeling_example_state_machine_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_3.png' -> 'www/help/latest/images/modeling_example_state_machine_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_4.png' -> 'www/help/latest/images/modeling_example_state_machine_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_5.png' -> 'www/help/latest/images/modeling_example_state_machine_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_6.png' -> 'www/help/latest/images/modeling_example_state_machine_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_7.png' -> 'www/help/latest/images/modeling_example_state_machine_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_8.png' -> 'www/help/latest/images/modeling_example_state_machine_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_9.png' -> 'www/help/latest/images/modeling_example_state_machine_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_1.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_2.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_3.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_3.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_4.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_4.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_5.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_5.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_6.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_6.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_7.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_7.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_8.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_8.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/modeling_example_state_machine_feedback_loop_9.png' -> 'www/help/latest/images/modeling_example_state_machine_feedback_loop_9.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example1.svg' -> 'www/help/latest/images/mta3example1.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example2.svg' -> 'www/help/latest/images/mta3example2.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example3.svg' -> 'www/help/latest/images/mta3example3.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example4.svg' -> 'www/help/latest/images/mta3example4.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example5.svg' -> 'www/help/latest/images/mta3example5.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example6.svg' -> 'www/help/latest/images/mta3example6.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/mta3example7.svg' -> 'www/help/latest/images/mta3example7.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/namespace_references.png' -> 'www/help/latest/images/namespace_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/object_references.png' -> 'www/help/latest/images/object_references.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/osbuffering_migration_071_072.png' -> 'www/help/latest/images/osbuffering_migration_071_072.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/process_prototypes.png' -> 'www/help/latest/images/process_prototypes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/profile_selection_dialog.png' -> 'www/help/latest/images/profile_selection_dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/project_rightclick_import.png' -> 'www/help/latest/images/project_rightclick_import.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_labelaccess.png' -> 'www/help/latest/images/runnable_labelaccess.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_labeldependencies.png' -> 'www/help/latest/images/runnable_labeldependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/runnable_sharedlabels.png' -> 'www/help/latest/images/runnable_sharedlabels.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/swmodel_label_dependencies.png' -> 'www/help/latest/images/swmodel_label_dependencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/swmodel_statistics.png' -> 'www/help/latest/images/swmodel_statistics.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_framework_updatesite.png' -> 'www/help/latest/images/transformation_framework_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_sim_updatesite.png' -> 'www/help/latest/images/transformation_sim_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/transformation_slg_updatesite.png' -> 'www/help/latest/images/transformation_slg_updatesite.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_add_schedule_points.png' -> 'www/help/latest/images/uml_add_schedule_points.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_add_schedule_points_mwe2.png' -> 'www/help/latest/images/uml_add_schedule_points_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_context.png' -> 'www/help/latest/images/uml_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_default_context.png' -> 'www/help/latest/images/uml_default_context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_reader.png' -> 'www/help/latest/images/uml_model_reader.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_reader_mwe2.png' -> 'www/help/latest/images/uml_model_reader_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_writer.png' -> 'www/help/latest/images/uml_model_writer.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_model_writer_mwe2.png' -> 'www/help/latest/images/uml_model_writer_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_component.png' -> 'www/help/latest/images/uml_workflow_component.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_component_mwe2.png' -> 'www/help/latest/images/uml_workflow_component_mwe2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_overview.png' -> 'www/help/latest/images/uml_workflow_overview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/uml_workflow_overview_sequence.png' -> 'www/help/latest/images/uml_workflow_overview_sequence.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-hierarchy.svg' -> 'www/help/latest/images/user-scheduling-hierarchy.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-sched-allocation.png' -> 'www/help/latest/images/user-scheduling-sched-allocation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user-scheduling-task-allocation.svg' -> 'www/help/latest/images/user-scheduling-task-allocation.svg'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel.png' -> 'www/help/latest/images/user_channel.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_access.png' -> 'www/help/latest/images/user_channel_access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_operations.png' -> 'www/help/latest/images/user_channel_operations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_channel_transmission_example.png' -> 'www/help/latest/images/user_channel_transmission_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_editor_with_central_model.png' -> 'www/help/latest/images/user_editor_with_central_model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_commands.png' -> 'www/help/latest/images/user_guide_editor_commands.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_input.png' -> 'www/help/latest/images/user_guide_editor_search_input.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_result1.png' -> 'www/help/latest/images/user_guide_editor_search_result1.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_search_result2.png' -> 'www/help/latest/images/user_guide_editor_search_result2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_showtypes.png' -> 'www/help/latest/images/user_guide_editor_showtypes.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_editor_structure.png' -> 'www/help/latest/images/user_guide_editor_structure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_folder_scope.png' -> 'www/help/latest/images/user_guide_folder_scope.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_namespace_support.png' -> 'www/help/latest/images/user_guide_namespace_support.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_namespace_support_xmlcontent.png' -> 'www/help/latest/images/user_guide_namespace_support_xmlcontent.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_package_support.png' -> 'www/help/latest/images/user_guide_package_support.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step1_create-project.png' -> 'www/help/latest/images/user_guide_step1_create-project.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step2_create-folder.png' -> 'www/help/latest/images/user_guide_step2_create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_guide_step3_create-model.png' -> 'www/help/latest/images/user_guide_step3_create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_access_paths.png' -> 'www/help/latest/images/user_hw_access_paths.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_definition_example.png' -> 'www/help/latest/images/user_hw_definition_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_feature_runnable_connection.png' -> 'www/help/latest/images/user_hw_feature_runnable_connection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_feature_runnable_example.png' -> 'www/help/latest/images/user_hw_feature_runnable_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_latencies.png' -> 'www/help/latest/images/user_hw_latencies.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_hw_model_class_diagram.png' -> 'www/help/latest/images/user_hw_model_class_diagram.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_recipe_concept.png' -> 'www/help/latest/images/user_recipe_concept.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_amalthea.png' -> 'www/help/latest/images/user_section_amalthea.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_label_ref_to_memsection.png' -> 'www/help/latest/images/user_section_label_ref_to_memsection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_linker_memsection.png' -> 'www/help/latest/images/user_section_linker_memsection.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_section_virtual_to_physical.png' -> 'www/help/latest/images/user_section_virtual_to_physical.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_data_dependency_view.png' -> 'www/help/latest/images/user_sw_data_dependency_view.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_new_runnable_item.png' -> 'www/help/latest/images/user_sw_new_runnable_item.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt.png' -> 'www/help/latest/images/user_sw_runtime_gantt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_runnable.png' -> 'www/help/latest/images/user_sw_runtime_gantt_runnable.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_semaphore.png' -> 'www/help/latest/images/user_sw_runtime_gantt_semaphore.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_signal.png' -> 'www/help/latest/images/user_sw_runtime_gantt_signal.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_sw_runtime_gantt_task.png' -> 'www/help/latest/images/user_sw_runtime_gantt_task.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/user_timing_model_example.png' -> 'www/help/latest/images/user_timing_model_example.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/visualization-plugin-content.png' -> 'www/help/latest/images/visualization-plugin-content.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/visualization-view.png' -> 'www/help/latest/images/visualization-view.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/images/vm_arguments_configuration.png' -> 'www/help/latest/images/vm_arguments_configuration.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc' -> 'www/help/latest/javadoc'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/stylesheet.css' -> 'www/help/latest/javadoc/stylesheet.css'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model' -> 'www/help/latest/javadoc/model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaIndex.html' -> 'www/help/latest/javadoc/model/AmaltheaIndex.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaMerger.html' -> 'www/help/latest/javadoc/model/AmaltheaMerger.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/AmaltheaServices.html' -> 'www/help/latest/javadoc/model/AmaltheaServices.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/package-summary.html' -> 'www/help/latest/javadoc/model/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder' -> 'www/help/latest/javadoc/model/builder'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/AmaltheaBuilder.html' -> 'www/help/latest/javadoc/model/builder/AmaltheaBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/CommonElementsBuilder.html' -> 'www/help/latest/javadoc/model/builder/CommonElementsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/ConstraintsBuilder.html' -> 'www/help/latest/javadoc/model/builder/ConstraintsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/DatatypeBuilder.html' -> 'www/help/latest/javadoc/model/builder/DatatypeBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/HardwareBuilder.html' -> 'www/help/latest/javadoc/model/builder/HardwareBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/InstructionsBuilder.html' -> 'www/help/latest/javadoc/model/builder/InstructionsBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/MappingBuilder.html' -> 'www/help/latest/javadoc/model/builder/MappingBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/OperatingSystemBuilder.html' -> 'www/help/latest/javadoc/model/builder/OperatingSystemBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/SoftwareBuilder.html' -> 'www/help/latest/javadoc/model/builder/SoftwareBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/StimuliBuilder.html' -> 'www/help/latest/javadoc/model/builder/StimuliBuilder.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/builder/package-summary.html' -> 'www/help/latest/javadoc/model/builder/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io' -> 'www/help/latest/javadoc/model/io'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaFileHelper.html' -> 'www/help/latest/javadoc/model/io/AmaltheaFileHelper.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaLoader.html' -> 'www/help/latest/javadoc/model/io/AmaltheaLoader.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/AmaltheaWriter.html' -> 'www/help/latest/javadoc/model/io/AmaltheaWriter.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/io/package-summary.html' -> 'www/help/latest/javadoc/model/io/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util' -> 'www/help/latest/javadoc/model/util'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/ConstraintsUtil.html' -> 'www/help/latest/javadoc/model/util/ConstraintsUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/CustomPropertyUtil.html' -> 'www/help/latest/javadoc/model/util/CustomPropertyUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/DeploymentUtil.html' -> 'www/help/latest/javadoc/model/util/DeploymentUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/FactoryUtil.html' -> 'www/help/latest/javadoc/model/util/FactoryUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/HardwareUtil.html' -> 'www/help/latest/javadoc/model/util/HardwareUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/InstructionsUtil.html' -> 'www/help/latest/javadoc/model/util/InstructionsUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/ModelUtil.html' -> 'www/help/latest/javadoc/model/util/ModelUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.AccessDirection.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.AccessDirection.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.PositionType.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.PositionType.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.TimeType.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.TimeType.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/RuntimeUtil.html' -> 'www/help/latest/javadoc/model/util/RuntimeUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/SoftwareUtil.html' -> 'www/help/latest/javadoc/model/util/SoftwareUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/TimeUtil.html' -> 'www/help/latest/javadoc/model/util/TimeUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/WeibullUtil.Parameters.html' -> 'www/help/latest/javadoc/model/util/WeibullUtil.Parameters.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/WeibullUtil.html' -> 'www/help/latest/javadoc/model/util/WeibullUtil.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/javadoc/model/util/package-summary.html' -> 'www/help/latest/javadoc/model/util/package-summary.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip' -> 'www/help/latest/zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip/ecore-definitions.zip' -> 'www/help/latest/zip/ecore-definitions.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/help/latest/zip/xml-definitions.zip' -> 'www/help/latest/zip/xml-definitions.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history' -> 'www/history'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/history/index.html' -> 'www/history/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images' -> 'www/images'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/logo.png' -> 'www/images/logo.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/system-model.png' -> 'www/images/system-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim' -> 'www/images/doc-app4mc.sim'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/adding-update-sites.png' -> 'www/images/doc-app4mc.sim/adding-update-sites.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/app4mcsim-flow.png' -> 'www/images/doc-app4mc.sim/app4mcsim-flow.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-new-software.png' -> 'www/images/doc-app4mc.sim/install-new-software.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-transformation-sim.png' -> 'www/images/doc-app4mc.sim/install-transformation-sim.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/install-transformation.png' -> 'www/images/doc-app4mc.sim/install-transformation.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-build.png' -> 'www/images/doc-app4mc.sim/sim-build.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-configure.png' -> 'www/images/doc-app4mc.sim/sim-configure.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-run.png' -> 'www/images/doc-app4mc.sim/sim-run.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-trace.png' -> 'www/images/doc-app4mc.sim/sim-trace.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/sim-validations.png' -> 'www/images/doc-app4mc.sim/sim-validations.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/simulation-model-folder.png' -> 'www/images/doc-app4mc.sim/simulation-model-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/simulation-model-refresh.png' -> 'www/images/doc-app4mc.sim/simulation-model-refresh.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/tranformation-context.png' -> 'www/images/doc-app4mc.sim/tranformation-context.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/doc-app4mc.sim/transformation-dialog.png' -> 'www/images/doc-app4mc.sim/transformation-dialog.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model' -> 'www/images/gs-create-model'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/01-create-project.png' -> 'www/images/gs-create-model/01-create-project.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/02-create-folder.png' -> 'www/images/gs-create-model/02-create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/03-create-folder.png' -> 'www/images/gs-create-model/03-create-folder.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/04-create-model.png' -> 'www/images/gs-create-model/04-create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/05-create-model.png' -> 'www/images/gs-create-model/05-create-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/06-create-sw-model.png' -> 'www/images/gs-create-model/06-create-sw-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/07-create-label.png' -> 'www/images/gs-create-model/07-create-label.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/08-create-runnables.png' -> 'www/images/gs-create-model/08-create-runnables.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/09-create-runnable1-label-access.png' -> 'www/images/gs-create-model/09-create-runnable1-label-access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/10-create-runnable1-label-access.png' -> 'www/images/gs-create-model/10-create-runnable1-label-access.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/11-create-runnables-final.png' -> 'www/images/gs-create-model/11-create-runnables-final.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/12-create-task-runnable-calls.png' -> 'www/images/gs-create-model/12-create-task-runnable-calls.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/13-create-stimuli.png' -> 'www/images/gs-create-model/13-create-stimuli.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/14-task1-stimulus-2.png' -> 'www/images/gs-create-model/14-task1-stimulus-2.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/15-hardware.png' -> 'www/images/gs-create-model/15-hardware.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/16-operating-system.png' -> 'www/images/gs-create-model/16-operating-system.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/17-constraints.png' -> 'www/images/gs-create-model/17-constraints.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/18-mapping.png' -> 'www/images/gs-create-model/18-mapping.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/hardware-visualization.png' -> 'www/images/gs-create-model/hardware-visualization.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/training-overview-model.png' -> 'www/images/gs-create-model/training-overview-model.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/gs-create-model/ui-edit-button.png' -> 'www/images/gs-create-model/ui-edit-button.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history' -> 'www/images/history'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/de.png' -> 'www/images/history/de.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/es.png' -> 'www/images/history/es.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/fi.png' -> 'www/images/history/fi.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/pt.png' -> 'www/images/history/pt.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/se.png' -> 'www/images/history/se.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/history/tr.png' -> 'www/images/history/tr.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news' -> 'www/images/news'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/EBEAS_Designflow_small.png' -> 'www/images/news/EBEAS_Designflow_small.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/a4mcar.png' -> 'www/images/news/a4mcar.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/images/news/hwoverview.png' -> 'www/images/news/hwoverview.png'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.html' -> 'www/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/index.xml' -> 'www/index.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models' -> 'www/models'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip' -> 'www/models/org.eclipse.app4mc.amalthea.solution-1.1.0.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip' -> 'www/models/org.eclipse.app4mc.amalthea.solution-2.2.0.zip'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news' -> 'www/news'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/index.html' -> 'www/news/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/index.xml' -> 'www/news/index.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-06-30-release-3-1-0' -> 'www/news/2023-06-30-release-3-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2023-06-30-release-3-1-0/index.html' -> 'www/news/2023-06-30-release-3-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-11-30-release-3-0-0' -> 'www/news/2022-11-30-release-3-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-11-30-release-3-0-0/index.html' -> 'www/news/2022-11-30-release-3-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-07-31-release-2-2-0' -> 'www/news/2022-07-31-release-2-2-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-07-31-release-2-2-0/index.html' -> 'www/news/2022-07-31-release-2-2-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-04-30-release-1-1-0' -> 'www/news/2021-04-30-release-1-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-04-30-release-1-1-0/index.html' -> 'www/news/2021-04-30-release-1-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-07-31-release-1-2-0' -> 'www/news/2021-07-31-release-1-2-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-07-31-release-1-2-0/index.html' -> 'www/news/2021-07-31-release-1-2-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-12-01-release-1-0-0' -> 'www/news/2020-12-01-release-1-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-12-01-release-1-0-0/index.html' -> 'www/news/2020-12-01-release-1-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-20-gsoc-2020' -> 'www/news/2020-05-20-gsoc-2020'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-20-gsoc-2020/index.html' -> 'www/news/2020-05-20-gsoc-2020/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-04-30-release-2-1-0' -> 'www/news/2022-04-30-release-2-1-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2022-04-30-release-2-1-0/index.html' -> 'www/news/2022-04-30-release-2-1-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-11-30-release-2-0-0' -> 'www/news/2021-11-30-release-2-0-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2021-11-30-release-2-0-0/index.html' -> 'www/news/2021-11-30-release-2-0-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-08-03-release-0-9-9' -> 'www/news/2020-08-03-release-0-9-9'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-08-03-release-0-9-9/index.html' -> 'www/news/2020-08-03-release-0-9-9/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-04-release-0-9-8' -> 'www/news/2020-05-04-release-0-9-8'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-05-04-release-0-9-8/index.html' -> 'www/news/2020-05-04-release-0-9-8/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-11-04-release-0-9-6' -> 'www/news/2019-11-04-release-0-9-6'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-11-04-release-0-9-6/index.html' -> 'www/news/2019-11-04-release-0-9-6/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-02-03-release-0-9-7' -> 'www/news/2020-02-03-release-0-9-7'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2020-02-03-release-0-9-7/index.html' -> 'www/news/2020-02-03-release-0-9-7/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-05-02-release-0-9-4' -> 'www/news/2019-05-02-release-0-9-4'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-05-02-release-0-9-4/index.html' -> 'www/news/2019-05-02-release-0-9-4/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-02-04-release-0-9-3' -> 'www/news/2019-02-04-release-0-9-3'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-02-04-release-0-9-3/index.html' -> 'www/news/2019-02-04-release-0-9-3/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-08-02-release-0-9-5' -> 'www/news/2019-08-02-release-0-9-5'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2019-08-02-release-0-9-5/index.html' -> 'www/news/2019-08-02-release-0-9-5/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-08-01-release-0-9-1' -> 'www/news/2018-08-01-release-0-9-1'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-08-01-release-0-9-1/index.html' -> 'www/news/2018-08-01-release-0-9-1/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-11-06-release-0-9-2' -> 'www/news/2018-11-06-release-0-9-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-11-06-release-0-9-2/index.html' -> 'www/news/2018-11-06-release-0-9-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-02-13_seerts_workshop_ulm' -> 'www/news/2018-02-13_seerts_workshop_ulm'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-02-13_seerts_workshop_ulm/index.html' -> 'www/news/2018-02-13_seerts_workshop_ulm/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-04-30-release-0-9-0' -> 'www/news/2018-04-30-release-0-9-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-04-30-release-0-9-0/index.html' -> 'www/news/2018-04-30-release-0-9-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-01-31_release_0-8-3' -> 'www/news/2018-01-31_release_0-8-3'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2018-01-31_release_0-8-3/index.html' -> 'www/news/2018-01-31_release_0-8-3/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-23_gsoc_2017_rover' -> 'www/news/2017-05-23_gsoc_2017_rover'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-23_gsoc_2017_rover/index.html' -> 'www/news/2017-05-23_gsoc_2017_rover/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-04-28_release_0-8-0' -> 'www/news/2017-04-28_release_0-8-0'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-04-28_release_0-8-0/index.html' -> 'www/news/2017-04-28_release_0-8-0/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-03-29_conferences_2017' -> 'www/news/2017-03-29_conferences_2017'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-03-29_conferences_2017/index.html' -> 'www/news/2017-03-29_conferences_2017/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-01-31_release_0-7-2' -> 'www/news/2017-01-31_release_0-7-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-01-31_release_0-7-2/index.html' -> 'www/news/2017-01-31_release_0-7-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-11-14_a4mcar_transfer_to_polarsys_rover' -> 'www/news/2017-11-14_a4mcar_transfer_to_polarsys_rover'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html' -> 'www/news/2017-11-14_a4mcar_transfer_to_polarsys_rover/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-10-30_release_0-8-2' -> 'www/news/2017-10-30_release_0-8-2'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-10-30_release_0-8-2/index.html' -> 'www/news/2017-10-30_release_0-8-2/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-11-04_milestone_release_0-7-1' -> 'www/news/2016-11-04_milestone_release_0-7-1'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-11-04_milestone_release_0-7-1/index.html' -> 'www/news/2016-11-04_milestone_release_0-7-1/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground' -> 'www/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html' -> 'www/news/2016-10-17_eclipsecon_europe_2016_app4mc_playground/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-09-28_itea-review' -> 'www/news/2016-09-28_itea-review'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-09-28_itea-review/index.html' -> 'www/news/2016-09-28_itea-review/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-08-05_capra_project_created' -> 'www/news/2016-08-05_capra_project_created'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-08-05_capra_project_created/index.html' -> 'www/news/2016-08-05_capra_project_created/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-10_digital_innovation_forum_2017' -> 'www/news/2017-05-10_digital_innovation_forum_2017'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2017-05-10_digital_innovation_forum_2017/index.html' -> 'www/news/2017-05-10_digital_innovation_forum_2017/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-07-05_fmtv_challenge' -> 'www/news/2016-07-05_fmtv_challenge'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-07-05_fmtv_challenge/index.html' -> 'www/news/2016-07-05_fmtv_challenge/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-27_summer_school_automotive_2016' -> 'www/news/2016-06-27_summer_school_automotive_2016'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-27_summer_school_automotive_2016/index.html' -> 'www/news/2016-06-27_summer_school_automotive_2016/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-08_eclipsecon_france_2016_capra' -> 'www/news/2016-06-08_eclipsecon_france_2016_capra'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-06-08_eclipsecon_france_2016_capra/index.html' -> 'www/news/2016-06-08_eclipsecon_france_2016_capra/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-04-07_parallel_2016_app4mc_platform' -> 'www/news/2016-04-07_parallel_2016_app4mc_platform'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-04-07_parallel_2016_app4mc_platform/index.html' -> 'www/news/2016-04-07_parallel_2016_app4mc_platform/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-02-12_embedded_world_2016_app4mc' -> 'www/news/2016-02-12_embedded_world_2016_app4mc'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2016-02-12_embedded_world_2016_app4mc/index.html' -> 'www/news/2016-02-12_embedded_world_2016_app4mc/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-12-02_ese_2015_app4mc_talk' -> 'www/news/2015-12-02_ese_2015_app4mc_talk'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-12-02_ese_2015_app4mc_talk/index.html' -> 'www/news/2015-12-02_ese_2015_app4mc_talk/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk' -> 'www/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html' -> 'www/news/2015-11-04_eclipsecon_europe_2015_app4mc_talk/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-06-11_project_proposal_posted' -> 'www/news/2015-06-11_project_proposal_posted'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-06-11_project_proposal_posted/index.html' -> 'www/news/2015-06-11_project_proposal_posted/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-03-26_newsletter_article_amathea4public' -> 'www/news/2015-03-26_newsletter_article_amathea4public'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-03-26_newsletter_article_amathea4public/index.html' -> 'www/news/2015-03-26_newsletter_article_amathea4public/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-08-12_creation_review_passed' -> 'www/news/2015-08-12_creation_review_passed'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/news/2015-08-12_creation_review_passed/index.html' -> 'www/news/2015-08-12_creation_review_passed/index.html'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/sitemap.xml' -> 'www/sitemap.xml'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets' -> 'www/snippets'
'hugo/websites/www.eclipse.org-app4mc-hugo/site/public/snippets/index.html' -> 'www/snippets/index.html'
[Pipeline] dir
Running in /home/jenkins/agent/workspace/build-and-publish-website_master/www
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials app4mc-bot (GitLab bot (SSH))
[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-3s43tUi3H6HD/agent.219
SSH_AGENT_PID=221
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-and-publish-website_master/www@tmp/private_key_17054638782308870039.key (app4mc-bot@eclipse.org)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ git add -A
+ git diff --cached --exit-code
+ echo 'No change have been detected since last build, nothing to publish'
No change have been detected since last build, nothing to publish
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 221 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
[GitLab Pipeline Status] Notifying branch build status: SUCCESS build-and-publish-website/master #4: This commit looks good.
[GitLab Pipeline Status] Notified
Finished: SUCCESS