JenkinsFile docker configuration

This commit is contained in:
RolandBakunts 2023-01-17 02:35:39 -08:00
parent 7355b5605a
commit febad51639

2
Jenkinsfile vendored
View file

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