Commit 9a238dd4 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Script removed

parent 24a6b6a8
......@@ -3,7 +3,8 @@
def call(body) {
echo "Start Deploy"
new Deployer(script:this).run()
// new Deployer(script:this).run()
new Deployer().run()
echo "Deployed"
currentBuild.result = 'SUCCESS' //FAILURE to fail
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment