Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The code to check for the marker file for the init script is:
test -e /.hudson-run-init
But the code to set the init script marker is:
touch ~/.hudson-run-init
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 143228 ] | JNJira + In-Review [ 190452 ] |
Code changed in jenkins
User: Francis Upton IV
Path:
src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java
http://jenkins-ci.org/commit/ec2-plugin/8035bc56b7734858c74c4139888e82fc5abce3fc
Log:
[FIXED JENKINS-12771] The init script will execute each time the instance is started