Skip to content

Commit

Permalink
chore(distro+qa): remove standalone web apps (camunda#3480)
Browse files Browse the repository at this point in the history
related to camunda#3429
  • Loading branch information
tmetzke authored Jun 7, 2023
1 parent 140ff57 commit 2e1c195
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 1,239 deletions.
38 changes: 0 additions & 38 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -363,44 +363,6 @@ pipeline {
])
}
}
stage('webapp-IT-standalone-tomcat-9') {
when {
expression {
cambpmWithLabels('tomcat', 'webapp-integration')
}
}
steps {
cambpmConditionalRetry([
agentLabel: 'chrome_112',
runSteps: {
cambpmRunMaven('qa/', 'clean install -Ptomcat-vanilla,webapps-integration-sa', runtimeStash: true, archiveStash: true)
},
postFailure: {
cambpmPublishTestResult()
cambpmArchiveArtifacts('qa/integration-tests-webapps/standalone-engine/target/selenium-screenshots/*')
}
])
}
}
stage('webapp-IT-standalone-wildfly26') {
when {
expression {
cambpmWithLabels('wildfly', 'webapp-integration')
}
}
steps {
cambpmConditionalRetry([
agentLabel: 'chrome_112',
runSteps: {
cambpmRunMaven('qa/', 'clean install -Pwildfly26-vanilla,webapps-integration-sa', runtimeStash: true, archiveStash: true)
},
postFailure: {
cambpmPublishTestResult()
cambpmArchiveArtifacts('qa/integration-tests-webapps/standalone-engine/target/selenium-screenshots/*')
}
])
}
}
stage('camunda-run-IT') {
when {
expression {
Expand Down
1 change: 0 additions & 1 deletion distro/jboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
</activation>
<modules>
<module>webapp</module>
<module>webapp-standalone</module>
</modules>
</profile>
</profiles>
Expand Down
228 changes: 0 additions & 228 deletions distro/jboss/webapp-standalone/pom.xml

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion distro/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<modules>
<module>distro</module>
<module>webapp</module>
<module>webapp-standalone</module>
</modules>
</profile>
</profiles>
Expand Down
Loading

0 comments on commit 2e1c195

Please sign in to comment.