Compare commits

...

3 Commits

Author SHA1 Message Date
s00ner edb308766b added timestamp for main branch
Gitea/webhook-testing/pipeline/head This commit looks good Details
2022-02-17 14:08:24 -05:00
s00ner efae56708b Adding timestamp
Gitea/webhook-testing/pipeline/head This commit looks good Details
2022-02-17 14:00:31 -05:00
s00ner 8a18090a27 Updated readme
Gitea/webhook-testing/pipeline/head This commit looks good Details
2022-02-17 13:55:44 -05:00
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
ssh-keyscan -t rsa,dsa baltimore-wiki.lxd >> ~/.ssh/known_hosts
ssh mdbook@baltimore-wiki.lxd << EOF
echo "main branch" >> ~/test
echo "$(date): main branch" >> ~/test
EOF
'''
}
@ -28,7 +28,7 @@ EOF
[ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh
ssh-keyscan -t rsa,dsa baltimore-wiki.lxd >> ~/.ssh/known_hosts
ssh mdbook@baltimore-wiki.lxd << EOF
echo "testing branch" >> ~/test
echo "$(date): testing branch" >> ~/test
EOF
'''
}

View File

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