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 f518b72 commit 308c584Copy full SHA for 308c584
Jenkinsfile
@@ -1,5 +1,5 @@
1
pipeline {
2
- agent { ec2Agent }
+ agent { label 'ec2Agent' }
3
tools {nodejs "node16" }
4
environment {
5
NODE_ENV='production'
0 commit comments