diff --git a/Jenkinsfile b/Jenkinsfile index 24886a8f..043585f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build Docker Image') { steps { - sh 'docker build -t hackrf $GIT_URL' + sh 'docker build -t hackrf https://github.com/greatscottgadgets/hackrf.git' } } stage('Test Suite') {