Cleanup after removal of regedit
This commit is contained in:
parent
0fc0ca9465
commit
03e2cd1bc6
2 changed files with 1 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -28,7 +28,7 @@ pipeline {
|
||||||
archiveArtifacts artifacts: "dart/out/*", fingerprint: true
|
archiveArtifacts artifacts: "dart/out/*", fingerprint: true
|
||||||
archiveArtifacts artifacts: "cpp/build/vsleep-cpp", fingerprint: true
|
archiveArtifacts artifacts: "cpp/build/vsleep-cpp", fingerprint: true
|
||||||
archiveArtifacts artifacts: "cpp/build/pause-cpp", fingerprint: true
|
archiveArtifacts artifacts: "cpp/build/pause-cpp", fingerprint: true
|
||||||
deleteDir()
|
cleanWs()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,6 @@ class HelperConsts {
|
||||||
static String get NBT_VERSION => Constants.NBT_REVISION;
|
static String get NBT_VERSION => Constants.NBT_REVISION;
|
||||||
static const MKFSREPORT_VERSION = "1.0.083024.2334";
|
static const MKFSREPORT_VERSION = "1.0.083024.2334";
|
||||||
static const DBIKC_VERSION = "1.0.083024+2334";
|
static const DBIKC_VERSION = "1.0.083024+2334";
|
||||||
static const REGEDIT_VERSION = "1.0.083124+0235";
|
|
||||||
static const CH_VERSION = "1.0.112724+1534";
|
static const CH_VERSION = "1.0.112724+1534";
|
||||||
|
|
||||||
static String get LIBAC_VERSION => Constants.VERSION;
|
static String get LIBAC_VERSION => Constants.VERSION;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue