feat(ci)_: add ansiColor(xterm) for nice colors
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9ddc6e6df1
commit
769ea7799b
|
@ -20,6 +20,7 @@ pipeline {
|
|||
options {
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 40, unit: 'MINUTES')
|
||||
ansiColor('xterm')
|
||||
disableConcurrentBuilds()
|
||||
/* Go requires a certain directory structure */
|
||||
checkoutToSubdirectory('src/github.com/status-im/status-go')
|
||||
|
|
|
@ -19,6 +19,7 @@ pipeline {
|
|||
|
||||
options {
|
||||
timestamps()
|
||||
ansiColor('xterm')
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 10, unit: 'MINUTES')
|
||||
disableConcurrentBuilds()
|
||||
|
|
|
@ -19,6 +19,7 @@ pipeline {
|
|||
|
||||
options {
|
||||
timestamps()
|
||||
ansiColor('xterm')
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 10, unit: 'MINUTES')
|
||||
disableConcurrentBuilds()
|
||||
|
|
|
@ -19,6 +19,7 @@ pipeline {
|
|||
|
||||
options {
|
||||
timestamps()
|
||||
ansiColor('xterm')
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 10, unit: 'MINUTES')
|
||||
disableConcurrentBuilds()
|
||||
|
|
|
@ -39,6 +39,7 @@ pipeline {
|
|||
|
||||
options {
|
||||
timestamps()
|
||||
ansiColor('xterm')
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: getDefaultTimeout(), unit: 'MINUTES')
|
||||
disableConcurrentBuilds()
|
||||
|
|
Loading…
Reference in New Issue