initial upload
gitea_spaeth.biz/Test/pipeline/head This commit looks good

This commit is contained in:
2022-12-07 21:25:10 +01:00
commit e20ae48597
2 changed files with 12 additions and 0 deletions
Vendored
+11
View File
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}
+1
View File
@@ -0,0 +1 @@
Self-Build Repo?