Skip to content

Commit

Permalink
Debugging rancher versions script
Browse files Browse the repository at this point in the history
  • Loading branch information
anupama2501 committed Nov 13, 2024
1 parent 29d71f6 commit 110bad6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tests/v2/validation/pipeline/Jenkinsfile.release.upgrade.local
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,20 @@ node {
def configContents = env.CONFIG

def rancherK8sVersions = ""

echo "Printing the contents of the directory"

sh "ls -l"

sh "pwd"

sh "./rancher/tests/v2/validation/pipeline"

echo "Before the start of script."

try{
rancherK8sVersions= sh (
script: "${workPath}pipeline/scripts/rancher_k8s_version.sh",
script: "./pipeline/scripts/rancher_k8s_version.sh",
returnStdout: true
)
} catch(err){
Expand Down

0 comments on commit 110bad6

Please sign in to comment.