Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DataEngineering
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Kuoni
DataEngineering
Commits
ca01ab91
Commit
ca01ab91
authored
4 years ago
by
Marcel Huber
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix_21.4.1'
increased artifacts expiry timeout
parents
191de84d
a3bb7b45
Branches
Branches containing commit
Tags
21.4.1
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
ADocMeta.asc
+1
-1
1 addition, 1 deletion
ADocMeta.asc
CHANGELOG.adoc
+15
-0
15 additions, 0 deletions
CHANGELOG.adoc
VERSION
+1
-1
1 addition, 1 deletion
VERSION
with
19 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
ca01ab91
...
...
@@ -69,7 +69,7 @@ before_script: []
-
>
test "${JOB_DIR}x" != ".x" && { 7z u $CI_PROJECT_DIR/${CI_JOB_NAME}.zip $JOB_DIR/*.pdf $JOB_DIR/*.solutions.adoc; } || true
artifacts
:
expire_in
:
15
min
expire_in
:
60
min
paths
:
-
'
${JOB_DIR}/*.pdf'
-
'
${JOB_DIR}/*.adoc'
...
...
@@ -204,7 +204,7 @@ Databases:
script
:
-
7z a ${CI_JOB_NAME}.zip $CI_JOB_NAME
artifacts
:
expire_in
:
15
min
expire_in
:
60
min
paths
:
-
'
${CI_JOB_NAME}.zip'
...
...
This diff is collapsed.
Click to expand it.
ADocMeta.asc
+
1
−
1
View file @
ca01ab91
...
...
@@ -3,7 +3,7 @@
:email: marcel.huber@ost.ch
:mysubtitle: : Data Engineering FS 2021
:myexerciseprefix: Übungen;{sp}
//
:mydocref_footnote: footnote:[Dokumentenursprung link:{ci_project_fileref}{current_dir_prefix}README.adoc[README.adoc], link:{ci_project_artifacts_download}{current_dir_prefix}{current_ex_name}.pdf?job=ArtifactsCollection[PDF]]
:mydocref_footnote: footnote:[Dokumentenursprung link:{ci_project_fileref}{current_dir_prefix}README.adoc[README.adoc], link:{ci_project_artifacts_download}{current_dir_prefix}{current_ex_name}.pdf?job=ArtifactsCollection[PDF]]
:revnumber: 00
:revdate: June 15, 2018
:revremark: <pass by attribute>
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.adoc
+
15
−
0
View file @
ca01ab91
= Changelog
:ci_commit_link: link:/../commit/
== tag: 21.4.1
* re-enabled document origin footnote ({ci_commit_link}63ef58d[63ef58d])
* increased job expiry timeout to still succeed in overload conditions ({ci_commit_link}217157b[217157b])
* bumped version ({ci_commit_link}3f43e45[3f43e45])
== tag: 21.4.0
* Merge branch 'tag: 21.4.0' ({ci_commit_link}191de84[191de84])
* changelog added ({ci_commit_link}07120de[07120de])
* bumped version ({ci_commit_link}462a931[462a931])
...
...
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
ca01ab91
21.4.
0
21.4.
1
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