dev #14

Merged
wtukatyr merged 24 commits from dev into main 2025-06-09 12:51:35 +03:00
2 changed files with 30 additions and 0 deletions
Showing only changes of commit ef2741fccb - Show all commits

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ pipeline {
keyFileVariable: 'SSH_PRIVATE_KEY' keyFileVariable: 'SSH_PRIVATE_KEY'
) )
]) { ]) {
sh "ssh -i $SSH_PRIVATE_KEY saccada@saccada.xyz 'find ~/ws'" sh "ssh -i \"$SSH_PRIVATE_KEY\" saccada@saccada.xyz 'find ~/ws'"
} }
} }
} }