Mise à jour de 'Jenkinsfile'
This commit is contained in:
parent
d6595862d4
commit
0380e9cf9b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -8,7 +8,7 @@ remote.agent = false
|
||||
remote.logLevel = 'INFO'
|
||||
|
||||
pipeline{
|
||||
agent { node{ label'master' }}
|
||||
agent { node{ label'Built-In Node' }}
|
||||
options {
|
||||
// Limit build history with buildDiscarder option:
|
||||
// daysToKeepStr: history is only kept up to this many days.
|
||||
|
Loading…
Reference in New Issue
Block a user