Skip to content

Commit b4e4464

Browse files
committed
Fixing other things
1 parent 014d6b8 commit b4e4464

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ pipeline {
99

1010
environment {
1111
BUILDER = "sysdiglabs/sysdig-inspect-builder:0.2"
12-
VERSION = readFile "VERSION"
1312
}
1413

1514
stages {
@@ -30,7 +29,6 @@ pipeline {
3029
// Define build number
3130
script {
3231
def now = new Date()
33-
3432
env.VERSION_BUILD_NUMBER=now.format("yyyyMMdd.HHmmss", TimeZone.getTimeZone('UTC'))
3533
}
3634
}

0 commit comments

Comments
 (0)