We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5b01d commit 27d903cCopy full SHA for 27d903c
Jenkinsfile
@@ -1,5 +1,5 @@
1
pipeline {
2
- agent 'node-agent'
+ agent label {'node-agent'}
3
4
stages{
5
stage('Code'){
0 commit comments