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 {
|
||||
REGISTRY_URL = 'git.winteraccess.id'
|
||||
|
|
@ -42,7 +40,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Get Short SHA') {
|
||||
steps {
|
||||
|
|
@ -102,6 +99,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
|
|
|
|||
Loading…
Reference in New Issue