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 3224b8c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 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,18 @@ node {
def configContents = env.CONFIG

def rancherK8sVersions = ""

echo "Printing the contents of the directory"

sh "ls -l"

sh "pwd"

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 3224b8c

Please sign in to comment.