more ssh testing
Gitea/webhook-testing/pipeline/head There was a failure building this commit Details

testing
s00ner 2022-02-17 01:54:17 +00:00
parent 7e693213b4
commit 87d934606c
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -11,7 +11,8 @@ pipeline {
ssh-keyscan -t rsa,dsa baltimore-wiki.lxd >> ~/.ssh/known_hosts ssh-keyscan -t rsa,dsa baltimore-wiki.lxd >> ~/.ssh/known_hosts
ssh mdbook@baltimore-wiki.lxd << EOF ssh mdbook@baltimore-wiki.lxd << EOF
echo "testing" >> ~/test echo "testing" >> ~/test
EOF''' EOF
'''
} }
} }
} }