lib/tasks/gem_release.rake in cf-5.2.2 vs lib/tasks/gem_release.rake in cf-5.3.0
- old
+ new
@@ -55,8 +55,8 @@
def trigger_windows_executable_build
print_with_purpose "Triggering build of Windows executable on Jenkins..."
print "Please enter Jenkins password: "
password = STDIN.gets.strip
- sh!("curl -X POST https://frontend-jenkins.cf-app.com/job/CLI-Windows-Build/build -u ci:#{password} --insecure --silent")
+ sh!("curl -X POST http://174.129.252.37:8080/job/CLI-Windows-Build/build -u ci:#{password} --insecure --silent")
end
end