test
parent
c751a8114c
commit
c0a1e77440
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue