zmienne
This commit is contained in:
parent
c84defa3da
commit
a8dd740c2f
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent { dockerfile true }
|
||||
parameters {
|
||||
string(
|
||||
defaultValue: '0',
|
||||
@ -27,7 +27,6 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('docker') {
|
||||
agent { dockerfile true }
|
||||
steps {
|
||||
sh 'cat /etc/issue'
|
||||
sh 'ls -l'
|
||||
|
Loading…
Reference in New Issue
Block a user