test jenkins

This commit is contained in:
RolandBakunts 2023-01-14 10:44:30 -08:00
parent 1838a3606e
commit cc9f4628c2

10
JenkinsFIle Normal file
View file

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello xzxxzx world!'
}
}
}
}