Commit cf41d93e authored by Ishtiaq Ahmed's avatar Ishtiaq Ahmed

Update Jenkinsfile

parent 0e34f92e
pipeline {
agent any
environment {
PROJECT_ID = 'secret-lambda-365807'
CLUSTER_NAME = 'cicd-task'
LOCATION = 'us-central1-c'
CREDENTIALS_ID = 'k8s-cicd'
}
//tools {
// maven 'Maven'
// }
stages {
stage("Cloning Code- GitLab") {
steps {
script {
echo "cloning Code from GitLab"
//sh "rm -rf *"
//git branch: 'master', url: 'https://gitlab.mynisum.com/isahmed/nisum-cicd-task.git'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment