Update 'Jenkinsfile'
This commit is contained in:
parent
eba9038601
commit
4b1d9ef057
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ node {
|
|||||||
remote.logLevel = 'INFO'
|
remote.logLevel = 'INFO'
|
||||||
stage('Test')
|
stage('Test')
|
||||||
{
|
{
|
||||||
sh 'echo $WORKSPACE; tree $WORKSPACE'
|
sh 'echo $WORKSPACE; ls -al $WORKSPACE'
|
||||||
}
|
}
|
||||||
stage('Remote SSH') {
|
stage('Remote SSH') {
|
||||||
sshCommand remote: remote, command: "tree ~/jenkins/jobs/ant-http"
|
sshCommand remote: remote, command: "tree ~/jenkins/jobs/ant-http"
|
||||||
|
Loading…
Reference in New Issue
Block a user