ci: remove debug

This commit is contained in:
Anton Iakimov 2023-12-25 13:07:09 +01:00
parent 81a7727f09
commit fa5a0cbfb2
1 changed files with 0 additions and 3 deletions

View File

@ -82,10 +82,7 @@ pipeline {
stages {
stage('Prep') {
steps { script {
sh 'env | grep nightly'
sh 'env | grep BUILD_'
setNewBuildName()
sh 'echo $BUILD_DISPLAY_NAME'
updateGitHubStatus()
} }
}