RELEASE = "latest"
This commit is contained in:
parent
020ba600d9
commit
b36efa0ddf
|
@ -2,7 +2,7 @@ pipeline {
|
|||
agent { label 'jenkins-nodejs-agent' }
|
||||
|
||||
environment {
|
||||
RELEASE = "0.0.1"
|
||||
RELEASE = "latest"
|
||||
}
|
||||
stages {
|
||||
stage('Build static content') {
|
||||
|
|
Loading…
Reference in New Issue