bianzhenhua123 hai 1 mes
pai
achega
5aa3f05357
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      poyee-mall/DEV/Jenkinsfile

+ 0 - 4
poyee-mall/DEV/Jenkinsfile

@@ -24,7 +24,6 @@ node {
             JAR = CONFIG.service.jar
             sh """cat > ${pathOfDockerfile}/Dockerfile<<EOF
 FROM openjdk:17-alpine as final
-ADD skywalking-agent /app/skywalking-agent
 ADD ${module}target/${JAR} /app/target/${JAR}
 EOF
 """
@@ -33,9 +32,6 @@ EOF
 
         String[] JAVA_ARGS = ["-Djava.security.egd=file:/dev/./urandom",
             "-Djava.awt.headless=true",
-            "-javaagent:/app/skywalking-agent/skywalking-agent.jar",
-            "-Dskywalking.agent.service_name=${CONFIG.service.name}",
-            "-Dskywalking.collector.backend_service=${CONFIG.skywalking.address}",
             "-Xmx1024m",
             "-Dspring.profiles.active=dev",
             "-Dserver.port=80",