File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,6 @@ def call(Map config = [:]) {
87
87
params[' context' ] = context
88
88
params[' description' ] = description
89
89
90
- sh label : " Install Launchable" ,
91
- script : " pip3 install --user --upgrade launchable~=1.0"
92
-
93
- withCredentials([string(credentialsId : ' launchable-test' , variable : ' LAUNCHABLE_TOKEN' )]) {
94
- sh label : " Send build data" ,
95
- script : ''' export PATH=$PATH:$HOME/.local/bin
96
- launchable record build --name ${BUILD_TAG//%2F/-} --source src=.'''
97
- }
98
-
99
90
if (config. get(' test_function' , " runTestFunctional" ) ==
100
91
" runTestFunctionalV2" ) {
101
92
runTestFunctionalV2 params
Original file line number Diff line number Diff line change @@ -35,15 +35,4 @@ def call(Map config = [:]) {
35
35
36
36
junit testResults : junit_results
37
37
38
- sh label : " Install Launchable" ,
39
- script : " pip3 install --user --upgrade launchable~=1.0"
40
-
41
- withCredentials([string(credentialsId : ' launchable-test' , variable : ' LAUNCHABLE_TOKEN' )]) {
42
- sh label : " Submit test results to Launchable" ,
43
- script : ' if ls -l ' + ' "' + env. STAGE_NAME + ''' "/*/*/xunit1_results.xml 2>/dev/null; then
44
- export PATH=$PATH:$HOME/.local/bin
45
- launchable record tests --build ${BUILD_TAG//%2F/-} pytest ''' +
46
- ' "' + env. STAGE_NAME + ''' "/*/*/xunit1_results.xml
47
- fi'''
48
- }
49
38
}
You can’t perform that action at this time.
0 commit comments