fix pipeline #22

Closed
bquarkz wants to merge 10 commits from fix/pipeline into master
Showing only changes of commit 87096e1fd9 - Show all commits

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
stages {
state('Clean') {
stage('Clean') {
steps {
echo 'Clean..'
sh './gradlew clean'