go.ligato.io/vpp-agent/v3@v3.5.0/tests/jenkins/vpp_agent_jobs/M01A._Fix_found_problems.yml (about)

     1  - job:
     2      block-downstream: false
     3      block-upstream: false
     4      builders:
     5        - shell: "# in working copy of vpp-agent repository\ncd /root/vpp-agent\n\n#20190208\
     6            \ 10:28:10.960 \tERROR \tError in file '/root/vpp-agent/tests/robot/suites/misc/etcd_clear.robot':\
     7            \ Resource file '../../../variables/arm64_local_variables.robot' does not\
     8            \ exist.\n#20190208 10:28:10.961 \tERROR \tError in file '/root/vpp-agent/tests/robot/suites/misc/etcd_clear.robot':\
     9            \ Resource file '../../../libraries/all_libs.robot' does not exist.\nsed -i\
    10            \ -e 's/..\\/..\\/..\\/variables\\/${VARIABLES}_variables.robot/..\\/..\\\
    11            /variables\\/${VARIABLES}_variables.robot/g' tests/robot/suites/misc/etcd_clear.robot\n\
    12            sed -i -e 's/..\\/..\\/..\\/libraries\\/all_libs.robot/..\\/..\\/libraries\\\
    13            /all_libs.robot/g' tests/robot/suites/misc/etcd_clear.robot\n\n\n#list changes\
    14            \ in repository\ngit show"
    15      concurrent: false
    16      disabled: false
    17      name: M01A. Fix found problems
    18      node: master
    19      parameters:
    20        - raw:
    21            xml: |
    22              <com.cloudbees.plugins.credentials.CredentialsParameterDefinition plugin="credentials@2.1.18">
    23              <name>robot</name>
    24              <description />
    25              <defaultValue>robot</defaultValue>
    26              <credentialType>com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl</credentialType>
    27              <required>true</required>
    28              </com.cloudbees.plugins.credentials.CredentialsParameterDefinition>
    29      project-type: freestyle
    30      properties:
    31        - build-discarder:
    32            artifact-days-to-keep: -1
    33            artifact-num-to-keep: -1
    34            days-to-keep: -1
    35            num-to-keep: 7
    36        - raw:
    37            xml: |
    38              <hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@2.0.1">
    39              <maxConcurrentPerNode>0</maxConcurrentPerNode>
    40              <maxConcurrentTotal>0</maxConcurrentTotal>
    41              <categories class="java.util.concurrent.CopyOnWriteArrayList" />
    42              <throttleEnabled>false</throttleEnabled>
    43              <throttleOption>project</throttleOption>
    44              <limitOneJobWithMatchingParams>false</limitOneJobWithMatchingParams>
    45              <paramsToUseForLimit />
    46              </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
    47      publishers: []
    48      scm:
    49        - git:
    50            branches:
    51              - '*/dev'
    52            local-branch: dev
    53            url: https://github.com/ligato/vpp-agent.git
    54      triggers: []
    55      wrappers:
    56        - raw:
    57            xml: |
    58              <hudson.plugins.ws__cleanup.PreBuildCleanup plugin="ws-cleanup@0.37">
    59              <deleteDirs>false</deleteDirs>
    60              <cleanupParameter />
    61              <externalDelete />
    62              <disableDeferredWipeout>false</disableDeferredWipeout>
    63              </hudson.plugins.ws__cleanup.PreBuildCleanup>
    64        - credentials-binding:
    65            - username-password-separated:
    66                credential-id: robot
    67                password: robotpassword
    68                username: robotusername