RELEASE = "latest"

This commit is contained in:
Witalij Poljatchek 2024-07-17 23:14:16 +02:00
parent 020ba600d9
commit b36efa0ddf
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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