fix syntax in jenkinsfile
This commit is contained in:
2
tests/gadget-zero/Jenkinsfile
vendored
2
tests/gadget-zero/Jenkinsfile
vendored
@@ -7,7 +7,7 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
# TODO - set build status to pneding....
|
||||
// TODO - set build status to pneding....
|
||||
stage('checkout') {
|
||||
steps {
|
||||
step([$class: 'GitHubSetCommitStatusBuilder'])
|
||||
|
||||
Reference in New Issue
Block a user