Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline b38985eb7 -> cb51a1642


Jenkinsfile: added echo to see what's going on


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

Branch: refs/heads/feature/cd-pipeline
Commit: cb51a16424367a6f4c68da7028a9462072fa4de0
Parents: b38985e
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Tue Jul 18 18:13:36 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Tue Jul 18 18:13:36 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cb51a164/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index e833a45..a3259a4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,6 +57,8 @@ pipeline {
                                                script: 'stat -c "%g" .',
                                                returnStdout: true
                                        ).trim()
+                                       echo $JENKINS_UID
+                                       echo $JENKINS_GID
 
                                        // build docker container
                                        docker.build 
'builder-netstandard:latest', "-f 
buildtools/docker/builder-netstandard/Dockerfile --build-arg 
JENKINS_UID=$JENKINS_UID --build-arg JENKINS_GID=$JENKINS_GID"

Reply via email to