You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/08/19 16:15:13 UTC

[07/12] logging-log4net git commit: Jenkinsfile: renamed stage "build netstandard" to "build netstandard-1.3"

Jenkinsfile: renamed stage "build netstandard" to "build netstandard-1.3"


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

Branch: refs/heads/feature/netstandard-2.0
Commit: 4c4a5c92b34104386ec2d0e1a53b0923158ee6b5
Parents: ebfc7f5
Author: Dominik Psenner <dp...@apache.org>
Authored: Sat Aug 19 10:43:25 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sat Aug 19 10:43:25 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/4c4a5c92/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 7212610..0a8fbe6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
 		}
 
 		// builds
-		stage('build netstandard') {
+		stage('build netstandard-1.3') {
 			steps {
 				script {
 					checkout scm