Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 08:07:13 +02:00
parent b7fa990124
commit 5b50945649

1
Jenkinsfile vendored
View File

@ -2,7 +2,6 @@ pipeline {
agent {
docker {
image 'node:19-bullseye-slim'
args '-p 3000:3000'
}
}
environment {