add timestamps to all commands
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
60f1e485d6
commit
2890614a08
|
@ -2,6 +2,7 @@ pipeline {
|
|||
agent { label 'linux' }
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 25, unit: 'MINUTES')
|
||||
/* Limit builds retained */
|
||||
|
|
|
@ -2,6 +2,7 @@ pipeline {
|
|||
agent { label 'fastlane' }
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 35, unit: 'MINUTES')
|
||||
/* Limit builds retained */
|
||||
|
|
|
@ -15,6 +15,7 @@ pipeline {
|
|||
}
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 25, unit: 'MINUTES')
|
||||
/* Limit builds retained */
|
||||
|
|
|
@ -2,6 +2,7 @@ pipeline {
|
|||
agent { label 'macos' }
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 25, unit: 'MINUTES')
|
||||
/* Limit builds retained */
|
||||
|
|
Loading…
Reference in New Issue