diff --git a/Jenkinsfile b/Jenkinsfile index b2c86bc..c65cd92 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('API tests') { steps { // sh "docker run -v /var/run/docker.sock:/var/run/docker.sock -v `pwd`:/etc/newman -t postman/newman_ubuntu1404 --collection \"collection.json\" --environment=\"environment.json\"" - sh "docker run -t postman/newman_ubuntu1404 collection \"https://www.getpostman.com/collections/d45b3b20f83cc5f532fa\"" + sh "docker run -t postman/newman_ubuntu1404 run \"https://www.getpostman.com/collections/d45b3b20f83cc5f532fa\"" } } }