MatterLink/Jenkinsfile

5 lines
94 B
Groovy

node {
checkout scm
sh './gradlew setupCiWorkspace clean build'
archive 'build/libs/*jar'
}