You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/hudson/plugins/scm_sync_configuration/ScmSyncConfigurationPlugin/config.jelly
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
</f:repeatable>
50
50
</f:entry>
51
51
<f:entrytitle="${%Reload config from SCM}"help="${rootUrl}/plugin/scm-sync-configuration/help/reloadScmConfig-help.html">
52
-
<ahref="${rootUrl}/plugin/scm-sync-configuration/reloadAllFilesFromScm"onClick="return confirm('${%WARNING : the Jenkins config will be reloaded from SCM}.\n${%Only file modifications are handled}. ${%File added or removed will not be handled} !\n\n${%Continue} ?')">${%Reload}</a>
52
+
<ahref="${rootURL}/plugin/scm-sync-configuration/reloadAllFilesFromScm"onClick="return confirm('${%WARNING : the Jenkins config will be reloaded from SCM}.\n${%Only file modifications are handled}. ${%File added or removed will not be handled} !\n\n${%Continue} ?')">${%Reload}</a>
0 commit comments