commit e20ae4859728e269129fd030451bc16ce59cc7e2 Author: Basti Lathe Date: Wed Dec 7 21:25:10 2022 +0100 initial upload diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..cc4c8cd --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,11 @@ +pipeline { + agent any + + stages { + stage('Do nothing') { + steps { + sh '/bin/true' + } + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9aee599 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Self-Build Repo? \ No newline at end of file