Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theforeman/jenkins-jobs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 44f9b9bb1c847f19a30e4f0836df619c249cc4ed
Choose a base ref
..
head repository: theforeman/jenkins-jobs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec9935ea4bd16f92a575bbfe98500e33a3ecaa8f
Choose a head ref
13 changes: 0 additions & 13 deletions theforeman.org/pipelines/lib/stable/smart-proxy.groovy

This file was deleted.

2 changes: 1 addition & 1 deletion theforeman.org/pipelines/test/smart-proxy.groovy
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ pipeline {
stages {
stage('Setup Git Repos') {
steps {
git branch: "${params.BRANCH}", url: 'https://github.com/theforeman/smart-proxy'
git branch: git_branch, url: 'https://github.com/theforeman/smart-proxy'
}
}
stage('Install dependencies') {
Original file line number Diff line number Diff line change
@@ -8,7 +8,6 @@
dsl:
!include-raw-verbatim:
- 'pipelines/vars/foreman/{version}.groovy'
- 'pipelines/lib/stable/smart-proxy.groovy{empty}'
- 'pipelines/test/smart-proxy.groovy{empty}'
- 'pipelines/lib/rbenv.groovy{empty}'