Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
escet
Manage
Activity
Members
Labels
Plan
Issues
130
Issue boards
Milestones
Iterations
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
Eclipse ESCET (Supervisory Control Engineering Toolkit)
escet
Merge requests
!136
#174
Jenkinsfile: label->inheritFrom (get rid of deprecation warning)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#174
Jenkinsfile: label->inheritFrom (get rid of deprecation warning)
174-jenkinsfile-label-inheritfrom
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Dennis Hendriks
requested to merge
174-jenkinsfile-label-inheritfrom
into
develop
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#174 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
12d80933
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Jenkinsfile
+
1
−
1
Options
@@ -15,7 +15,7 @@ pipeline {
agent
{
// The 'centos-7' pod template allows UI tests.
kubernetes
{
label
'centos-7'
inheritFrom
'centos-7'
}
}
Loading