adding testing kubectl

This commit is contained in:
areeqakbr 2025-02-26 10:58:26 +07:00
parent 2cb43f3b73
commit 5778f7a960
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored
View File

@ -61,6 +61,14 @@ spec:
} }
} }
stage('Testing container kubernetes') {
steps {
container('kubectl') {
sh 'kubectl version'
}
}
}
stage('testing output') stage('testing output')
{ {
steps { steps {