diff --git a/Jenkinsfile b/Jenkinsfile index 9930cad..045828b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,8 @@ pipeline { ssh-keyscan -t rsa,dsa baltimore-wiki.lxd >> ~/.ssh/known_hosts ssh mdbook@baltimore-wiki.lxd << EOF echo "testing" >> ~/test - EOF''' + EOF + ''' } } }