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 agent any
stages { stages {
state('Clean') { stage('Clean') {
steps { steps {
echo 'Clean..' echo 'Clean..'
sh './gradlew clean' sh './gradlew clean'