forked from BLOCKFANTASY/LOOHP-Limbo
Delete Jenkinsfile
This commit is contained in:
parent
e94ed4389d
commit
ab643db72b
|
|
@ -1,17 +0,0 @@
|
||||||
pipeline {
|
|
||||||
agent none
|
|
||||||
stages{
|
|
||||||
stage('Build'){
|
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
image 'maven:3-alpine'
|
|
||||||
args '-v /root/.m2:/root/.m2'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
sh 'mvn clean install'
|
|
||||||
stash includes: 'target/*.jar', name: 'targetfiles'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue