Skip to content

Commit

Permalink
Merge pull request #110 from ncats/betty
Browse files Browse the repository at this point in the history
feat: remove post stage from all Jenkinsfile
  • Loading branch information
johnbraisted authored Jul 20, 2023
2 parents 380163a + c696dad commit 9cf1106
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions apps/ramp-client/Jenkinsfile-ifx
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ pipeline {
"""
}
}
post {
always {
echo " Clean up the workspace in deploy node!"
cleanWs()
}
}
}
}
}
6 changes: 0 additions & 6 deletions apps/ramp-client/Jenkinsfile-ncats
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ pipeline {
}
}
}
post {
always {
echo " Clean up the workspace in deploy node!"
cleanWs()
}
}
}
}
}
6 changes: 0 additions & 6 deletions apps/ramp-server/Jenkinsfile-ifx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,6 @@ pipeline {
"""
}
}
post {
always {
echo " Clean up the workspace in deploy node!"
cleanWs()
}
}
}
}
}
6 changes: 0 additions & 6 deletions apps/ramp-server/Jenkinsfile-ncats
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ pipeline {
}
}
}
post {
always {
echo " Clean up the workspace in deploy node!"
cleanWs()
}
}
}
}
}

0 comments on commit 9cf1106

Please sign in to comment.