Jenkinsfile.

This commit is contained in:
Maciej Prill 2022-10-24 08:38:09 +02:00
parent 4c487ff95a
commit e143aff944

2
Jenkinsfile vendored
View File

@ -19,7 +19,6 @@ pipeline {
sh 'npm run build'
}
}
}
stage('SSH-publish') {
steps {
sshPublisher(
@ -38,5 +37,6 @@ pipeline {
)
}
}
}
}