new jenkins agent

This commit is contained in:
Kameron Kenny - pi501 2024-04-23 11:05:49 -04:00
parent f168400791
commit 4209946137
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
label 'jenkins-agent-pi501' label 'pi501.in.thelinuxpro.net'
} }
stages { stages {