Mise à jour de 'Jenkinsfile'

This commit is contained in:
dany 2022-08-01 11:41:49 +02:00
parent 0380e9cf9b
commit c8c888ca7d

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ remote.agent = false
remote.logLevel = 'INFO' remote.logLevel = 'INFO'
pipeline{ pipeline{
agent { node{ label'Built-In Node' }} agent { node{ label'master' }}
options { options {
// Limit build history with buildDiscarder option: // Limit build history with buildDiscarder option:
// daysToKeepStr: history is only kept up to this many days. // daysToKeepStr: history is only kept up to this many days.