Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline f08520df1 -> 52f5b10d5


Jenkinsfile: try to compile net-standard


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

Branch: refs/heads/feature/cd-pipeline
Commit: 52f5b10d577ebb96b8a9a32cc6f94a55270692b5
Parents: f08520d
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sat Jul 8 22:31:45 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sat Jul 8 22:31:45 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/52f5b10d/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 1f14f7b..128aca9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -165,12 +165,11 @@ pipeline {
                                }
                        }
                        steps {
-                               sh 'cat /etc/passwd'
-                               // checkout scm
+                               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,8 +203,7 @@ pipeline {
                                        unstash 'mono-2.0-assemblies'
                                        unstash 'mono-3.5-assemblies'
                                        unstash 'mono-4.0-assemblies'
-                                       // TODO FIXME
-                                       // unstash 'netstandard-assemblies'
+                                       unstash 'netstandard-assemblies'
 
                                        // unstash test results
                                        unstash 'net-3.5-testresults'

Reply via email to