We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9227d9 commit a53c8d1Copy full SHA for a53c8d1
Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
17
MAJORMINOR = '0.0'
18
}
19
steps {
20
- sh 'docker image build -t ${DTR_FQDN_PORT}/engineering/api-build:rc-${MAJORMINOR}.${BUILD_ID} api'
+ sh 'docker image build -t ${DTR_FQDN_PORT}/engineering/api-build:rc-${MAJORMINOR}.${BUILD_ID} api'
21
sh 'docker login -u jenkins -p ${DTR_ACCESS_KEY} ${DTR_FQDN_PORT}'
22
sh 'docker image push ${DTR_FQDN_PORT}/engineering/api-build:rc-${MAJORMINOR}.${BUILD_ID}'
23
0 commit comments