MatterLink/JenkinsFile

5 lines
94 B
Plaintext

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