Update Jenkinsfile

This commit is contained in:
LOOHP
2020-08-09 00:52:10 +08:00
committed by GitHub
parent 192cc02ec2
commit e94ed4389d
Vendored
+3
View File
@@ -1,4 +1,6 @@
pipeline {
agent none
stages{
stage('Build'){
agent {
docker {
@@ -12,3 +14,4 @@ pipeline {
}
}
}
}