fixed
This commit is contained in:
parent
9c4e0908a1
commit
e64c275b3b
|
|
@ -23,8 +23,6 @@ spec:
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pipeline {
|
|
||||||
agent any // Runs on an Ubuntu-based Jenkins agent
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
REGISTRY_URL = 'git.winteraccess.id'
|
REGISTRY_URL = 'git.winteraccess.id'
|
||||||
|
|
@ -42,7 +40,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
stage('Get Short SHA') {
|
stage('Get Short SHA') {
|
||||||
steps {
|
steps {
|
||||||
|
|
@ -102,6 +99,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue