change jenkins node to workstation
All checks were successful
gitea-sync/luafcgi/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-03-20 19:40:54 +01:00
parent 07aa4f4b79
commit 1b6411bf01

2
Jenkinsfile vendored
View File

@ -30,7 +30,7 @@ def build_luad() {
} }
pipeline { pipeline {
agent { node { label'master' } } agent { node { label'workstation' } }
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.