modified: Jenkinsfile
Version 3.25
This commit is contained in:
parent
3dcc4b486d
commit
0a456c942c
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -12,6 +12,7 @@ node("docker-node") {
|
||||
|
||||
stage "publish"
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
app.push("3.25")
|
||||
app.push("latest")
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user