This commit is contained in:
Primakov Alexandr Alexandrovich 2024-03-29 11:35:55 +03:00
parent e6faee3cff
commit 5da3dddc2c

4
Jenkinsfile vendored

@ -1,4 +1,4 @@
pipeline { // pipeline {
agent { agent {
docker { docker {
image 'node:18' image 'node:18'
@ -26,4 +26,4 @@ pipeline {
} }
} }
} }
} // }