update
This commit is contained in:
parent
fee1d63306
commit
7a179da3b3
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
||||
node('Node-Dev-100163') {
|
||||
try {
|
||||
options {
|
||||
skipNotifications()
|
||||
}
|
||||
stage('Checkout') {
|
||||
echo 'Pulling...' + env.BRANCH_NAME
|
||||
checkout scm
|
||||
|
Loading…
Reference in New Issue
Block a user