test jenkins

This commit is contained in:
RolandBakunts 2023-01-16 00:54:59 -08:00
parent e030f531c6
commit d116308dfc

View file

@ -1,9 +1,8 @@
pipeline {
agent {
label 'linux-agent'
}
agent none
stages {
stage('Stage 1') {
agent { label linux-agent }
steps {
echo 'Hello xzxxzx world!'
}