Adding timestamp
Gitea/webhook-testing/pipeline/head This commit looks good Details

testing
s00ner 2022-02-17 14:00:31 -05:00
parent 8a18090a27
commit efae56708b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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