WAR 아티팩트 경로 수정
This commit is contained in:
@@ -83,7 +83,7 @@ pipeline {
|
|||||||
stage('Archive WAR Artifact') {
|
stage('Archive WAR Artifact') {
|
||||||
steps {
|
steps {
|
||||||
echo '▶ Archiving WAR file...'
|
echo '▶ Archiving WAR file...'
|
||||||
archiveArtifacts artifacts: "${env.PROJECT_HOME}/BAPWeb/dist/BAPWeb.war", fingerprint: true
|
archiveArtifacts artifacts: "/Data/jenkins/eapim/BAPWeb/dist/BAPWeb.war", fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user