From efae56708b435a90e1941bc04b28377a16970cc0 Mon Sep 17 00:00:00 2001 From: s00ner Date: Thu, 17 Feb 2022 14:00:31 -0500 Subject: [PATCH] Adding timestamp --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6cf52b7..4364ea8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' }