migrate to k8s

This commit is contained in:
2024-10-28 11:18:05 +03:00
parent 9527989157
commit 9ad0f5c4df
+5 -1
View File
@@ -1,6 +1,9 @@
@Library(['jlib']) _
node("docker") {
node("k8s-worker") {
container('masterlin') {
//node("docker") {
// Временная метка в логе Jenkins
timestamps() {
// Цветные букавы в логе Jenkins
@@ -59,4 +62,5 @@ node("docker") {
)
}
}
}
}