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