#7 feature/add-jenkins #9

Merged
primakov merged 11 commits from feature/add-jenkins into master 2024-03-29 13:33:38 +03:00
Showing only changes of commit 5d051eae76 - Show all commits

View File

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