diff --git a/jobs-dsl/jobs/OMP/nextcloud_sync.groovy b/archive/jobs-dsl/jobs/OMP/nextcloud_sync.groovy similarity index 100% rename from jobs-dsl/jobs/OMP/nextcloud_sync.groovy rename to archive/jobs-dsl/jobs/OMP/nextcloud_sync.groovy diff --git a/pipelines/OMP/nextcloud_sync.groovy b/archive/pipelines/OMP/nextcloud_sync.groovy similarity index 100% rename from pipelines/OMP/nextcloud_sync.groovy rename to archive/pipelines/OMP/nextcloud_sync.groovy diff --git a/pipelines/jobs-dsl/jobs-dsl.groovy b/pipelines/jobs-dsl/jobs-dsl.groovy index 57c4ab7..4d937c3 100644 --- a/pipelines/jobs-dsl/jobs-dsl.groovy +++ b/pipelines/jobs-dsl/jobs-dsl.groovy @@ -12,27 +12,7 @@ properties([ ]), ]) -podTemplate(workspaceVolume: emptyDirWorkspaceVolume(memory: false), - yaml: ''' - apiVersion: v1 - kind: Pod - spec: - containers: - - name: linux - image: harbor.avroid.tech/devops/base-build-image:1.0 - tty: true - resources: - limits: - cpu: 300m - memory: 256Mi - requests: - cpu: 300m - memory: 256Mi - imagePullPolicy: Always - imagePullSecrets: - - name: harbor-registry-secret -''' -) { +podTemplate(workspaceVolume: emptyDirWorkspaceVolume(memory: false), yaml: getPodTemplate('alpine')) { node(POD_LABEL) { try { stage('Get repository') {