Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline d4ff3ec45 -> 268e9d70f


Jenkinsfile: get more info


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

Branch: refs/heads/feature/cd-pipeline
Commit: 268e9d70f945297227f1dedddeff861fb031f12d
Parents: d4ff3ec
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sat Jul 8 15:05:50 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sat Jul 8 15:05:50 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/268e9d70/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 65a93db..5306e5a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -162,15 +162,18 @@ pipeline {
                                dockerfile {
                                        dir 
'buildtools/docker/builder-netstandard'
                                        reuseNode true
-                                       customWorkspace '/home/user'
                                }
                        }
                        steps {
-                               checkout scm
+                               // TODO FIXME
+                               sh 'id'
+                               sh 'pwd'
+                               sh 'cat /etc/passwd'
+                               // checkout scm
                                
                                // compile 
-                               sh 'nant compile-netstandard'
-                               stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
+                               // sh 'nant compile-netstandard'
+                               // stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
                        }
                }
                stage('build site') {
@@ -204,7 +207,8 @@ pipeline {
                                        unstash 'mono-2.0-assemblies'
                                        unstash 'mono-3.5-assemblies'
                                        unstash 'mono-4.0-assemblies'
-                                       unstash 'netstandard-assemblies'
+                                       // TODO FIXME
+                                       // unstash 'netstandard-assemblies'
 
                                        // unstash test results
                                        unstash 'net-3.5-testresults'

Reply via email to