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