This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -11,6 +11,13 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
ansiblePlaybook installation: 'ansible', playbook: 'test_play.yml'
|
ansiblePlaybook installation: 'ansible', playbook: 'test_play.yml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("run bash"){
|
||||||
|
steps {
|
||||||
|
bash '''#!/bin/bash
|
||||||
|
echo "hello world"
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user