1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-07 13:31:43 +00:00

Added Jenkinsfile

This commit is contained in:
LOOHP
2020-08-09 00:30:57 +08:00
parent 5e4cf7a4e5
commit 77adda5646
Vendored
+11
View File
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('') {
steps {
build 'mvn clean install'
}
}
}
}