File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
theforeman.org/pipelines/release/source Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ pipeline {
9
9
}
10
10
11
11
environment {
12
+ RUBY_VER = ' 2.7.6'
12
13
BUNDLE_WITHOUT = ' development'
13
14
RAILS_ENV = railsEnvForTask(TASK )
14
15
DATABASE_URL = databaseUrlForTask(TASK )
@@ -20,10 +21,6 @@ pipeline {
20
21
matrix {
21
22
agent { label ' fast' }
22
23
axes {
23
- axis {
24
- name ' RUBY_VER'
25
- values ' 2.7.6'
26
- }
27
24
axis {
28
25
name ' TASK'
29
26
values ' jenkins:unit' , ' jenkins:integration' , ' assets:precompile'
@@ -79,7 +76,7 @@ pipeline {
79
76
git url : git_url, branch : git_ref
80
77
}
81
78
script {
82
- sourcefile_paths = generate_sourcefiles(project_name : project_name, source_type : source_type)
79
+ sourcefile_paths = generate_sourcefiles(project_name : project_name, source_type : source_type, ruby_version : RUBY_VER )
83
80
}
84
81
}
85
82
}
You can’t perform that action at this time.
0 commit comments