Mise à jour de 'Jenkinsfile'
This commit is contained in:
parent
cd8bc9c436
commit
e671288618
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ node {
|
|||||||
remote.logLevel = 'INFO'
|
remote.logLevel = 'INFO'
|
||||||
stage('Test')
|
stage('Test')
|
||||||
{
|
{
|
||||||
sh 'echo $WORKSPACE; ls -al $WORKSPACE; find /var/jenkins_home -name "test.sh";'
|
sh 'pwd; echo $WORKSPACE; ls -al $WORKSPACE; find /var/jenkins_home -name "test.sh";'
|
||||||
}
|
}
|
||||||
stage('Remote SSH') {
|
stage('Remote SSH') {
|
||||||
sshCommand remote: remote, command: '\
|
sshCommand remote: remote, command: '\
|
||||||
|
Loading…
Reference in New Issue
Block a user