This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-training.git
commit 72098676bd0cef4138c125fcbde5e5a9e9fc1c5e Author: Christofer Dutz <[email protected]> AuthorDate: Fri Apr 26 11:20:47 2019 +0200 - Trying to get things working (Might be a few of these commit messages) --- Jenkinsfile | 3 --- tools/Jenkinsfile | 3 --- 2 files changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2d04f07..0de26c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,9 +21,6 @@ pipeline { agent any - options { - timestamps() - } stages { stage('Build Website') { when { diff --git a/tools/Jenkinsfile b/tools/Jenkinsfile index 19ad653..473be6c 100644 --- a/tools/Jenkinsfile +++ b/tools/Jenkinsfile @@ -21,9 +21,6 @@ pipeline { agent any - options { - timestamps() - } stages { stage('Build RevealJS Template') { when {
