Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 602052722 -> b8f75b366


Jenkinsfile: omit duplicate path


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/b8f75b36
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/b8f75b36
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/b8f75b36

Branch: refs/heads/feature/cd-pipeline
Commit: b8f75b366b82e0fcc1fb97dd1981d978a55f807f
Parents: 6020527
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Tue Jul 18 21:08:17 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Tue Jul 18 21:08:17 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/b8f75b36/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 79783fe..d73dab4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -56,7 +56,7 @@ pipeline {
                                                echo "$JENKINS_GID"
 
                                                // build docker container
-                                               def docker_container = 
docker.build 'builder-netstandard:latest', "--build-arg 
JENKINS_UID=$JENKINS_UID --build-arg JENKINS_GID=$JENKINS_GID 
buildtools/docker/netstandard"
+                                               def docker_container = 
docker.build 'builder-netstandard:latest', "--build-arg 
JENKINS_UID=$JENKINS_UID --build-arg JENKINS_GID=$JENKINS_GID ."
 
                                                // run docker container
                                                docker_container.inside {

Reply via email to