Attempt 8
This commit is contained in:
parent
95ff9f5462
commit
ae25a478f5
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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 {
|
||||||
@ -30,3 +30,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user