mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-04 14:35:54 +01:00
ci: use repository URL instead of relying on jenkins environment variables
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user