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