jf
This commit is contained in:
parent
da842e71ba
commit
842add4b3d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -15,8 +15,8 @@ node {
|
||||
* First, the incremental build number from Jenkins
|
||||
* Second, the 'latest' tag.
|
||||
* Pushing multiple tags is cheap, as all the layers are reused. */
|
||||
app.push("devel")
|
||||
//app.push("${env.BUILD_NUMBER}")
|
||||
app.push()
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
|
||||
}
|
||||
stage('Cleaning'){
|
||||
|
Loading…
Reference in New Issue
Block a user