Skip to content

Commit ebbb008

Browse files
authored
TF whl: Support parallel branch build
1 parent f6de146 commit ebbb008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow-whl/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
set -exo pipefail
2929
3030
cd tensorflow-whl/
31-
./push staging
31+
./push ${GIT_BRANCH}-staging
3232
'''
3333
}
3434
}

0 commit comments

Comments
 (0)