forked from BLOCKFANTASY/LOOHP-Limbo
Update Jenkinsfile
This commit is contained in:
Vendored
+3
@@ -1,4 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
|
agent none
|
||||||
|
stages{
|
||||||
stage('Build'){
|
stage('Build'){
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
@@ -11,4 +13,5 @@ pipeline {
|
|||||||
stash includes: 'target/*.jar', name: 'targetfiles'
|
stash includes: 'target/*.jar', name: 'targetfiles'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user