ci: remove debug
This commit is contained in:
parent
81a7727f09
commit
fa5a0cbfb2
|
@ -82,10 +82,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Prep') {
|
stage('Prep') {
|
||||||
steps { script {
|
steps { script {
|
||||||
sh 'env | grep nightly'
|
|
||||||
sh 'env | grep BUILD_'
|
|
||||||
setNewBuildName()
|
setNewBuildName()
|
||||||
sh 'echo $BUILD_DISPLAY_NAME'
|
|
||||||
updateGitHubStatus()
|
updateGitHubStatus()
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue