added timestamp for main branch
Gitea/webhook-testing/pipeline/head This commit looks good Details

testing
s00ner 1 year ago
parent efae56708b
commit edb308766b

2
Jenkinsfile vendored

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

Loading…
Cancel
Save