Repository: maven-resolver Updated Branches: refs/heads/jenkinsfile [created] 25d1e9663
Add Jenkinsfile Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/25d1e966 Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/25d1e966 Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/25d1e966 Branch: refs/heads/jenkinsfile Commit: 25d1e9663e1e005772cb83e9b55328e66fd988b1 Parents: 8bd8c53 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Authored: Sun Jan 15 20:41:01 2017 +0000 Committer: Stephen Connolly <stephen.alan.conno...@gmail.com> Committed: Sun Jan 15 20:41:01 2017 +0000 ---------------------------------------------------------------------- Jenkinsfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/25d1e966/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..50cba44 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,23 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: env.BRANCH_NAME=='master'?'10':'5'))]) + +node('ubuntu') { +}