Update Jenkinsfile

This commit is contained in:
2025-05-22 16:16:54 +03:00
parent 9a554a9839
commit c828735d7f

7
Jenkinsfile vendored
View File

@@ -80,6 +80,13 @@ spec:
}
}
}
stage('Change deployment.yaml to include nexus-secret') {
steps {
container('maven') {
sh 'sed -i '/containers:/i\ imagePullSecrets:\n - name: nexus-secret' target/helm/kubernetes/example-app/templates/deployment.yaml'
}
}
}
stage('Make chart') {
steps {
container('helm') {