Skip to content

Commit ccb9712

Browse files
authored
Update Jenkinsfile
1 parent 1b6ac90 commit ccb9712

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
pipeline {
2-
agent any
2+
agent {
3+
label 'AgentSlave'
4+
}
35

46
stages {
57
stage("Test Application"){
@@ -60,4 +62,4 @@ pipeline {
6062

6163
}
6264

63-
}
65+
}

0 commit comments

Comments
 (0)