adding testing kubectl
This commit is contained in:
parent
2cb43f3b73
commit
5778f7a960
|
|
@ -61,6 +61,14 @@ spec:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Testing container kubernetes') {
|
||||||
|
steps {
|
||||||
|
container('kubectl') {
|
||||||
|
sh 'kubectl version'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('testing output')
|
stage('testing output')
|
||||||
{
|
{
|
||||||
steps {
|
steps {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue