Fixed typo
This commit is contained in:
parent
16721ed210
commit
1e50bd15fa
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -38,8 +38,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps('echo') {
|
}
|
||||||
sh "echo works"
|
stage('Clarify') {
|
||||||
|
steps {
|
||||||
|
sh "echo Dziala"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user