mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-07 21:41:43 +00:00
Update Jenkinsfile
This commit is contained in:
Vendored
+3
@@ -1,4 +1,6 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages{
|
||||
stage('Build'){
|
||||
agent {
|
||||
docker {
|
||||
@@ -11,4 +13,5 @@ pipeline {
|
||||
stash includes: 'target/*.jar', name: 'targetfiles'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user