File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ DSL = '''pipeline {
33 agent any
44 environment {
55 MAVEN_OPTS = '-Dmaven.ext.class.path=otel.jar'
6- OTEL_VERSION = '0 . 1 . 0 -beta- 5 '
6+ OTEL_VERSION = '1 . 7 . 0 -alpha '
77 }
88 stages {
99 stage('checkout') {
@@ -14,7 +14,7 @@ DSL = '''pipeline {
1414 stage('prepare') {
1515 steps {
1616 sh (label: 'fetch opentelemetry-maven-extension',
17- script: 'curl -s https://repo.maven.apache.org/maven2/co/elastic /opentelemetry/contrib/opentelemetry-maven-extension/${OTEL_VERSION}/opentelemetry-maven-extension-${OTEL_VERSION}.jar > otel.jar')
17+ script: 'curl -s https://repo.maven.apache.org/maven2/io /opentelemetry/contrib/opentelemetry-maven-extension/${OTEL_VERSION}/opentelemetry-maven-extension-${OTEL_VERSION}.jar > otel.jar')
1818 }
1919 }
2020 stage('compile') {
You can’t perform that action at this time.
0 commit comments