Browse Source

timeline staff

Benjamin Kornblum 8 months ago
parent
commit
d73b1e2c79
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Jenkinsfile

+ 4 - 0
Jenkinsfile

@@ -38,4 +38,8 @@ node {
                 app.push("latest")
             }
     }
+
+    stage('webhook deployment portainer') {
+       sh "curl -k https://192.168.188.23:9443/api/stacks/webhooks/8da9930d-966f-4696-8087-302e2ce139ba"
+    }
 }