We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cee22 commit ce15bc5Copy full SHA for ce15bc5
Jenkinsfile
@@ -5,10 +5,12 @@ pipeline {
5
environment {
6
COMPOSE_PROJECT_NAME = 'sagdevopsccdockerbuilder'
7
RELEASE = '10.1'
8
+ DOCKER = credentals('docker')
9
}
10
stages {
11
stage("Build") {
12
steps {
13
+ sh "docker login -u $DOCKER_USR -p $DOCKER_PSW"
14
sh 'envsubst < init-$RELEASE-dev.yaml > init.yaml && cat init.yaml'
15
sh 'docker-compose build simple'
16
sh 'docker-compose build unmanaged'
0 commit comments