We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cf281 commit f3efb17Copy full SHA for f3efb17
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
}
14
15
group = "io.krews"
16
-version = "0.15.0"
+version = "0.15.1"
17
18
repositories {
19
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }
src/main/kotlin/krews/executor/bsub/BsubExecutor.kt
@@ -319,6 +319,7 @@ enum class BsubJobState(val category: BsubJobStateCategory) {
319
EXIT(BsubJobStateCategory.FAILED),
320
DONE(BsubJobStateCategory.SUCCEEDED),
321
PEND(BsubJobStateCategory.INCOMPLETE),
322
+ RUN(BsubJobStateCategory.INCOMPLETE),
323
PSUSP(BsubJobStateCategory.INCOMPLETE),
324
USUSP(BsubJobStateCategory.INCOMPLETE),
325
SSUSP(BsubJobStateCategory.INCOMPLETE),
0 commit comments