This repository has been archived on 2023-05-22. You can view files and clone it, but cannot push or open issues/pull-requests.
fvtt-shared-compendia/Jenkinsfile

11 lines
151 B
Plaintext
Raw Normal View History

2022-12-18 16:18:08 +00:00
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}