fix: agent name

This commit is contained in:
Guilhem Lavaux 2024-11-16 15:15:03 +01:00
parent ecf63ce202
commit 457627d112

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline { pipeline {
agent { node { label 'ubuntu'; } } agent { node { label 'linux'; } }
options { buildDiscarder(logRotator(numToKeepStr: '5')) } options { buildDiscarder(logRotator(numToKeepStr: '5')) }