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

6
Jenkinsfile vendored
View File

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