Devel jenkinsfile
This commit is contained in:
parent
18a564a109
commit
4ceeb93cb8
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -15,8 +15,7 @@ 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()
|
app.push("devel")
|
||||||
app.push("${env.BUILD_NUMBER}")
|
|
||||||
|
|
||||||
}
|
}
|
||||||
stage('Cleaning'){
|
stage('Cleaning'){
|
||||||
|
Loading…
Reference in New Issue
Block a user