We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5f281 commit a1587e7Copy full SHA for a1587e7
Jenkinsfile
@@ -5,6 +5,7 @@ def imageNamePy2
5
def imageNamePy3
6
def images = [:]
7
8
+
9
def buildImage = { name, buildargs, pyTag ->
10
img = docker.image(name)
11
try {
0 commit comments