test jenkins

This commit is contained in:
RolandBakunts 2023-01-16 01:17:12 -08:00
parent d116308dfc
commit 5af02c21d3

View file

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