JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 11:13:15 -08:00
parent 8b567b6e5e
commit 484bb0152f

2
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline {
agent {
node {
label 'ubuntu-master'
label 'ubuntu-agent'
}
}
stages {