build tag 0.0.2

This commit is contained in:
Witalij Poljatchek 2024-07-24 15:53:32 +02:00
parent b36efa0ddf
commit ec5fb6d443
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.2"
}
stages {
stage('Build static content') {