deleted whitespace

This commit is contained in:
2025-05-22 11:08:48 +03:00
parent 0991115985
commit 5ffdb9f39c

6
Jenkinsfile vendored
View File

@@ -35,7 +35,7 @@ spec:
value: "http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/" value: "http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/"
- name: NEXUS_PASS - name: NEXUS_PASS
value: "testpass" value: "testpass"
- name: helm - name: helm
image: alpine/helm:latest image: alpine/helm:latest
workingDir: /home/jenkins/agent workingDir: /home/jenkins/agent
@@ -77,7 +77,7 @@ spec:
stage('Get source code') { stage('Get source code') {
steps { steps {
container('maven') { container('maven') {
sh 'git clone https://git.konsthol.eu/konsthol/example-app appsource' sh 'git clone https://git.konsthol.eu/konsthol/example-app appsource'
} }
} }
} }
@@ -170,4 +170,4 @@ spec:
echo 'Build Failed' echo 'Build Failed'
} }
} }
} }