Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 497928

Summary: node server builds are not deployed to orion.eclipse.org
Product: [ECD] Orion Reporter: Olivier Thomann <Olivier_Thomann>
Component: ServerAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P3 CC: frederic.gurr
Version: 12.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Olivier Thomann CLA 2016-07-14 13:35:05 EDT
It looks like the latest builds of the node server are not being deployed to orion.eclipse.org.

The latest build that deployed is:
https://hudson.eclipse.org/orion/job/orion-node/587/

The next one https://hudson.eclipse.org/orion/job/orion-node/588/ failed to deploy because of this:

Deploying /home/data/httpd/download.eclipse.org/orion/orionode/orionode_2016-07-13_14-20-52.tar.gz to orion.eclipse.org
Copying build to orion.eclipse.org
ssh: Could not resolve hostname orion.eclipse.org: Name or service not known
lost connection
Copy failed: scp /home/data/httpd/download.eclipse.org/orion/orionode/orionode_2016-07-13_14-20-52.tar.gz admin@orion.eclipse.org:/home/admin/orionode
Finished: SUCCESS

Surprisingly the build is still a success. So we have two issues:
1) why the build is not being deployed?
2) why the build is green if the deployment failed.
Comment 1 Frederic Gurr CLA 2016-07-15 19:00:00 EDT
1. Problem has been fixed, see bug 497930
2. The "Execute shell" build step fails, when one of the commands has an exit value other than 0. This obviously was not the case.