disable coverage
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
fc999c2462
commit
e4c0bcfc3d
|
@ -75,11 +75,11 @@ pipeline {
|
||||||
script { cmn.nix.shell('lein test-cljs', attr: 'targets.leiningen.shell') }
|
script { cmn.nix.shell('lein test-cljs', attr: 'targets.leiningen.shell') }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Coverage') {
|
/* stage('Coverage') {
|
||||||
steps {
|
steps {
|
||||||
script { android.coverage() }
|
script { android.coverage() }
|
||||||
}
|
}
|
||||||
}
|
} */
|
||||||
} }
|
} }
|
||||||
stage('Build') { stages {
|
stage('Build') { stages {
|
||||||
stage('JSBundle') {
|
stage('JSBundle') {
|
||||||
|
|
Loading…
Reference in New Issue