Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
920befac
Commit
920befac
authored
1 year ago
by
Philipp Spilger
Browse files
Options
Downloads
Patches
Plain Diff
chore: Remove unused environment variable for host.env location from Jenkinsfile
Change-Id: I37e01cb7eb117ffb6725a82f568284f73cde86c2
parent
80e8ec82
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/Jenkinsfile
+0
-4
0 additions, 4 deletions
.ci/Jenkinsfile
.ci/Jenkinsfile_asic
+0
-4
0 additions, 4 deletions
.ci/Jenkinsfile_asic
with
0 additions
and
8 deletions
.ci/Jenkinsfile
+
0
−
4
View file @
920befac
...
...
@@ -27,10 +27,6 @@ pipeline {
description:
'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.'
)
}
environment
{
YASHCHIKI_HOST_ENV_PATH
=
"${WORKSPACE}/host.env"
}
stages
{
stage
(
'Container Build'
)
{
// TODO: remove once unused
...
...
This diff is collapsed.
Click to expand it.
.ci/Jenkinsfile_asic
+
0
−
4
View file @
920befac
...
...
@@ -27,10 +27,6 @@ pipeline {
description: 'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.')
}
environment {
YASHCHIKI_HOST_ENV_PATH = "${WORKSPACE}/host.env"
}
stages {
stage('Container Build') {
// TODO: remove once unused
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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