Mise à jour de 'Jenkinsfile'

This commit is contained in:
dany 2022-08-01 11:27:02 +02:00
parent 6ebb968f06
commit d1619cde26

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline{
// Enable timestamps in build log console
timestamps()
// Maximum time to run the whole pipeline before canceling it
timeout(time: &, unit: 'HOURS')
timeout(time: 1, unit: 'HOURS')
// Use Jenkins ANSI Color Plugin for log console
ansiColor('xterm')
// Limit build concurrency to 1 per branch