Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Issue 78 some fixes to previous PR #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ launching jenkins. Then :

----
$docker build --tag myjenkins .
$docker run -p 8080:8080 --volumes-from keys --env-file=./env.file --name jks myjenkins
$docker run -p 50000:50000 -p 8080:8080 --volumes-from keys --env-file=./env.file --name jks myjenkins
----

You have to modify the env.file file with the following parameters:
Expand Down
1 change: 1 addition & 0 deletions workflow-job
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def findImapPortCmd(dockerContainer) {
}

flows["${sha1}"] = {
setDockerHost(dockerIp)
def buildId = "${branch.toLowerCase()}-${UUID.randomUUID()}"
def mergeBranch = "MERGE-${buildId}"
def images = new Images(buildId);
Expand Down