test jenkins

This commit is contained in:
RolandBakunts 2023-01-16 01:18:49 -08:00
parent 5af02c21d3
commit 74a01ecadd

View file

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