This commit is contained in:
Witalij Poljatchek 2024-07-17 22:51:54 +02:00
parent a9387b1f28
commit 020ba600d9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent { label 'jenkins-nodejs-agent' }
environment {
RELEASE = "latest"
RELEASE = "0.0.1"
}
stages {
stage('Build static content') {