Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 5230f3cc authored by gwilliams_c's avatar gwilliams_c
Browse files

Update Jenkinsfile

parent bd231d58
No related branches found
No related tags found
No related merge requests found
podTemplate(label: 'catamel',
containers: [containerTemplate(name: 'catamel', image: 'dacat/catamel:4eb9b4fd7f0f0c169e2d5ab03ae59443dcad84a0dev', ttyEnabled: true, command: 'cat')],
persistentVolumeClaim(mountPath: '/home/jenkins', claimName: 'jenkins-pvc')
volumes: [persistentVolumeClaim(mountPath: '/home/jenkins', claimName: 'jenkins-pvc')]
) {
node('catamel') {
stage('list files') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment