Skip to content

Commit

Permalink
Rebase from Main (#26)
Browse files Browse the repository at this point in the history
* clean up readme, add reports (#15)

* add scripts to test repo (#16)

* adding apache 2.0 license to test repo for compliance (#17)

* fix spelling errors (#18)

* adding missed RA deprecation test (#19)

* Delete accidental add

* adding pit to review modification to actions package (#21)

* ignore any potential ssh keys (#22)

* ignore any potential ssh keys

* updating custodian path in Jenkinsfile

* pulling over from rancher/rancher/.gitignore
  • Loading branch information
slickwarren authored Feb 24, 2025
1 parent 3a47b19 commit 9b83fc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/custodian/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!groovy

node("vsphere-vpn-1") {
def rootPath = "/root/go/src/github.com/rancher/rancher/tests/scripts/"
def job_name = "${JOB_NAME}"
if (job_name.contains('/')) {
job_names = job_name.split('/')
Expand Down Expand Up @@ -64,7 +63,7 @@ node("vsphere-vpn-1") {
userRemoteConfigs: repo
])
}
dir("./tests/scripts/custodian/") {
dir("./scripts/custodian/") {
try {
stage('Build Docker Image') {
try {
Expand Down

0 comments on commit 9b83fc0

Please sign in to comment.