Skip to content

Commit

Permalink
[NONE] Log some additional info for releasing
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Prediger <nico.prediger@itemis.de>
  • Loading branch information
Nico Prediger committed Aug 30, 2021
1 parent 5c1facd commit 5f2fc47
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion promote.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pipeline {

if ssh genie.gef@projects-storage.eclipse.org "test -e ${REMOTE_UPDATE_SITE}/${UPDATE_SITE_LABEL}";
then
echo "WARNING: Skipping promotion to drop location, because target already exists!"
echo "WARNING: Skipping promotion to update site, because target already exists!"
echo "WARNING: If you want to redeploy, (re)move or rename the target first."
else

Expand Down Expand Up @@ -293,6 +293,24 @@ pipeline {
fi
fi
"""

sh label: "Print versions relevant to SimRel", script: """
set -eo pipefail
ssh genie.gef@projects-storage.eclipse.org '''
cd ${REMOTE_UPDATE_SITE}/${UPDATE_SITE_LABEL}/features
ls org.eclipse.gef.geometry.sdk*
ls org.eclipse.gef.graph.sdk*
ls org.eclipse.gef.common.sdk*
ls org.eclipse.gef.layout.sdk*
ls org.eclipse.gef.dot.sdk*
ls org.eclipse.gef.dot.user*
ls org.eclipse.gef.fx.sdk*
ls org.eclipse.gef.mvc.sdk*
ls org.eclipse.gef.zest.sdk*
ls org.eclipse.gef.cloudio.sdk*
ls org.eclipse.gef.cloudio.user*
'''
"""
}
}
}
Expand Down

0 comments on commit 5f2fc47

Please sign in to comment.