fix stages

This commit is contained in:
areeqakbr 2025-02-25 10:27:54 +07:00
parent fbc0c3724e
commit 6de2533ec7
1 changed files with 3 additions and 7 deletions

10
Jenkinsfile vendored
View File

@ -25,14 +25,10 @@ pipeline {
} }
stage('Build and Push Docker Image') { stage('Build and Push Docker Image') {
steps { steps{
stage('testing') sh 'go --version'
{
steps{
sh 'go --version'
}
}
} }
} }
stage('Deploy to Kubernetes') { stage('Deploy to Kubernetes') {