This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -15,9 +15,14 @@ pipeline {
|
||||
echo "finish Testing"
|
||||
}
|
||||
}
|
||||
stage('Docker Publish') {
|
||||
steps {
|
||||
echo "Publish.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}"
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
echo "Deploying.... ${env.ENV_REGISTRY_URL} - ${env.ENV_REGISTRY_USER}"
|
||||
echo "Redeploying...."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user