trying -tt
Gitea/webhook-testing/pipeline/head Something is wrong with the build of this commit
Details
Gitea/webhook-testing/pipeline/head Something is wrong with the build of this commit
Details
parent
ef9c3bbcec
commit
e7fc96d2d8
|
@ -9,7 +9,7 @@ pipeline {
|
|||
sh '''
|
||||
[ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh
|
||||
ssh-keyscan -t rsa,dsa baltimore-wiki.lxd >> ~/.ssh/known_hosts
|
||||
ssh -t mdbook@baltimore-wiki.lxd << EOF
|
||||
ssh -tt mdbook@baltimore-wiki.lxd << EOF
|
||||
echo "testing" >> ~/test
|
||||
EOF
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue