add timestamps to all commands

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-11-13 12:58:34 +01:00
parent 60f1e485d6
commit 2890614a08
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ pipeline {
agent { label 'linux' }
options {
timestamps()
/* Prevent Jenkins jobs from running forever */
timeout(time: 25, unit: 'MINUTES')
/* Limit builds retained */

View File

@ -2,6 +2,7 @@ pipeline {
agent { label 'fastlane' }
options {
timestamps()
/* Prevent Jenkins jobs from running forever */
timeout(time: 35, unit: 'MINUTES')
/* Limit builds retained */

View File

@ -15,6 +15,7 @@ pipeline {
}
options {
timestamps()
/* Prevent Jenkins jobs from running forever */
timeout(time: 25, unit: 'MINUTES')
/* Limit builds retained */

View File

@ -2,6 +2,7 @@ pipeline {
agent { label 'macos' }
options {
timestamps()
/* Prevent Jenkins jobs from running forever */
timeout(time: 25, unit: 'MINUTES')
/* Limit builds retained */