diff --git a/theforeman.org/pipelines/release/pipelines/candlepin.groovy b/theforeman.org/pipelines/release/pipelines/candlepin.groovy index 4031e3e0..139e2924 100644 --- a/theforeman.org/pipelines/release/pipelines/candlepin.groovy +++ b/theforeman.org/pipelines/release/pipelines/candlepin.groovy @@ -36,7 +36,7 @@ pipeline { } } } - stage('staging-install-test') { + stage('staging-test') { agent any steps { diff --git a/theforeman.org/pipelines/release/pipelines/foreman-rpm.groovy b/theforeman.org/pipelines/release/pipelines/foreman-rpm.groovy index d83127ad..0c2a9745 100644 --- a/theforeman.org/pipelines/release/pipelines/foreman-rpm.groovy +++ b/theforeman.org/pipelines/release/pipelines/foreman-rpm.groovy @@ -36,7 +36,7 @@ pipeline { } } } - stage('staging-install-test') { + stage('staging-test') { agent any steps { diff --git a/theforeman.org/pipelines/release/pipelines/katello.groovy b/theforeman.org/pipelines/release/pipelines/katello.groovy index 3936736d..1e84787c 100644 --- a/theforeman.org/pipelines/release/pipelines/katello.groovy +++ b/theforeman.org/pipelines/release/pipelines/katello.groovy @@ -36,7 +36,7 @@ pipeline { } } } - stage('staging-install-test') { + stage('staging-test') { agent any steps {