Jenkinsfile.
This commit is contained in:
parent
b7fa990124
commit
5b50945649
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -2,7 +2,6 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'node:19-bullseye-slim'
|
image 'node:19-bullseye-slim'
|
||||||
args '-p 3000:3000'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
Loading…
Reference in New Issue
Block a user