Attempt 8

This commit is contained in:
Paweł Skórzewski 2024-04-10 10:13:40 +02:00
parent 95ff9f5462
commit ae25a478f5

5
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
) )
} }
volumes { volumes {
hostPath("${HOME}/.kaggle") # Replace with your desired host path hostPath("~/.kaggle")
containerPath("/app/.kaggle") containerPath("/app/.kaggle")
} }
stages { stages {
@ -29,4 +29,5 @@ pipeline {
} }
} }
} }
} }
}