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 {
|
||||
|
|
@ -12,3 +14,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue