Update 'Jenkinsfile'

main
CIzz22 1 year ago
parent 8673b85c55
commit 772964334e

7
Jenkinsfile vendored

@ -11,11 +11,8 @@ pipeline {
steps {
sshagent(['backend-server-digitaltwin']) { // Use the credential ID you created
sh '''
# Print SSH key info
ssh-add -l
# Try verbose SSH connection
ssh -v -o StrictHostKeyChecking=no aimo@192.168.1.82 'echo test'
# Extract public key from agent
ssh-add -L
'''
}
}

Loading…
Cancel
Save