Update 'Jenkinsfile'
Some checks failed
test-multi-branches/pipeline/head There was a failure building this commit
Some checks failed
test-multi-branches/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c1bbb3c484
commit
f59967c69e
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -53,6 +53,7 @@ pipeline{
|
|||||||
export -p | tee env.source
|
export -p | tee env.source
|
||||||
cat <<"EOF" >>env.source
|
cat <<"EOF" >>env.source
|
||||||
printenv
|
printenv
|
||||||
|
echo "current branch is $BRANCH_NAME"
|
||||||
EOF
|
EOF
|
||||||
'''
|
'''
|
||||||
sshCommand remote: remote, command: '''#! /bin/bash
|
sshCommand remote: remote, command: '''#! /bin/bash
|
||||||
@ -64,12 +65,6 @@ EOF
|
|||||||
bash test.sh
|
bash test.sh
|
||||||
'''
|
'''
|
||||||
sshScript remote: remote, script: "env.source"
|
sshScript remote: remote, script: "env.source"
|
||||||
sshCommand remote: remote, command: '''#! /bin/bash
|
|
||||||
for i in {1..5}; do
|
|
||||||
echo -n "Loop $i ";
|
|
||||||
date ;
|
|
||||||
sleep 1;
|
|
||||||
done
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user