updated jenkinsfiles
This commit is contained in:
parent
d175c58d6e
commit
ca31a63a87
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
Loading…
Reference in New Issue
Block a user