mirror of https://github.com/LOOHP/Limbo.git
Added Jenkinsfile
This commit is contained in:
parent
5e4cf7a4e5
commit
77adda5646
|
|
@ -0,0 +1,11 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('') {
|
||||||
|
steps {
|
||||||
|
build 'mvn clean install'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue