revert
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user