nv
This commit is contained in:
parent
94c5aedcc4
commit
3e83928840
1 changed files with 5 additions and 7 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,14 +1,12 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
|
||||||
dockerfile {
|
dockerfile {
|
||||||
filename 'Dockerfile'
|
filename 'Dockerfile'
|
||||||
args: '-v /tmp/data:/app/data -p 3024:3024'
|
args '-v /tmp/data:/app/data -p 3024:3024'
|
||||||
additionalBuildArgs: '--build-arg UID=1000 --build-arg GID=1000'
|
additionalBuildArgs '--build-arg UID=1000 --build-arg GID=1000'
|
||||||
label 'disseminate'
|
label 'disseminate'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue