mirror of https://github.com/LOOHP/Limbo.git
Update Jenkinsfile
This commit is contained in:
parent
192cc02ec2
commit
e94ed4389d
|
|
@ -1,4 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
|
agent none
|
||||||
|
stages{
|
||||||
stage('Build'){
|
stage('Build'){
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
|
|
@ -12,3 +14,4 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue