fix syntax in jenkinsfile

This commit is contained in:
Karl Palsson 2020-09-06 21:58:29 +00:00
parent efc4f08267
commit d220e1daf6

View File

@ -7,7 +7,7 @@ pipeline {
}
stages {
# TODO - set build status to pneding....
// TODO - set build status to pneding....
stage('checkout') {
steps {
step([$class: 'GitHubSetCommitStatusBuilder'])