JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 10:00:34 -08:00
parent 20c0284fb1
commit b3e93516b5

2
Jenkinsfile vendored
View file

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