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