ci: remove debug
This commit is contained in:
parent
81a7727f09
commit
fa5a0cbfb2
|
@ -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()
|
||||
} }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue