Jenkinsfile.
This commit is contained in:
parent
4c487ff95a
commit
e143aff944
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -19,7 +19,6 @@ pipeline {
|
||||
sh 'npm run build'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('SSH-publish') {
|
||||
steps {
|
||||
sshPublisher(
|
||||
@ -38,5 +37,6 @@ pipeline {
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user