ok bro
This commit is contained in:
parent
b25968cce4
commit
34bcc44fad
1 changed files with 0 additions and 16 deletions
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
|
@ -1,16 +0,0 @@
|
|||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile'
|
||||
args '-v /tmp/data:/app/data -p 3024:3024'
|
||||
additionalBuildArgs '--build-arg UID=1000 --build-arg GID=1000'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'echo hello, disseminate!'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue