test Jenkinsfile

This commit is contained in:
medcl 2020-03-03 11:23:47 +08:00
parent d0061734f3
commit e966f94bd2
1 changed files with 2 additions and 6 deletions

8
Jenkinsfile vendored
View File

@ -1,10 +1,6 @@
pipeline { pipeline {
agent { agent any
docker {
image 'node:6-alpine'
args '-p 3000:3000'
}
}
environment { environment {
CI = 'true' CI = 'true'
} }