Jenkins führt das Shell -Skript auf dem Remote -Host mit SSH aus

 sh'''#!/bin/bash
                ssh -i ~/.ssh/core.pem -o StrictHostKeyChecking=no username@targetIP << 'EOF'
                #run commands here...
                exit
                EOF
                '''
Biggus Dickus