test jenkins

This commit is contained in:
RolandBakunts 2023-01-16 02:47:01 -08:00
parent 3a20e57910
commit 7d37529932

View file

@ -9,7 +9,7 @@ pipeline {
steps {
echo 'Hello xzxxzx world!'
withGradle(){
sh './gradlew -v'
sh './gradlew test'
}
}
}