Jenkinsfile: fixed typos
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/45c3722c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/45c3722c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/45c3722c Branch: refs/heads/develop Commit: 45c3722c6eb7f32133543d9237241cc9561e184f Parents: b0f2d0a Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 10:55:43 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 10:55:43 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/45c3722c/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index c27d3b3..c110a75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { } } steps { - sh "nant -buildfile:log4net.build compile-momo-2.0" + sh "nant -buildfile:log4net.build compile-mono-2.0" } } stage('Build mono-3.5') { @@ -60,7 +60,7 @@ pipeline { } } steps { - sh "nant -buildfile:log4net.build compile-momo-3.5" + sh "nant -buildfile:log4net.build compile-mono-3.5" } } stage('Build mono-4.0') { @@ -71,7 +71,7 @@ pipeline { } } steps { - sh "nant -buildfile:log4net.build compile-momo-4.0" + sh "nant -buildfile:log4net.build compile-mono-4.0" } } stage('Test on Windows') {
