initial upload
All checks were successful
gitea_spaeth.biz/Test/pipeline/head This commit looks good

This commit is contained in:
PurpleCow 2022-12-07 21:25:10 +01:00
commit e20ae48597
2 changed files with 12 additions and 0 deletions

11
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}

1
README.md Normal file
View File

@ -0,0 +1 @@
Self-Build Repo?