Skip to content

Commit 050da18

Browse files
committed
remove trigger
Signed-off-by: Shi Chen <[email protected]>
1 parent 2c948c1 commit 050da18

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Jenkinsfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
#!/usr/bin/env groovy
22

3-
properties(
4-
[
5-
pipelineTriggers([
6-
pollSCM('0 0 * * *')
7-
]),
8-
]
9-
)
10-
113
def installBuildRequirements(){
124
def nodeHome = tool 'nodejs-14.19.1'
135
env.PATH="${env.PATH}:${nodeHome}/bin"

0 commit comments

Comments
 (0)