Skip to content

Commit be70691

Browse files
authored
ci(jenkins): run opbeans validation per PR (#728)
1 parent 1760d87 commit be70691

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,9 @@ pipeline {
147147
}
148148
}
149149
steps {
150-
log(level: 'INFO', text: 'Launching Async ITs')
151150
build(job: env.ITS_PIPELINE, propagate: false, wait: false,
152151
parameters: [string(name: 'AGENT_INTEGRATION_TEST', value: 'Python'),
153-
string(name: 'BUILD_OPTS', value: "--with-agent-python-flask --python-agent-package git+https://github.com/${env.CHANGE_FORK?.trim() ?: 'elastic' }/${env.REPO}.git@${env.GIT_BASE_COMMIT}"),
152+
string(name: 'BUILD_OPTS', value: "--with-agent-python-flask --python-agent-package git+https://github.com/${env.CHANGE_FORK?.trim() ?: 'elastic' }/${env.REPO}.git@${env.GIT_BASE_COMMIT} --opbeans-python-agent-branch ${env.GIT_BASE_COMMIT}"),
154153
string(name: 'GITHUB_CHECK_NAME', value: env.GITHUB_CHECK_ITS_NAME),
155154
string(name: 'GITHUB_CHECK_REPO', value: env.REPO),
156155
string(name: 'GITHUB_CHECK_SHA1', value: env.GIT_BASE_COMMIT)])

0 commit comments

Comments
 (0)