Skip to content

Commit

Permalink
ci(jenkins): prepare stage context (elastic#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 2, 2020
1 parent a0b2058 commit 2345f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pipeline {
expression { return env.GHERKIN_SPECS_UPDATED != "false" }
}
steps {
deleteDir()
unstash 'source'
dir("${BASE_DIR}"){
script {
Expand Down
1 change: 1 addition & 0 deletions tests/agents/gherkin-specs/api_key.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Feature: API Key
When a secret_token is set to 'secr3tT0ken' in the config
And an api key is not set in the config
Then the Authorization header is 'Bearer secr3tT0ken'

0 comments on commit 2345f3e

Please sign in to comment.