This commit is contained in:
RolandBakunts 2023-01-16 06:11:33 -08:00
parent aa6da67115
commit 38282b4383

View file

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