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