diff --git a/Jenkinsfile b/Jenkinsfile index e74e69e..cfe62aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { ) } volumes { - hostPath("${HOME}/.kaggle") # Replace with your desired host path + hostPath("~/.kaggle") containerPath("/app/.kaggle") } stages { @@ -29,4 +29,5 @@ pipeline { } } } - } \ No newline at end of file + } + } \ No newline at end of file