You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/05/30 07:07:48 UTC

[maven-indexer] 01/01: Bail out from Jenkins

This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch bail-out-jenkins
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git

commit ae4a91cb86016f846a139dc5e1c44addfa201e88
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon May 30 09:07:31 2022 +0200

    Bail out from Jenkins
---
 Jenkinsfile | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644
index b710f7b..0000000
--- a/Jenkinsfile
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * 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.
- */
-
-asfMavenTlpStdBuild( 'jdks' : [ "8", "11", "17" ] )