Edit Jenkinsfile

This commit is contained in:
2026-04-29 10:15:49 +08:00
parent c1e1aa5688
commit 49dfc0e4d7
Vendored
+1 -1
View File
@@ -68,7 +68,7 @@ pipeline {
} }
} }
stage('Restart Docker') { stage('Restart Docker') {
sh 'docker container restart main-authentication-1' sh 'docker container restart main-authorization-1'
} }
} }
break; break;