Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
checkit_tiff_plugin4rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
checkit_tiff_plugin4rosetta
Commits
5577bfd7
Commit
5577bfd7
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- added analysis
parent
ac1191f1
No related branches found
No related tags found
No related merge requests found
Pipeline
#3145
passed
2 years ago
Stage: build
Stage: test
Stage: analysis
Stage: packaging
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+55
-0
55 additions, 0 deletions
.gitlab-ci.yml
with
55 additions
and
0 deletions
.gitlab-ci.yml
+
55
−
0
View file @
5577bfd7
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
stages
:
# List of stages for jobs, and their order of execution
stages
:
# List of stages for jobs, and their order of execution
-
build
-
build
-
test
-
test
-
analysis
-
packaging
-
packaging
variables
:
variables
:
...
@@ -27,6 +28,13 @@ variables:
...
@@ -27,6 +28,13 @@ variables:
ARTIFACT_COMPRESSION_LEVEL
:
"
fast"
ARTIFACT_COMPRESSION_LEVEL
:
"
fast"
CACHE_COMPRESSION_LEVEL
:
"
fast"
CACHE_COMPRESSION_LEVEL
:
"
fast"
# CI_DEBUG_TRACE: "true"
# CI_DEBUG_TRACE: "true"
SAST_DEFAULT_ANALYZERS
:
"
spotbugs"
SAST_EXCLUDED_ANALYZERS
:
"
"
SAST_JAVA_VERSION
:
11
include
:
-
template
:
Security/SAST.gitlab-ci.yml
-
template
:
Security/Secret-Detection.gitlab-ci.yml
default
:
default
:
image
:
image
:
...
@@ -76,6 +84,53 @@ test-job:
...
@@ -76,6 +84,53 @@ test-job:
-
ROSETTASDK=$ROSETTASDK make -e check_prerequisites
-
ROSETTASDK=$ROSETTASDK make -e check_prerequisites
-
ROSETTASDK=$ROSETTASDK make -e test
-
ROSETTASDK=$ROSETTASDK make -e test
spotbugs-sast
:
stage
:
analysis
variables
:
FAIL_NEVER
:
1
tags
:
-
cmr
artifacts
:
paths
:
-
gl-sast-report.json
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
when
:
always
-
when
:
manual
allow_failure
:
true
secret_detection
:
stage
:
analysis
tags
:
-
cmr
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
when
:
always
-
when
:
manual
allow_failure
:
true
eslint-sast
:
stage
:
analysis
tags
:
-
cmr
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
when
:
always
-
when
:
manual
allow_failure
:
true
packaging-job
:
packaging-job
:
stage
:
packaging
stage
:
packaging
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment