Skip to content

Commit 308c584

Browse files
committed
fixed lebel
1 parent f518b72 commit 308c584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pipeline {
2-
agent { ec2Agent }
2+
agent { label 'ec2Agent' }
33
tools {nodejs "node16" }
44
environment {
55
NODE_ENV='production'

0 commit comments

Comments
 (0)