Skip to content

Commit d7d45bc

Browse files
committed
No fancy test dirs
1 parent 0d436b9 commit d7d45bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

flow.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
node('docker') {
22
def hash = git url: "${GIT_URL}"
3-
def app = docker.build("${hash}, "test")
3+
def app = docker.build("${hash}")
44
app.withRun {c ->
55
sh "docker logs -f ${c.id}"
66
}

0 commit comments

Comments
 (0)