Skip to content
Snippets Groups Projects
Commit 839b9d8f authored by Reinhard Biegel's avatar Reinhard Biegel
Browse files

fix(CI): Run scp in jnlp container


Signed-off-by: default avatarReinhard Biegel <reinhard.biegel@in-tech.com>
parent 82e361f3
No related branches found
No related tags found
3 merge requests!64Merge 0.8,!15Fix PCM Findings,!11Draft: Resolve "CI Setup"
Pipeline #1021 failed
......@@ -27,6 +27,7 @@ spec:
requests:
memory: "16Gi"
cpu: "4"
- name: jnlp
volumeMounts:
- name: volume-known-hosts
mountPath: /home/jenkins/.ssh
......@@ -64,7 +65,7 @@ spec:
}
stage('Deploy') {
steps {
container('openpass-build') {
container('jnlp') {
sshagent ( ['projects-storage.eclipse.org-bot-ssh']) {
sh '''
ssh -o BatchMode=yes genie.simopenpass@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/simopenpass/snapshots
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment