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 {
|
stages {
|
||||||
stage('Build Docker Image') {
|
stage('Build Docker Image') {
|
||||||
steps {
|
steps {
|
||||||
sh 'docker build -t hackrf $GIT_URL'
|
sh 'docker build -t hackrf https://github.com/greatscottgadgets/hackrf.git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test Suite') {
|
stage('Test Suite') {
|
||||||
|
Reference in New Issue
Block a user