Skip to content
Snippets Groups Projects
Commit 39238a40 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[Jenkins] Added timestamps to log output.

Missing indentation is intentional as this completely wraps
everything.
parent 59080d61
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
def builders = [:] def builders = [:]
def helper = new ogs.helper() def helper = new ogs.helper()
timestamps {
builders['gcc'] = { builders['gcc'] = {
node('docker') { node('docker') {
dir('ogs') { checkout scm } dir('ogs') { checkout scm }
...@@ -57,3 +59,5 @@ if (currentBuild.result == "SUCCESS" || currentBuild.result == "UNSTABLE") { ...@@ -57,3 +59,5 @@ if (currentBuild.result == "SUCCESS" || currentBuild.result == "UNSTABLE") {
} }
} }
} }
} // end timestamps
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment