build with docker libs

This commit is contained in:
Kameron Kenny 2024-06-26 12:54:19 -04:00
parent 4782caeaee
commit 4b3d0e3c7b
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ pipeline {
agent { agent {
node { node {
label 'pi501.in.thelinuxpro.net' label 'pi501.in.thelinuxpro.net'
dockerfile true
} }
} }