This commit is contained in:
Nana Janashia
2020-12-04 19:00:41 +01:00
parent 127fe8818c
commit ba11b6ecc8

3
Jenkinsfile vendored
View File

@@ -21,9 +21,6 @@ pipeline {
steps { steps {
script { script {
echo 'deploying docker image...' echo 'deploying docker image...'
withKubeConfig([credentialsId: 'k8s-credentials', serverUrl: 'https://10A6677B7BAA541A0D643A33CD044365.yl4.eu-west-3.eks.amazonaws.com']) {
sh 'kubectl create deployment nginx-depl --image=nginx'
}
} }
} }
} }