Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline ebd2245ad -> d5f55c877
Jenkinsfile: fixed syntax error Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/d5f55c87 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/d5f55c87 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/d5f55c87 Branch: refs/heads/feature/cd-pipeline Commit: d5f55c8775597e0d03654f21d6d4eff6c4b0acd1 Parents: ebd2245 Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 19:52:20 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 19:52:20 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d5f55c87/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index a933dab..34ee059 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,9 @@ pipeline { } stages { stage('checkout') { - checkout scm + steps { + checkout scm + } } stage('build net-4.0') { agent { label 'Windows' }
