oopsiewoopsie

This commit is contained in:
hexlocation's laptop (asiago) 2024-03-30 18:35:57 -04:00
parent c389a7a28f
commit 94c5aedcc4

2
Jenkinsfile vendored
View file

@ -1,5 +1,6 @@
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'
@ -7,6 +8,7 @@ pipeline {
label 'disseminate' label 'disseminate'
} }
} }
}
stages { stages {
stage('Test') { stage('Test') {
steps { steps {