You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Master which is doing the slave node is having the "Windows Server 2016 - 10.0"
Salve Node which is doing FTP has the Windows Server 2019 (amd64)
Reproduction steps
Using the Jenkins 2.289.3 version.
Using the "Publish Over FTP" plugin version 1.17,
Under "Manage Jenkins"->"Configure System" in the "Publish over FTP" section use the "Use FTP over TLS" option is checked and provided the certificate in the "Trusted Certificate" which copied from the certificate file present on the client machine, on testing the connection using the "Test Configuration" get the Success messsage.
In the freestyle Jenkins job, under the "Post-build Actions", configure the "Send build artifacts over the FTP".
On running the Jenkins job, on remote server where FTP is setup in the IIS it is able to create the directory 'SRE_DEV_J311' and subfolder in it.
Unable to transfer the srepointapi.war to subfolder under the 'SRE_DEV_J311' folder.
Generate the following output in Jenkins console:
22:28:03 FTP: Connecting from host [AWSCMNJNKBSL41]
22:28:03 FTP: Connecting with configuration [AssurePolicy QAT APP - SREQATASPAPP] ...
22:28:03 220 Microsoft FTP Service
22:28:03 AUTH TLS
22:28:03 234 AUTH command ok. Expecting TLS Negotiation.
22:28:03 FTP: Logging in, command printing disabled
22:28:03 FTP: Logged in, command printing enabled
22:28:03 CWD upload
22:28:03 250 CWD command successful.
22:28:03 FTP: Remote root is not absolute, getting absolute directory from PWD
22:28:03 PWD
22:28:03 257 "/upload" is current directory.
22:28:03 TYPE I
22:28:03 200 Type set to I.
22:28:03 CWD /upload
22:28:03 250 CWD command successful.
22:28:03 CWD SRE_DEV_J311/SRE_DEV_20240306
22:28:03 250 CWD command successful.
22:28:03 PASV
22:28:03 227 Entering Passive Mode (10,7,240,136,222,189).
22:28:03 STOR srepointapi.war
22:28:03 534 Policy requires SSL.
22:28:03 FTP: Disconnecting configuration [AssurePolicy QAT APP - SREQATASPAPP] ...
22:28:03 ERROR: Exception when publishing, exception message [Could not write file. Server message: [534 Policy requires SSL.
22:28:03 ]]
22:28:03 Build step 'Send build artifacts over FTP' changed build result to UNSTABLE
Manualy using the WINSCP tool on the AWSCMNJNKBSL41 server, able to create a file in the subfolder under the folder 'SRE_DEV_J311' using the FTP protocol,
"TLS/SSL Explicit encryption" with same credentials without the certifiacte file in picture that is used on Jenkins.
Expected Results
Similar Kind of Output.
06:01:48 Total time: 24 seconds
06:02:27 FTP: Connecting from host [AWSCMNJNKBSL3]
06:02:28 FTP: Connecting with configuration [New AWS DEV/QAT - SREQATPIJX] ...
06:02:28 FTP: Disconnecting configuration [New AWS DEV/QAT - SREQATPIJX] ...
06:02:28 FTP: Transferred 2 ( 1 + 1 ) file(s)
06:02:28 Finished: SUCCESS
Actual Results
22:28:03 FTP: Connecting from host [AWSCMNJNKBSL41]
22:28:03 FTP: Connecting with configuration [AssurePolicy QAT APP - SREQATASPAPP] ...
22:28:03 220 Microsoft FTP Service
22:28:03 AUTH TLS
22:28:03 234 AUTH command ok. Expecting TLS Negotiation.
22:28:03 FTP: Logging in, command printing disabled
22:28:03 FTP: Logged in, command printing enabled
22:28:03 CWD upload
22:28:03 250 CWD command successful.
22:28:03 FTP: Remote root is not absolute, getting absolute directory from PWD
22:28:03 PWD
22:28:03 257 "/upload" is current directory.
22:28:03 TYPE I
22:28:03 200 Type set to I.
22:28:03 CWD /upload
22:28:03 250 CWD command successful.
22:28:03 CWD SRE_DEV_J311/SRE_DEV_20240306
22:28:03 250 CWD command successful.
22:28:03 PASV
22:28:03 227 Entering Passive Mode (10,7,240,136,222,189).
22:28:03 STOR srepointapi.war
22:28:03 534 Policy requires SSL.
22:28:03 FTP: Disconnecting configuration [AssurePolicy QAT APP - SREQATASPAPP] ...
22:28:03 ERROR: Exception when publishing, exception message [Could not write file. Server message: [534 Policy requires SSL.
22:28:03 ]]
22:28:03 Build step 'Send build artifacts over FTP' changed build result to UNSTABLE
Anything else?
No response
Are you interested in contributing a fix?
Not have code insight, can test the suggested solution at my end.
The text was updated successfully, but these errors were encountered:
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Master which is doing the slave node is having the "Windows Server 2016 - 10.0"
Salve Node which is doing FTP has the Windows Server 2019 (amd64)
Reproduction steps
Using the Jenkins 2.289.3 version.
Using the "Publish Over FTP" plugin version 1.17,
Under "Manage Jenkins"->"Configure System" in the "Publish over FTP" section use the "Use FTP over TLS" option is checked and provided the certificate in the "Trusted Certificate" which copied from the certificate file present on the client machine, on testing the connection using the "Test Configuration" get the Success messsage.
In the freestyle Jenkins job, under the "Post-build Actions", configure the "Send build artifacts over the FTP".
On running the Jenkins job, on remote server where FTP is setup in the IIS it is able to create the directory 'SRE_DEV_J311' and subfolder in it.
Unable to transfer the srepointapi.war to subfolder under the 'SRE_DEV_J311' folder.
Generate the following output in Jenkins console:
22:28:03 FTP: Connecting from host [AWSCMNJNKBSL41]
22:28:03 FTP: Connecting with configuration [AssurePolicy QAT APP - SREQATASPAPP] ...
22:28:03 220 Microsoft FTP Service
22:28:03 AUTH TLS
22:28:03 234 AUTH command ok. Expecting TLS Negotiation.
22:28:03 FTP: Logging in, command printing disabled
22:28:03 FTP: Logged in, command printing enabled
22:28:03 CWD upload
22:28:03 250 CWD command successful.
22:28:03 FTP: Remote root is not absolute, getting absolute directory from PWD
22:28:03 PWD
22:28:03 257 "/upload" is current directory.
22:28:03 TYPE I
22:28:03 200 Type set to I.
22:28:03 CWD /upload
22:28:03 250 CWD command successful.
22:28:03 CWD SRE_DEV_J311/SRE_DEV_20240306
22:28:03 250 CWD command successful.
22:28:03 PASV
22:28:03 227 Entering Passive Mode (10,7,240,136,222,189).
22:28:03 STOR srepointapi.war
22:28:03 534 Policy requires SSL.
22:28:03 FTP: Disconnecting configuration [AssurePolicy QAT APP - SREQATASPAPP] ...
22:28:03 ERROR: Exception when publishing, exception message [Could not write file. Server message: [534 Policy requires SSL.
22:28:03 ]]
22:28:03 Build step 'Send build artifacts over FTP' changed build result to UNSTABLE
Manualy using the WINSCP tool on the AWSCMNJNKBSL41 server, able to create a file in the subfolder under the folder 'SRE_DEV_J311' using the FTP protocol,
"TLS/SSL Explicit encryption" with same credentials without the certifiacte file in picture that is used on Jenkins.
Expected Results
Similar Kind of Output.
06:01:48 Total time: 24 seconds
06:02:27 FTP: Connecting from host [AWSCMNJNKBSL3]
06:02:28 FTP: Connecting with configuration [New AWS DEV/QAT - SREQATPIJX] ...
06:02:28 FTP: Disconnecting configuration [New AWS DEV/QAT - SREQATPIJX] ...
06:02:28 FTP: Transferred 2 ( 1 + 1 ) file(s)
06:02:28 Finished: SUCCESS
Actual Results
22:28:03 FTP: Connecting from host [AWSCMNJNKBSL41]
22:28:03 FTP: Connecting with configuration [AssurePolicy QAT APP - SREQATASPAPP] ...
22:28:03 220 Microsoft FTP Service
22:28:03 AUTH TLS
22:28:03 234 AUTH command ok. Expecting TLS Negotiation.
22:28:03 FTP: Logging in, command printing disabled
22:28:03 FTP: Logged in, command printing enabled
22:28:03 CWD upload
22:28:03 250 CWD command successful.
22:28:03 FTP: Remote root is not absolute, getting absolute directory from PWD
22:28:03 PWD
22:28:03 257 "/upload" is current directory.
22:28:03 TYPE I
22:28:03 200 Type set to I.
22:28:03 CWD /upload
22:28:03 250 CWD command successful.
22:28:03 CWD SRE_DEV_J311/SRE_DEV_20240306
22:28:03 250 CWD command successful.
22:28:03 PASV
22:28:03 227 Entering Passive Mode (10,7,240,136,222,189).
22:28:03 STOR srepointapi.war
22:28:03 534 Policy requires SSL.
22:28:03 FTP: Disconnecting configuration [AssurePolicy QAT APP - SREQATASPAPP] ...
22:28:03 ERROR: Exception when publishing, exception message [Could not write file. Server message: [534 Policy requires SSL.
22:28:03 ]]
22:28:03 Build step 'Send build artifacts over FTP' changed build result to UNSTABLE
Anything else?
No response
Are you interested in contributing a fix?
Not have code insight, can test the suggested solution at my end.
The text was updated successfully, but these errors were encountered: