jenkins hatr
This commit is contained in:
parent
d220e1daf6
commit
3416f55ee9
1
tests/gadget-zero/Jenkinsfile
vendored
1
tests/gadget-zero/Jenkinsfile
vendored
@ -10,6 +10,7 @@ pipeline {
|
|||||||
// TODO - set build status to pneding....
|
// TODO - set build status to pneding....
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
steps {
|
steps {
|
||||||
|
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]]])
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user