trying -tt
Gitea/webhook-testing/pipeline/head Something is wrong with the build of this commit Details

testing
s00ner 2022-02-17 02:00:38 +00:00
parent ef9c3bbcec
commit e7fc96d2d8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
'''