Added Jenkins file

Added Jenkins file to automate builds
This commit is contained in:
Teriuihi 2024-08-07 00:26:11 +02:00
parent bd9ecc2677
commit cbf51f3fc8

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Gradle') {
steps {
'bash ./gradlew build'
sh 'bash ./gradlew build'
}
}
stage('Archive') {