try out other ways..
This commit is contained in:
parent
3416f55ee9
commit
04dd4c6fc8
3
tests/gadget-zero/Jenkinsfile
vendored
3
tests/gadget-zero/Jenkinsfile
vendored
@ -12,7 +12,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "echo karl we are building $pr_from_sha"
|
sh "echo karl we are building $pr_from_sha"
|
||||||
step([$class: 'GitHubSetCommitStatusBuilder'])
|
step([$class: 'GitHubSetCommitStatusBuilder'])
|
||||||
checkout([$class: 'GitSCM', branches: [[name: $pr_from_sha]], userRemoteConfigs: [[url: $pr_from_git_url]]])
|
//checkout([$class: 'GitSCM', branches: [[name: $pr_from_sha]], userRemoteConfigs: [[url: $pr_from_git_url]]])
|
||||||
|
git branch: "$pr_from_sha", url: "$pr_from_url"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user