test jenkins

This commit is contained in:
RolandBakunts 2023-01-16 00:50:56 -08:00
parent 941931d2de
commit e030f531c6

View file

@ -1,5 +1,7 @@
pipeline {
agent linux-agent
agent {
label 'linux-agent'
}
stages {
stage('Stage 1') {
steps {