fix stages
This commit is contained in:
parent
fbc0c3724e
commit
6de2533ec7
|
|
@ -25,14 +25,10 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Build and Push Docker Image') {
|
||||
steps {
|
||||
stage('testing')
|
||||
{
|
||||
steps{
|
||||
sh 'go --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
stage('Deploy to Kubernetes') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue