mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-18 08:39:30 +00:00
ci: ssh into the bare-metal machine
Missed the CICO_NODE to ssh into, that has now been added too. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
629a8e0166
commit
ea281737fe
@ -97,7 +97,7 @@ node('cico-workspace') {
|
|||||||
}
|
}
|
||||||
stage('pull base container images') {
|
stage('pull base container images') {
|
||||||
def base_image = sh(
|
def base_image = sh(
|
||||||
script: 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "source /opt/build/go/src/github.com/ceph/ceph-csi/build.env && echo ${BASE_IMAGE}"',
|
script: 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@${CICO_NODE} "source /opt/build/go/src/github.com/ceph/ceph-csi/build.env && echo ${BASE_IMAGE}"',
|
||||||
returnStdout: true
|
returnStdout: true
|
||||||
).trim()
|
).trim()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user