summaryrefslogtreecommitdiffstats
path: root/releases/1.10.3-container.yaml
blob: b21b261a9a6db5a0aa60c51b3b4b80b7eabb694b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
distribution_type: 'container'
container_release_tag: '1.10.3'
project: 'sdc'
log_dir: 'sdc-maven-docker-stage-master/1023/'
ref: f935dce7e2f249e804332da31ae54cb71aad6328 
containers:
  - name: 'sdc-backend'
    version: '1.10-20220322T184718Z'
  - name: 'sdc-backend-init'
    version: '1.10-20220322T184718Z'
  - name: 'sdc-backend-all-plugins'
    version: '1.10-20220322T184718Z'
  - name: 'sdc-cassandra'
    version: '1.10-20220322T184718Z'
  - name: 'sdc-cassandra-init'
    version: '1.10-20220322T184718Z'
  - name: 'sdc-frontend'
    version: '1.10-20220322T184718Z'
  - name: 'sdc-onboard-backend'
    version: '1.10-20220322T184718Z'
  - name: 'sdc-onboard-cassandra-init'
    version: '1.10-20220322T184718Z'
le */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <artifactId>onboarding-cucumber</artifactId>
    <name>cucumber-report</name>

    <parent>
        <groupId>org.openecomp.sdc</groupId>
        <artifactId>sdc-onboarding</artifactId>
        <version>1.3.3-SNAPSHOT</version>
        <relativePath>../onboarding/pom.xml</relativePath>
    </parent>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-clean-plugin</artifactId>
                <version>2.6.1</version>
                <executions>
                    <execution>
                        <id>clean.dist.folder</id>
                        <phase>clean</phase>
                        <goals>
                            <goal>clean</goal>
                        </goals>
                        <configuration>
                            <filesets>
                                <fileset>
                                    <directory>${basedir}/report</directory>
                                    <includes>
                                        <include>**/*</include>
                                    </includes>
                                </fileset>
                                <fileset>
                                    <directory>${basedir}/resources/downloads</directory>
                                    <includes>
                                        <include>**/*</include>
                                    </includes>
                                </fileset>
                              <fileset>
                                <directory>${basedir}/docs</directory>
                                <includes>
                                  <include>**/*</include>
                                </includes>
                              </fileset>
                                <fileset>
                                    <directory>${basedir}</directory>
                                    <includes>
                                        <include>jenkinsConfig.json</include>
                                    </includes>
                                </fileset>

                            </filesets>
                        </configuration>
                    </execution>
                </executions>
            </plugin>


            <plugin>
                <artifactId>maven-antrun-plugin</artifactId>
                <executions>
                    <execution>
                        <id>create-reporting-folders</id>
                        <phase>generate-sources</phase>
                        <configuration>
                            <tasks>
                                <echo message="Generate reports and downloads folders"/>
                                <mkdir dir="${basedir}/report"/>
                                <mkdir dir="${basedir}/resources/downloads"/>
                            </tasks>
                        </configuration>
                        <goals>
                            <goal>run</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

            <!-- ============================================= -->
            <!-- Build the UI module node code -->
            <!-- ============================================= -->
            <plugin>
                <groupId>com.github.eirslett</groupId>
                <artifactId>frontend-maven-plugin</artifactId>
                <version>1.6</version>

                <configuration>
                    <installDirectory>${project.parent.parent.basedir}</installDirectory>
                </configuration>

                <executions>

                    <execution>
                        <id>install node and yarn</id>
                        <goals>
                            <goal>install-node-and-yarn</goal>
                        </goals>
                        <configuration>
                            <nodeVersion>v9.4.0</nodeVersion>
                            <yarnVersion>v1.3.2</yarnVersion>
                        </configuration>
                    </execution>

                    <execution>
                        <id>yarn run install</id>
                        <goals>
                            <goal>yarn</goal>
                        </goals>
                        <configuration>
                            <arguments>install</arguments>
                        </configuration>
                    </execution>
                  <execution>
                    <id>yarn run cucumber docs</id>
                    <goals>
                      <goal>yarn</goal>
                    </goals>
                    <configuration>
                        <yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
                      <arguments>run cucumber-docs</arguments>
                    </configuration>
                  </execution>

                  <execution>
                    <id>yarn run cucumber test</id>
                    <goals>
                      <goal>yarn</goal>
                    </goals>
                    <configuration>
                        <yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
                      <arguments>run test-and-report</arguments>
                    </configuration>
                    <phase>test</phase>
                  </execution>


                </executions>
            </plugin>

            <plugin>
                <artifactId>maven-resources-plugin</artifactId>
                <version>2.6</version>
                <executions>
                    <execution>
                        <id>copy-config</id>
                        <phase>validate</phase>
                        <goals>
                            <goal>copy-resources</goal>
                        </goals>
                        <configuration>
                            <outputDirectory>${basedir}</outputDirectory>
                            <resources>
                                <resource>
                                    <directory>${basedir}/resources</directory>
                                    <includes>
                                        <include>jenkinsConfig.json</include>
                                    </includes>
                                    <filtering>true</filtering>
                                </resource>
                            </resources>
                        </configuration>
                    </execution>
                </executions>
            </plugin>

        </plugins>
    </build>

</project>