Skip to content

Commit

Permalink
update jenkinsfile for workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
leepc12 committed Jun 2, 2018
1 parent 089ba10 commit d7d8815
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
Expand Up @@ -113,7 +113,7 @@ pipeline {
}

stage('Run-Workflow-Level-Full-Tests'){
agent {label 'master-builder'}
agent {label 'slave-w-docker-cromwell-60GB-ebs'}
when { branch 'master'}
steps {
echo "running subsampled/paired_end workflow level tests when there is an event on master branch"
Expand Down

0 comments on commit d7d8815

Please sign in to comment.