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 {
agent {
docker {
dockerfile {
filename 'Dockerfile'
args: '-v /tmp/data:/app/data -p 3024:3024'
@ -7,6 +8,7 @@ pipeline {
label 'disseminate'
}
}
}
stages {
stage('Test') {
steps {