Compare commits

...

2 Commits

Author SHA1 Message Date
5da3dddc2c #7 check
Some checks failed
gitea-bro-js/journal.pl/pipeline/head There was a failure building this commit
2024-03-29 11:35:55 +03:00
e6faee3cff #7 check
Some checks failed
gitea-bro-js/journal.pl/pipeline/head There was a failure building this commit
2024-03-29 11:30:22 +03:00

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 {
} }
} }
} }
} // }