changed name.
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -15,9 +15,14 @@ pipeline {
|
|||||||
echo "finish Testing"
|
echo "finish Testing"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('DockerPublish') {
|
||||||
|
steps {
|
||||||
|
echo "Publishing.... ${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 "ReDeploy...."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user