Skip to content

Commit

Permalink
Add another build parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
swails committed Mar 16, 2019
1 parent 4fcc9c5 commit 5db29c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pipeline {
parameters {
string defaultValue: "master", description: "The libcpptraj docker image tag to use",
name: "LIBCPPTRAJ_IMAGE_TAG", trim: true
string defaultValue: "master", description: "The pytraj commit/branch to test",
name: 'BRANCH_TO_BUILD', trim: true
}

post {
Expand Down

0 comments on commit 5db29c8

Please sign in to comment.