Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
chubing committed Feb 16, 2018
1 parent 965d4d3 commit 4d78613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -67,8 +67,8 @@ node('docker') {
def baseImg = docker.build("$maintainer/$imagename", "--no-cache .")
baseImg.push("$tag")
// Push to private repo to do security scan on container
baseImg = docker.build("tieradmin/security-scan-$imagename")
baseImg.push("$tag")
// baseImg = docker.build("tieradmin/security-scan-$imagename")
// baseImg.push("$tag")
}

stage 'Notify'

0 comments on commit 4d78613

Please sign in to comment.