test Jenkinsfile
This commit is contained in:
parent
d0061734f3
commit
e966f94bd2
|
@ -1,10 +1,6 @@
|
|||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'node:6-alpine'
|
||||
args '-p 3000:3000'
|
||||
}
|
||||
}
|
||||
agent any
|
||||
|
||||
environment {
|
||||
CI = 'true'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue