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