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 {
|
stages {
|
||||||
# TODO - set build status to pneding....
|
// TODO - set build status to pneding....
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
steps {
|
steps {
|
||||||
step([$class: 'GitHubSetCommitStatusBuilder'])
|
step([$class: 'GitHubSetCommitStatusBuilder'])
|
||||||
|
|||||||
Reference in New Issue
Block a user