test jenkins

This commit is contained in:
RolandBakunts 2023-01-16 01:21:20 -08:00
parent 74a01ecadd
commit 2c16fc9019

View file

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