问题标签 [post-update]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
876 浏览

git - git pull hook 上没有任何反应(更新后)

当我git pull在实时服务器上进行操作时,我以 root 身份登录,因此所有修改或新文件的用户和组都设置为root:root.

post-update我已经在我的钩子文件中尝试了这个设置:

当我运行git pull它时,它什么也不做。

0 投票
0 回答
895 浏览

git - 0curl:(7)无法连接到 hooks.slack.com 端口 443:连接被拒绝

我正在尝试使用以下代码从我的更新后挂钩 git 在松弛通道中发送消息:

我有这个错误:

任何想法?

0 投票
0 回答
88 浏览

spring-boot - JPA @PostUpdate 监听回调方法可以异步执行吗?

我有一个用例,在我的实体在数据库中更新后,我需要异步执行一些逻辑。

我正在评估使用 JPA 侦听器 @PostUpdate方法的选项,该方法将在我的实体在数据库中更新后执行,但它似乎阻塞了主线程。

@PostUpdate 监听方法内部的逻辑可以异步执行吗?

0 投票
1 回答
27 浏览

wordpress - 我们可以使用任何插件将 wordpress 站点 1 中的帖子自动更新到 wordpress 站点 2 吗?

我有 2 个具有相同内容(帖子)和不同后端的 wordpress 站点。当我使用插件或任何其他方法而不是手动更新站点 1 中的帖子时,我是否可以更新站点 2 的内容?

网站的域名不同。它也不是子域。

另外,我如何将站点 2 的所有博客的规范链接更新为站点 1 的原始内容的规范链接

任何帮助,将不胜感激。

0 投票
1 回答
41 浏览

jenkins - Update Jenkins failed to connect afterward

I'm having a nightmare trying to update our Jenkins server. We are using a Debian VM to host our server. Last time it was updated was 2 years ago. So I have cloned the VM in case of trouble (thank god cause there is). I downloaded the newest war file and moved it to /usr/share/jenkins and done:

I'm updating from 2.190.3 with java 8 still installed.

From there, I tried to go on my browser to check the update was done and end-up with a 502 bad gateway page.

When I try:

I get:

But when I check status of Jenkins:

So I am a bit confused. Any ideas?