Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-07-13 14:13:08 +03:00 committed by GitHub
parent 99c7b74c81
commit 374b4a2fb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -65,7 +65,6 @@ pipeline {
echo: 'caught error: $err'
}
sh "sshpass -p '$USERPASS' -v ssh -o StrictHostKeyChecking=no $USERNAME@${env.server_api} \"docker run --restart always --name pet -p 8081:8080 -d sprientera/pet:${env.BUILD_NUMBER}\""
}
}
}
}