#7 check
Some checks failed
gitea-bro-js/journal.pl/pipeline/head There was a failure building this commit

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

4
Jenkinsfile vendored
View File

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