Basti Lathe 3668f130f3
All checks were successful
Lila-Kuh/gitea-github-theme_AUR/pipeline/head This commit looks good
upload init
2022-12-08 23:24:43 +01:00

11 lines
151 B
Groovy

pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}