modify Jenkinsfile

master
TBS093A 2022-03-01 14:05:04 +01:00
parent 35f55e1b69
commit ed684ba1be
1 changed files with 1 additions and 8 deletions

9
Jenkinsfile vendored
View File

@ -16,14 +16,7 @@ pipeline {
steps { steps {
echo '#2 Build App (npm node)' echo '#2 Build App (npm node)'
withCredentials( withCredentials([sshUserPrivateKey(credentialsId: 'cv-kamil-zuk', keyFileVariable: 'PRIV_KEY')]) {
[
sshUserPrivateKey(
credentialsId: 'cv-kamil-zuk',
variable: 'PRIV_KEY'
)
]
) {
script { script {
echo "$PRIV_KEY" echo "$PRIV_KEY"
sh ''' sh '''