Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Jenkinsfile
added 401 and full_demo
wgthom committed Apr 20, 2019
1 parent 05e30ea commit 1c99a6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
@@ -17,7 +17,7 @@ exceriseSets = [
// 'ex101' : [3, 2],
'201' : [1, 1, 1, 1, 1],
// 'ex301' : [2, 2, 5, 6], manually built with a single image
// just build 201 for now '401' : [6, 9, 7, 1]
'401' : [6, 9, 7, 1]
]

pipeline {
@@ -106,6 +106,9 @@ pipeline {

baseImg = docker.build("${maintainer}/${imagename}:301.4.1-${tag}", "--no-cache --pull --build-arg VERSION_TAG=${tag} ex301/ex301.4.1")
baseImg.push("301.4.1-${tag}")

baseImg = docker.build("${maintainer}/${imagename}:full_demo-${tag}", "--no-cache --pull --build-arg VERSION_TAG=${tag} full-demo")
baseImg.push("full_demo-${tag}")
}
}
}

0 comments on commit 1c99a6c

Please sign in to comment.