Compare commits

..

No commits in common. "edb308766b67ea59bcb65ee89bc341030d34f8fb" and "e52a9bf189fd3833702dfd82c9096dbaf00d8f29" have entirely different histories.

2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
[ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh [ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh
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 "$(date): main branch" >> ~/test echo "main branch" >> ~/test
EOF EOF
''' '''
} }
@ -28,7 +28,7 @@ EOF
[ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh [ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh
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 "$(date): testing branch" >> ~/test echo "testing branch" >> ~/test
EOF EOF
''' '''
} }

View File

@ -1,3 +1,3 @@
# webhook-testing # webhook-testing
A repo for testing out gitea webhooks and jenkins. A repo for testing out gitea webhooks.