We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7107b83 commit 83d8e6eCopy full SHA for 83d8e6e
1 file changed
.build/env_dockerhub.sh
@@ -8,4 +8,6 @@ if [[ $DTAG == "master" ]] ; then
8
DTAG=latest
9
fi
10
echo "DOCKER_TAG=$DTAG"
11
+
12
+### will be read out by jenkins
13
echo "DOCKER_TAG=$DTAG" > $WORKSPACE/myjob.properties
0 commit comments