fix: agent name

This commit is contained in:
Guilhem Lavaux 2024-11-16 15:02:39 +01:00
parent b124f285b5
commit 6b30847425

2
Jenkinsfile vendored
View File

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