zmienne
This commit is contained in:
parent
148fa4394a
commit
c411a6278c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -33,11 +33,13 @@ pipeline {
|
||||
script {
|
||||
def img = docker.build('rokoch/ium:01')
|
||||
img.inside {
|
||||
sh 'who'
|
||||
sh 'chmod -R 777 /'
|
||||
sh 'rm -f *.csv *.zip'
|
||||
sh 'ls -l'
|
||||
sh 'cat /etc/issue'
|
||||
sh 'chmod +x skrypt.sh'
|
||||
sh 'sudo ./skrypt.sh 0'
|
||||
sh './skrypt.sh 0'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user