upload init
All checks were successful
Lila-Kuh/gitea-github-theme_AUR/pipeline/head This commit looks good

This commit is contained in:
PurpleCow 2022-12-08 23:24:43 +01:00
parent d498a9c621
commit 3668f130f3

11
Jenkinsfile vendored Normal file
View File

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