This commit is contained in:
2026-02-28 11:08:45 +03:00
parent c3b07fa856
commit 78fc29ba5e

3
Jenkinsfile vendored
View File

@@ -1,5 +1,8 @@
pipeline {
agent any
tools {
nodejs 'node20'
}
stages {
stage('Install') {
steps {