Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AsciiDoc TCK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
AsciiDoc Language
AsciiDoc TCK
Merge requests
!24
Add a deploy task to upload artifacts to download.eclipse.org
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add a deploy task to upload artifacts to download.eclipse.org
ggrossetie/asciidoc-tck:upload-artifacts
into
main
Overview
2
Commits
5
Pipelines
11
Changes
1
Merged
Guillaume Grossetie
requested to merge
ggrossetie/asciidoc-tck:upload-artifacts
into
main
1 year ago
Overview
2
Commits
5
Pipelines
11
Changes
1
Expand
0
0
Merge request reports
Compare
main
version 7
51d3d89b
11 months ago
version 6
d7d2ea92
1 year ago
version 5
c8c7eaf6
1 year ago
version 4
df1a51a2
1 year ago
version 3
fa3e7699
1 year ago
version 2
7c619bc5
1 year ago
version 1
0175213b
1 year ago
main (base)
and
latest version
latest version
c026dcb3
5 commits,
9 months ago
version 7
51d3d89b
5 commits,
11 months ago
version 6
d7d2ea92
6 commits,
1 year ago
version 5
c8c7eaf6
5 commits,
1 year ago
version 4
df1a51a2
4 commits,
1 year ago
version 3
fa3e7699
3 commits,
1 year ago
version 2
7c619bc5
2 commits,
1 year ago
version 1
0175213b
1 commit,
1 year ago
1 file
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
8
−
0
Options
include
:
-
project
:
'
eclipsefdn/it/releng/gitlab-runner-service/gitlab-ci-templates'
file
:
'
/jobs/download.eclipse.org.gitlab-ci.yml'
workflow
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event' || $CI_PIPELINE_SOURCE == 'schedule' || $CI_PIPELINE_SOURCE == 'web'
@@ -81,3 +84,8 @@ test:node-20-linux:
-
./dist/asciidoc-tck cli -c 'node ./harness/test/sample-adapters/echo/index.js'
coverage
:
'
/^All
files
*[|]
*([0-9.]+)
*[|]/'
<<
:
*save_report_artifacts
upload-artifacts
:
tags
:
-
origin:eclipse
extends
:
.ef-download-eclipse.org
stage
:
deploy
Loading