fix syntax in jenkinsfile
This commit is contained in:
parent
efc4f08267
commit
d220e1daf6
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'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user