Skip to content

Instantly share code, notes, and snippets.

View emeraldhieu's full-sized avatar
😁
Never look back

Hieu emeraldhieu

😁
Never look back
View GitHub Profile
stage('Build docker') {
steps {
script {
def imageTag = dockerImage.getImageTag("${BRANCH_NAME}", "${REVISION}");
docker.build("${PROJECT_NAME}" + ":" + imageTag)
}
}
}
stage('Push docker') {
javascript:(function(p){s=location.search;if(!s.includes("?"+p)&&!s.includes("&"+p))location.search+=s.startsWith("?")?"&"+p:"?"+p})("restartApplication")