You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
booleanParam(name: 'INCLUDE_TESTING', defaultValue: true, description: 'Should the testing stages be included?')
34
-
booleanParam(name: 'ADD_LIBUNWIND_DEPENDENCY', defaultValue: false, description: 'Should Alpine (.apk) build have dependency on libunwind (to be able to log C call stack on crash)?')
35
34
}
36
35
stages {
37
36
stage('Initializing'){
@@ -149,7 +148,7 @@ pipeline {
149
148
// When running in the CI with multiple parallel stages
150
149
// the access could be considered as a DDOS attack.
0 commit comments