add jenkins
gitea/rshyn-site/pipeline/head This commit looks good

This commit is contained in:
2022-09-30 17:25:21 -07:00
parent 1969a94119
commit 2fee11ebe7
Vendored
+11
View File
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}