Skip to content

Commit

Permalink
Crop isolation id to 32 chars
Browse files Browse the repository at this point in the history
Signed-off-by: Shay Gordon <shay@blockchaintp.com>
  • Loading branch information
camembertelectrique committed Jan 29, 2020
1 parent 3f1125a commit 92bacef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
}

environment {
ISOLATION_ID = sh(returnStdout: true, script: 'echo $BUILD_TAG | sha256sum | cut -c1-64').trim()
ISOLATION_ID = sh(returnStdout: true, script: 'echo $BUILD_TAG | sha256sum | cut -c1-32').trim()
PROJECT_ID = sh(returnStdout: true, script: 'echo $BUILD_TAG | sha256sum | cut -c1-32').trim()
}

Expand Down

0 comments on commit 92bacef

Please sign in to comment.