Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
ci-tooling
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sysadmin
ci-tooling
Commits
0c53ea17
Commit
0c53ea17
authored
Nov 26, 2018
by
Ben Cooksley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't die fatally if we have no ABI reports to publish
parent
c9da0fbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pipeline-templates/SUSEQt5.7.template
pipeline-templates/SUSEQt5.7.template
+1
-1
pipeline-templates/SUSEQt5.9.template
pipeline-templates/SUSEQt5.9.template
+1
-1
No files found.
pipeline-templates/SUSEQt5.7.template
View file @
0c53ea17
...
...
@@ -129,7 +129,7 @@ timestamps {
python3 -u ci-tooling/helpers/check-abi.py --project ${projectName} --branchGroup ${branchGroup} --platform ${currentPlatform} --environment production || true
"""
// Save the ABI Compatibility reports for developers to review if necessary
archiveArtifacts artifacts: 'compat_reports/*_compat_reports.html', onlyIfSuccessful: false
archiveArtifacts artifacts: 'compat_reports/*_compat_reports.html', onlyIfSuccessful: false
, allowEmptyArchive: true
// Platform Enablement Checks
// Frameworks have a metadata file which specifies the platforms it supports and should be built on
...
...
pipeline-templates/SUSEQt5.9.template
View file @
0c53ea17
...
...
@@ -129,7 +129,7 @@ timestamps {
python3 -u ci-tooling/helpers/check-abi.py --project ${projectName} --branchGroup ${branchGroup} --platform ${currentPlatform} --environment production || true
"""
// Save the ABI Compatibility reports for developers to review if necessary
archiveArtifacts artifacts: 'compat_reports/*_compat_reports.html', onlyIfSuccessful: false
archiveArtifacts artifacts: 'compat_reports/*_compat_reports.html', onlyIfSuccessful: false
, allowEmptyArchive: true
// cppcheck is not supported by Pipeline at the moment, so we don't run that for now
// See https://issues.jenkins-ci.org/browse/JENKINS-35096
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment