Skip to content

Commit

Permalink
Added jenkinsfile for agent specific
Browse files Browse the repository at this point in the history
  • Loading branch information
LondheShubham153 committed Jan 22, 2023
1 parent 570f3fa commit fb5b01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline {
agent any
agent 'node-agent'

stages{
stage('Code'){
Expand Down

0 comments on commit fb5b01d

Please sign in to comment.