Skip to content

Commit

Permalink
Use 'el' label
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Jun 7, 2024
1 parent 3e0993f commit beb606f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'el8' }
agent { label 'el' }

options {
timestamps()
Expand Down
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/release/pipelines/client.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'el8' }
agent { label 'el' }

options {
timestamps()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {

stages {
stage('Staging Repoclosure') {
agent { label 'el8' }
agent { label 'el' }

steps {
script {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'el8' }
agent { label 'el' }

options {
timestamps()
Expand Down
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/release/pipelines/katello.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'el8' }
agent { label 'el' }

options {
timestamps()
Expand Down
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/release/pipelines/plugins.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'el8' }
agent { label 'el' }

options {
timestamps()
Expand Down
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/release/pipelines/pulpcore.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent { label 'el8' }
agent { label 'el' }

options {
timestamps()
Expand Down
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/test/simple-ruby.groovy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def ruby = '2.7.6'

pipeline {
agent { label 'el8' }
agent { label 'el' }
options {
timeout(time: 1, unit: 'HOURS')
ansiColor('xterm')
Expand Down

0 comments on commit beb606f

Please sign in to comment.