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