Fix quotation marks
This commit is contained in:
parent
c73366cdbc
commit
be68067140
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
|||
stages {
|
||||
stage("Test") {
|
||||
steps {
|
||||
sh 'echo "Running tests'
|
||||
sh 'echo "Running tests"'
|
||||
}
|
||||
}
|
||||
stage("Build") {
|
||||
|
|
Loading…
Reference in a new issue