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 { pipeline {
agent { agent {
node { node {
label 'ubuntu-agent' label 'ubuntu-master'
} }
} }
stages { stages {