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