This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-training.git
commit 5578db4511e9afe8e56259a149c0b9a9e49907db Author: Christofer Dutz <[email protected]> AuthorDate: Fri Apr 26 11:40:26 2019 +0200 - Removed the Jenkinsfiles for testing another approach ... --- Jenkinsfile | 42 ------------------------------------------ tools/Jenkinsfile | 34 ---------------------------------- 2 files changed, 76 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 0de26c1..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,42 +0,0 @@ -#!groovy - -/* - * - * 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. - * - */ - -pipeline { - agent any - stages { - stage('Build Website') { - when { - changeset "site/**" - } - steps { - build 'site' - } - } - stage('Build Tools') { - when { - changeset "tools/**" - } - steps { - build 'tools' - } - } - } -} \ No newline at end of file diff --git a/tools/Jenkinsfile b/tools/Jenkinsfile deleted file mode 100644 index 473be6c..0000000 --- a/tools/Jenkinsfile +++ /dev/null @@ -1,34 +0,0 @@ -#!groovy - -/* - * - * 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. - * - */ - -pipeline { - agent any - stages { - stage('Build RevealJS Template') { - when { - changeset "maven-revealjs-asciidoctor-templte/**" - } - steps { -// build 'maven-revealjs-asciidoctor-templte' - } - } - } -} \ No newline at end of file
