Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ pipeline{
}
}
}

stage('manual approval'){
steps{
script{
Expand All @@ -79,7 +78,6 @@ pipeline{
}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see these are only space removal change is it required

}
}

stage('Deploying application on k8s cluster') {
steps {
script{
Expand All @@ -91,7 +89,6 @@ pipeline{
}
}
}

stage('verifying app deployment'){
steps{
script{
Expand Down