Skip to content

Commit

Permalink
ci: use repository URL instead of relying on jenkins environment vari…
Browse files Browse the repository at this point in the history
…ables
  • Loading branch information
grvvy committed Jul 17, 2024
1 parent 0212bf6 commit c9c6d76
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 @@ -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') {
Expand Down

0 comments on commit c9c6d76

Please sign in to comment.