jenkins hatr

This commit is contained in:
Karl Palsson 2020-09-06 22:16:32 +00:00
parent d220e1daf6
commit 3416f55ee9
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ pipeline {
// TODO - set build status to pneding....
stage('checkout') {
steps {
sh "echo karl we are building $pr_from_sha"
step([$class: 'GitHubSetCommitStatusBuilder'])
checkout([$class: 'GitSCM', branches: [[name: $pr_from_sha]], userRemoteConfigs: [[url: $pr_from_git_url]]])
}