Fixed agent file
This commit is contained in:
parent
90d031c5fe
commit
4b8f899629
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,10 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent any
|
||||||
docker {
|
|
||||||
image 'node:20-alpine'
|
|
||||||
args '-v /var/run/docker.sock:/var/run/docker.sock'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
NODE_ENV = 'production'
|
NODE_ENV = 'production'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user