Reverting test

updating regex file patterns to use strings instead of regex literal syntax.
This commit is contained in:
andrew clark
2025-10-07 12:30:18 -06:00
parent d3359b3884
commit a2e7dc5a44
2 changed files with 6 additions and 6 deletions

10
Jenkinsfile vendored
View File

@@ -49,11 +49,11 @@ def runShell(String command){
def shouldRunCICheck() {
// Define patterns for files that should not trigger CI
def skipFilePatterns = [
/^\.github\/.*/, // GitHub workflow files
/^docs\/.*/, // Documentation files
/^LICENSE$/, // License file
/^.*\.gitignore$/, // Git ignore files
/.*\.md$/ // Markdown files
'^\.github\/.*', // GitHub workflow files
'^docs\/.*', // Documentation files
'^LICENSE$', // License file
'^.*\.gitignore$', // Git ignore files
'.*\.md$' // Markdown files
]
try {

View File

@@ -5,7 +5,7 @@
.. _license:
********************************************************************
License test
License
********************************************************************
.. include:: ../LICENSE