Permalink
Browse files
Added note about tagging scheme.
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
Jenkinsfile
|
@@ -28,6 +28,7 @@ node('docker') { |
|
|
def imagename = imagename() |
|
|
def tag |
|
|
|
|
|
// Tag images created on master branch with 'latest' |
|
|
if(env.BRANCH_NAME == "master"){ |
|
|
tag = "latest" |
|
|
}else{ |
|
|