mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 17:38:21 +01:00
Update Jenkinsfile
This commit is contained in:
parent
45fcfe8726
commit
deaebf1c01
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -28,7 +28,7 @@ pipeline{
|
|||||||
// Enable timestamps in build log console
|
// Enable timestamps in build log console
|
||||||
timestamps()
|
timestamps()
|
||||||
// Maximum time to run the whole pipeline before canceling it
|
// Maximum time to run the whole pipeline before canceling it
|
||||||
timeout(time: 1, unit: 'HOURS')
|
timeout(time: 3, unit: 'HOURS')
|
||||||
// Use Jenkins ANSI Color Plugin for log console
|
// Use Jenkins ANSI Color Plugin for log console
|
||||||
ansiColor('xterm')
|
ansiColor('xterm')
|
||||||
// Limit build concurrency to 1 per branch
|
// Limit build concurrency to 1 per branch
|
||||||
|
Loading…
Reference in New Issue
Block a user