modification v2 jenkins

This commit is contained in:
Jazze7 2024-11-06 10:52:35 +05:30
parent 1ed6207275
commit 36888b453d

1
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ pipeline {
script {
sshagent(credentials: [SSH_CREDENTIALS]) {
sh '''
mkdir -p ~/.ssh
ssh-keyscan -H 160.187.166.47 >> ~/.ssh/known_hosts
'''
}