first commit
gitea local/fvtt-shared-compendia/pipeline/head This commit looks good Details

main
dmitry.kirdyashkin 2022-12-18 19:18:08 +03:00
commit 5719462187
1 changed files with 11 additions and 0 deletions

11
Jenkinsfile vendored 100644
View File

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