We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e0b82 commit 48b05eaCopy full SHA for 48b05ea
1.gocd.yml
@@ -8,6 +8,10 @@ pipelines:
8
ldap_hooks:
9
group: bare_metal_pypi_package
10
locking: off
11
+ timer:
12
+ # Run on the 1st at 00:00 of every month
13
+ spec: "0 0 0 1 * ? *"
14
+ only_on_changes: no
15
materials:
16
ldap_hooks_git: # this is the name of material
17
# says about type of material and url at once
@@ -25,4 +29,4 @@ pipelines:
25
29
SRC_DIRECTORY: ldap_hooks
26
30
TEST_DIRECTORY: ldap_hooks
27
31
PUSH_DIRECTORY: publish-python-scripts
28
- template: bare_metal_pypi_package
32
+ template: bare_metal_pypi_package
0 commit comments