This commit is contained in:
RolandBakunts 2023-01-16 06:15:42 -08:00
parent 38282b4383
commit 84c43d9bac

View file

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