Attempt 8

This commit is contained in:
Paweł Skórzewski 2024-04-10 10:13:40 +02:00
parent 95ff9f5462
commit ae25a478f5
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -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 {
}
}
}
}
}
}