AI-check only in branch: Security

This commit is contained in:
Karsten Jeppesen
2026-04-08 12:19:32 +02:00
parent 027c62d568
commit afbaca0c1d

View File

@@ -66,6 +66,9 @@ pipeline {
}
stage('Detect Changes') {
when {
branch 'Security'
}
steps {
sh ".workflow/get_changed_files.sh \"$CHANGED_FILES_FILE\""
archiveArtifacts artifacts: "$CHANGED_FILES_FILE", allowEmptyArchive: true
@@ -73,6 +76,9 @@ pipeline {
}
stage('Filter Text Files') {
when {
branch 'Security'
}
steps {
sh ".workflow/filter_text_files.sh \"$CHANGED_FILES_FILE\" \"$TEXT_FILES_FILE\""
archiveArtifacts artifacts: "$TEXT_FILES_FILE", allowEmptyArchive: true