This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -12,5 +12,12 @@ pipeline {
|
|||||||
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