Update Jenkinsfile

This commit is contained in:
Firassawan 2020-03-09 15:43:59 -04:00 committed by GitHub
parent e7540b83fc
commit b777ed5bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -6,5 +6,10 @@ pipeline {
sh './mvnw package'
}
}
stage('Test') {
steps {
sh './gradlew check'
}
}
}
}