test jenkins

This commit is contained in:
RolandBakunts 2023-01-16 01:50:26 -08:00
parent 2c16fc9019
commit 3a20e57910

View file

@ -8,6 +8,9 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Hello xzxxzx world!'
withGradle(){
sh './gradlew -v'
}
}
}
}