Skip to content

Commit

Permalink
Merge pull request #520 from kasunbg/set-cd-node-label
Browse files Browse the repository at this point in the history
Set COMPONENT_ECS as the node label for continuous-delivery pipeline
  • Loading branch information
kasunbg authored Feb 22, 2018
2 parents 4d8ee06 + 9d203d9 commit 43311f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-pipelines/continuous-delivery/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node {
node('COMPONENT_ECS') {
stage('Deploy to Dev'){
deleteDir()
copyArtifacts(projectName: 'testgrid/testgrid');
Expand Down

0 comments on commit 43311f4

Please sign in to comment.