We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6de146 commit ebbb008Copy full SHA for ebbb008
tensorflow-whl/Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
28
set -exo pipefail
29
30
cd tensorflow-whl/
31
- ./push staging
+ ./push ${GIT_BRANCH}-staging
32
'''
33
}
34
0 commit comments