Vadim vtroshchinskiy 2025-02-24 09:54:00 +01:00
parent c751a8114c
commit c0a1e77440
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -9,10 +9,13 @@ pipeline {
stages {
stage('Install Dependencies') {
steps {
withCredentials([string(credentialsId: 'aptly-key', variable: 'APTLYKEY')]) {
sh '''
pwd
uname -a
df
env
export DEBIAN_FRONTEND=noninteractive