testing_32
32
This commit is contained in:
parent
9b1e676d9b
commit
4a77c0c99c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -112,7 +112,7 @@ node('test')
|
||||
|
||||
stage('move_bin_to_ftp')
|
||||
{
|
||||
sh label: 'copy_binaries', script: 'python ' + scripts_path + 'sftp_test.py -a ' + sftp_host + ' -u ' + sftp_user + ' -p ' + sftp_passwd + ' -g ' + git_folder + ' -f ' + scripts_path + known_hosts + ' -l ' + sftp_path + ' -c ' + git_folder + '/bin'
|
||||
sh label: 'copy_binaries', script: 'python ' + scripts_path + 'sftp_test.py -a ' + sftp_host + ' -u ' + sftp_user + ' -p ' + sftp_passwd + ' -g ' + git_folder + ' -f ' + scripts_path + known_hosts + ' -l ' + sftp_path + ' -c /bin'
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user