Skip to content

Commit a4687ef

Browse files
committed
update Jenkinsfile
1 parent c7233fb commit a4687ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,12 @@ pipeline {
2828
}
2929
}
3030
}
31+
stage('Deploy to k8s'){
32+
steps{
33+
script{
34+
kubernetesDeploy (configs: 'deploymentservice.yaml',kubeconfigId: 'k8sconfigpwd')
35+
}
36+
}
37+
}
3138
}
3239
}

0 commit comments

Comments
 (0)