Skip to content

Commit

Permalink
changed repo in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Harsh committed Aug 22, 2017
1 parent e65ee4b commit f53dfc1
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 @@ -6,7 +6,7 @@ node('docker')
mycontainer.pull()
mycontainer.inside("-u jenkins -v /var/run/docker.sock:/var/run/docker.sock:rw")
{
git 'https://github.com/elastest/elastest-platform-monitoring.git'
git 'https://github.com/elastest/elastest-monitoring-platform.git'

stage "Tests"
echo ("Starting tests")
Expand Down

0 comments on commit f53dfc1

Please sign in to comment.